Skip to content
Snippets Groups Projects
Commit a38024a4 authored by mirabilos's avatar mirabilos
Browse files

implement line numbers

(if I figure out who invented the way numbersep works… grr…)
parent 718f9c13
No related branches found
No related tags found
No related merge requests found
...@@ -295,6 +295,11 @@ ...@@ -295,6 +295,11 @@
% für 〔Paßwörter〕 und 「variable Texte」 in Listings % für 〔Paßwörter〕 und 「variable Texte」 in Listings
moredelim=[is][\color{ForestGreen}]{}{}, moredelim=[is][\color{ForestGreen}]{}{},
moredelim=*[is][\color{RedOrange}]{}{}, moredelim=*[is][\color{RedOrange}]{}{},
% Zeilennummern
numbers=left,
numberstyle=\ttfamily\color[HTML]{444444},
xleftmargin=24pt,
numbersep=12pt,
}% }%
\makeatother% \makeatother%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment