aboutsummaryrefslogtreecommitdiffstats
path: root/doc/thesis/tex
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-11-21 10:40:53 +0100
committerNao Pross <np@0hm.ch>2021-11-21 10:40:53 +0100
commit2a3b0ef715d83c97ccb0c2b1eb63707a62ffe7a5 (patch)
treef45e5b6f5ec5a88456d94abc0a63173f355d2571 /doc/thesis/tex
parentChange chapter title (diff)
parentMerge branch 'master' of github.com:NaoPross/Fading (diff)
downloadFading-2a3b0ef715d83c97ccb0c2b1eb63707a62ffe7a5.tar.gz
Fading-2a3b0ef715d83c97ccb0c2b1eb63707a62ffe7a5.zip
Merge branch 'master' of github.com:NaoPross/Fading
Diffstat (limited to 'doc/thesis/tex')
-rw-r--r--doc/thesis/tex/docstyle.sty3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/thesis/tex/docstyle.sty b/doc/thesis/tex/docstyle.sty
index c191829..1ea4a90 100644
--- a/doc/thesis/tex/docstyle.sty
+++ b/doc/thesis/tex/docstyle.sty
@@ -47,6 +47,7 @@
\RequirePackage{roboto}
% Bera for monospaced font
\setmonofont[Path=misc/,
+ Scale=0.85,
BoldFont = VeraMoBd,
ItalicFont = VeraMoIt,
BoldItalicFont = VeraMoBI,
@@ -118,7 +119,7 @@
language = TeX,
showstringspaces = false,
% font
- basicstyle = \ttfamily\small,
+ basicstyle = \ttfamily,
identifierstyle = \color{black},
keywordstyle = \bfseries \color{blue!70!black},
commentstyle = \color{gray},