diff options
Diffstat (limited to 'model_2/resources')
-rwxr-xr-x | model_2/resources/00_preamble.tex | 1 | ||||
-rwxr-xr-x | model_2/resources/10_fonts.tex | 13 |
2 files changed, 6 insertions, 8 deletions
diff --git a/model_2/resources/00_preamble.tex b/model_2/resources/00_preamble.tex index 89cb0c4..a199f07 100755 --- a/model_2/resources/00_preamble.tex +++ b/model_2/resources/00_preamble.tex @@ -21,4 +21,5 @@ \input{../common/10_lists.tex} \input{../common/10_nowidows.tex} \input{../common/10_levels.tex} +\def\nocolumns{} \input{../common/99_sidebar.tex} diff --git a/model_2/resources/10_fonts.tex b/model_2/resources/10_fonts.tex index 928f801..0bb7c03 100755 --- a/model_2/resources/10_fonts.tex +++ b/model_2/resources/10_fonts.tex @@ -1,17 +1,14 @@ \usepackage{fontspec}
+
\defaultfontfeatures{Ligatures={Common, Required, Contextual}}
\setmainfont{EB Garamond}
-
-% Change the font for bold text
-\let\bf\textbf
-\renewcommand{\textbf}[1]{{\AltFont\selectfont\bf{#1}}}
+ [ BoldFont = {Linux Libertine O Bold}]
\setmonofont{Latin Modern Mono Light}
+
\newfontfamily\EBLigatures{EB Garamond}[
Mapping=tex-text,
Ligatures={Common, Required, Contextual, Historic}
]
-\newfontfamily\AltFont[Mapping=tex-text]{Linux Libertine O}
-\newfontfamily\CaviarDreamsFont[Path=../fonts/, Mapping=tex-text]{CaviarDreams}
-\newfontfamily\CaviarDreamsBoldFont[Path=../fonts/, Mapping=tex-text]{CaviarDreams_Bold}
-
+\input{../common/10_fonts.tex}
+\let\AltFont\LibertineFont
|