diff options
author | sara <sara.halter@gmx.ch> | 2021-11-18 18:49:17 +0100 |
---|---|---|
committer | sara <sara.halter@gmx.ch> | 2021-11-18 18:49:17 +0100 |
commit | 4d1b64fec463d6f44deccdf94adf44615ac8c419 (patch) | |
tree | 7bd909824020f385d66604ac8b0b6264fbfb6bfc /doc/thesis/tex | |
parent | FIR filter weitergearbeitet (diff) | |
parent | Add PDFs (diff) | |
download | Fading-4d1b64fec463d6f44deccdf94adf44615ac8c419.tar.gz Fading-4d1b64fec463d6f44deccdf94adf44615ac8c419.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'doc/thesis/tex')
-rw-r--r-- | doc/thesis/tex/docstyle.sty | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/thesis/tex/docstyle.sty b/doc/thesis/tex/docstyle.sty index b9a0b8d..def2495 100644 --- a/doc/thesis/tex/docstyle.sty +++ b/doc/thesis/tex/docstyle.sty @@ -45,6 +45,7 @@ \RequirePackage{roboto} % Bera for monospaced font \setmonofont[Path=misc/, + Scale=0.85, BoldFont = VeraMoBd, ItalicFont = VeraMoIt, BoldItalicFont = VeraMoBI, @@ -116,7 +117,7 @@ language = TeX, showstringspaces = false, % font - basicstyle = \ttfamily\small, + basicstyle = \ttfamily, identifierstyle = \color{black}, keywordstyle = \bfseries \color{blue!70!black}, commentstyle = \color{gray}, |