blob: d070ac642a9cde3e808c925c0193daa985251dee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
\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}}
}
\setmonofont{Latin Modern Mono Light}
\newfontfamily\EBGaramond
{EB Garamond}
[ Mapping=tex-text ]
\newfontfamily\EBLigatures
{EB Garamond}
[ Mapping = tex-text
, Ligatures =
{ Common
, Required
, Contextual
, Historic } ]
\input{../common/10_fonts.tex}
\let\AltFont\LibertineFont
|