Skip to content
Snippets Groups Projects
Commit 2fa48a36 authored by Jan Wille's avatar Jan Wille
Browse files

included autogobble for listings (#8)

parent 7a128801
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,7 @@
\@ifpackageloaded{listings}{
\PassOptionsToPackage{svgnames}{xcolor}
\RequirePackage{xcolor}
\RequirePackage{lstautogobble}
\lstset{
commentstyle=\color{gray},
keywordstyle=\color{FireBrick}\bfseries,
......@@ -50,6 +51,7 @@
tabsize=4,
literate={Ö}{{\"O}}1{Ä}{{\"A}}1{Ü}{{\"U}}1{ß}{{\ss}}1{ü}{{\"u}}1{ä}{{\"a}}1{ö}{{\"o}}1,
escapeinside={(*@}{@*)},
autogobble=true,
}
% listings styling:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment