diff options
Diffstat (limited to 'default.latex')
-rw-r--r-- | default.latex | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/default.latex b/default.latex index aad9ee3..1696615 100644 --- a/default.latex +++ b/default.latex | |||
@@ -89,6 +89,7 @@ $endif$ | |||
89 | $if(beamerarticle)$ | 89 | $if(beamerarticle)$ |
90 | \usepackage{beamerarticle} % needs to be loaded first | 90 | \usepackage{beamerarticle} % needs to be loaded first |
91 | $endif$ | 91 | $endif$ |
92 | \usepackage{amsmath,amssymb} | ||
92 | $if(fontfamily)$ | 93 | $if(fontfamily)$ |
93 | \usepackage[$for(fontfamilyoptions)$$fontfamilyoptions$$sep$,$endfor$]{$fontfamily$} | 94 | \usepackage[$for(fontfamilyoptions)$$fontfamilyoptions$$sep$,$endfor$]{$fontfamily$} |
94 | $else$ | 95 | $else$ |
@@ -97,17 +98,14 @@ $endif$ | |||
97 | $if(linestretch)$ | 98 | $if(linestretch)$ |
98 | \usepackage{setspace} | 99 | \usepackage{setspace} |
99 | $endif$ | 100 | $endif$ |
100 | \usepackage{amsmath} | ||
101 | \usepackage{ifxetex,ifluatex} | 101 | \usepackage{ifxetex,ifluatex} |
102 | \ifnum 0\ifxetex 1\fi\ifluatex 1\fi=0 % if pdftex | 102 | \ifnum 0\ifxetex 1\fi\ifluatex 1\fi=0 % if pdftex |
103 | \usepackage[$if(fontenc)$$fontenc$$else$T1$endif$]{fontenc} | 103 | \usepackage[$if(fontenc)$$fontenc$$else$T1$endif$]{fontenc} |
104 | \usepackage[utf8]{inputenc} | 104 | \usepackage[utf8]{inputenc} |
105 | \usepackage{textcomp} % provide euro and other symbols | 105 | \usepackage{textcomp} % provide euro and other symbols |
106 | \usepackage{amssymb} | ||
107 | \else % if luatex or xetex | 106 | \else % if luatex or xetex |
108 | $if(mathspec)$ | 107 | $if(mathspec)$ |
109 | \ifxetex | 108 | \ifxetex |
110 | \usepackage{amssymb} | ||
111 | \usepackage{mathspec} | 109 | \usepackage{mathspec} |
112 | \else | 110 | \else |
113 | \usepackage{unicode-math} | 111 | \usepackage{unicode-math} |
@@ -256,7 +254,7 @@ $if(highlighting-macros)$ | |||
256 | $highlighting-macros$ | 254 | $highlighting-macros$ |
257 | $endif$ | 255 | $endif$ |
258 | $if(tables)$ | 256 | $if(tables)$ |
259 | \usepackage{longtable,booktabs} | 257 | \usepackage{longtable,booktabs,array} |
260 | \usepackage{calc} % for calculating minipage widths | 258 | \usepackage{calc} % for calculating minipage widths |
261 | $if(beamer)$ | 259 | $if(beamer)$ |
262 | \usepackage{caption} | 260 | \usepackage{caption} |
@@ -336,7 +334,10 @@ $for(polyglossia-otherlangs)$ | |||
336 | \setotherlanguage[$for(polyglossia-otherlangs.options)$$polyglossia-otherlangs.options$$sep$,$endfor$]{$polyglossia-otherlangs.name$} | 334 | \setotherlanguage[$for(polyglossia-otherlangs.options)$$polyglossia-otherlangs.options$$sep$,$endfor$]{$polyglossia-otherlangs.name$} |
337 | $endfor$ | 335 | $endfor$ |
338 | \else | 336 | \else |
339 | \usepackage[shorthands=off,$for(babel-otherlangs)$$babel-otherlangs$,$endfor$main=$babel-lang$]{babel} | 337 | \usepackage[$for(babel-otherlangs)$$babel-otherlangs$,$endfor$main=$babel-lang$]{babel} |
338 | % get rid of language-specific shorthands (see #6817): | ||
339 | \let\LanguageShortHands\languageshorthands | ||
340 | \def\languageshorthands#1{} | ||
340 | $if(babel-newcommands)$ | 341 | $if(babel-newcommands)$ |
341 | $babel-newcommands$ | 342 | $babel-newcommands$ |
342 | $endif$ | 343 | $endif$ |
@@ -390,6 +391,9 @@ $if(csl-refs)$ | |||
390 | \newcommand{\CSLRightInline}[1]{\parbox[t]{\linewidth - \csllabelwidth}{#1}\break} | 391 | \newcommand{\CSLRightInline}[1]{\parbox[t]{\linewidth - \csllabelwidth}{#1}\break} |
391 | \newcommand{\CSLIndent}[1]{\hspace{\cslhangindent}#1} | 392 | \newcommand{\CSLIndent}[1]{\hspace{\cslhangindent}#1} |
392 | $endif$ | 393 | $endif$ |
394 | $if(csquotes)$ | ||
395 | \usepackage{csquotes} | ||
396 | $endif$ | ||
393 | 397 | ||
394 | $if(title)$ | 398 | $if(title)$ |
395 | \title{$title$$if(thanks)$\thanks{$thanks$}$endif$} | 399 | \title{$title$$if(thanks)$\thanks{$thanks$}$endif$} |