aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-11-18 15:57:00 +0100
committerNao Pross <np@0hm.ch>2021-11-18 15:57:00 +0100
commitb5c180433ae875dbed1c40a6aef18d91e676b4b9 (patch)
treee89c087e7ee73dcad1e16f46259bd77c49981201
parentBegin working on frame syncronization (diff)
downloadFading-b5c180433ae875dbed1c40a6aef18d91e676b4b9.tar.gz
Fading-b5c180433ae875dbed1c40a6aef18d91e676b4b9.zip
Fix monospace font issue in doc
-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 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},