aboutsummaryrefslogtreecommitdiff
path: root/model_5/resources/10_fonts.tex
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2020-12-01 21:32:20 +0100
committerSébastien Dailly <sebastien@chimrod.com>2020-12-03 17:33:35 +0100
commitb6bebdc03066e513efbbb5ff9424681bbcceff0c (patch)
treead58ccc072efbfdeabe4d9b4b20b79acc8fd19b3 /model_5/resources/10_fonts.tex
parent02b663b21099cdb62cef7b363cae46a56d7aae5f (diff)
Added a new model, and did some factorisation
Diffstat (limited to 'model_5/resources/10_fonts.tex')
-rwxr-xr-xmodel_5/resources/10_fonts.tex13
1 files changed, 13 insertions, 0 deletions
diff --git a/model_5/resources/10_fonts.tex b/model_5/resources/10_fonts.tex
new file mode 100755
index 0000000..befadd5
--- /dev/null
+++ b/model_5/resources/10_fonts.tex
@@ -0,0 +1,13 @@
+\usepackage{fontspec}
+\setmainfont{Linux Libertine O}
+
+\newcommand{\DUtitletitle}[1]{%
+ {\begin{center}\textbf{\textsc{#1}}\end{center}}
+ }
+
+\setmonofont{Latin Modern Mono Light}
+\newfontfamily\TitleFont
+ {EB Garamond}
+ [ Mapping=tex-text ]
+
+\newfontfamily\AltFont[Mapping=tex-text]{Linux Libertine O}