diff options
author | Nao Pross <np@0hm.ch> | 2021-11-18 15:57:00 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-11-18 15:57:00 +0100 |
commit | b5c180433ae875dbed1c40a6aef18d91e676b4b9 (patch) | |
tree | e89c087e7ee73dcad1e16f46259bd77c49981201 /doc/thesis | |
parent | Begin working on frame syncronization (diff) | |
download | Fading-b5c180433ae875dbed1c40a6aef18d91e676b4b9.tar.gz Fading-b5c180433ae875dbed1c40a6aef18d91e676b4b9.zip |
Fix monospace font issue in doc
Diffstat (limited to 'doc/thesis')
-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}, |