[latex] use sfmono as monospace font

This commit is contained in:
Marco Thomas
2022-11-27 19:58:29 +01:00
parent 5b34fefb32
commit dca64c1635

View File

@@ -79,6 +79,10 @@
"\\usepackage{csquotes}",
"\\usepackage[style=verbose-trad2]{biblatex}",
"",
"%%% set monospace font and decrease size, to match 80c in minted",
"\\usepackage{fontspec}"
"\\setmonofont[Scale=0.85]{SFMono Nerd Font},",
"",
"%%% set titlepage",
"\\title{ \\\\\\[0.2em] \\large }",
"\\author{Marco Thomas}",
@@ -162,6 +166,10 @@
"\\setlist[enumerate, 2]{label=$\\bullet$}",
"\\setlist[enumerate, 3]{label=$\\bullet$}",
"",
"%%% set monospace font and decrease size, to match 80c in minted",
"\\usepackage{fontspec}"
"\\setmonofont[Scale=0.85]{SFMono Nerd Font},",
"",
"%%% set metadata",
"\\title{}",
"\\subtitle{}",