diff options
Diffstat (limited to 'model_1/resources')
-rwxr-xr-x | model_1/resources/10_fonts.tex | 10 | ||||
-rwxr-xr-x | model_1/resources/99_begin.tex | 6 |
2 files changed, 3 insertions, 13 deletions
diff --git a/model_1/resources/10_fonts.tex b/model_1/resources/10_fonts.tex index 24f6cfc..d070ac6 100755 --- a/model_1/resources/10_fonts.tex +++ b/model_1/resources/10_fonts.tex @@ -1,15 +1,12 @@ \usepackage{fontspec}
\defaultfontfeatures{Ligatures={Common, Required, Contextual}}
\setmainfont{EB Garamond}
+ [ BoldFont = {Linux Libertine O Bold}]
\newcommand{\DUtitletitle}[1]{%
{\begin{center}\textbf{\textsc{#1}}\end{center}}
}
-% Change the font for bold text
-\let\bf\textbf
-\renewcommand{\textbf}[1]{{\AltFont\selectfont\bf{#1}}}
-
\setmonofont{Latin Modern Mono Light}
\newfontfamily\EBGaramond
{EB Garamond}
@@ -24,6 +21,5 @@ , 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
diff --git a/model_1/resources/99_begin.tex b/model_1/resources/99_begin.tex index 7b7a793..8783087 100755 --- a/model_1/resources/99_begin.tex +++ b/model_1/resources/99_begin.tex @@ -1,7 +1 @@ \input{../common/90_ref.tex} - -% On charge les colonnes dès le début du document. -\AtBeginDocument{% - \begin{paracol}{2} -} - |