diff options
author | michael-OST <75078383+michael-OST@users.noreply.github.com> | 2021-07-14 17:02:04 +0200 |
---|---|---|
committer | michael-OST <75078383+michael-OST@users.noreply.github.com> | 2021-07-14 17:02:04 +0200 |
commit | 6a001bdeac9a2a6794c42dbf8e8b87a90bd7c19e (patch) | |
tree | 78d122b6874d4e77fd499a1793e0a9951b5e6081 /buch/common | |
parent | various chapters updated, zusammenfassung filld with content (diff) | |
parent | Name angepasst (diff) | |
download | SeminarMatrizen-6a001bdeac9a2a6794c42dbf8e8b87a90bd7c19e.tar.gz SeminarMatrizen-6a001bdeac9a2a6794c42dbf8e8b87a90bd7c19e.zip |
Merge branch 'master' of https://github.com/michael-OST/SeminarMatrizen
Diffstat (limited to '')
-rw-r--r-- | buch/common/lststyles.tex | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/buch/common/lststyles.tex b/buch/common/lststyles.tex index b1105ed..15ac379 100644 --- a/buch/common/lststyles.tex +++ b/buch/common/lststyles.tex @@ -12,6 +12,29 @@ \definecolor{mygreen}{RGB}{28,172,0} % color values Red, Green, Blue \definecolor{mylilas}{RGB}{170,55,241} +\lstset{ + extendedchars=true, + basicstyle=\ttfamily, + literate=% + {€}{\euro}1% + {§}{\S}1% + {°}{\textdegree{}}1% + {ä}{{\"a}}1% + {ö}{{\"o}}1% + {ü}{{\"u}}1% + {ß}{{\ss}}1% + {Ä}{{\"A}}1% + {Ö}{{\"O}}1% + {Ü}{{\"U}}1% + {µ}{\textmu}1% + {¹}{{\textsuperscript{1}}}1% + {²}{{\textsuperscript{2}}}1% + {³}{{\textsuperscript{3}}}1% + {¼}{\textonequarter}1% + {½}{\textonehalf}1% + {¢}{\textcent}1% +} + \lstdefinestyle{Matlab}{ numbers=left, belowcaptionskip=1\baselineskip, |