mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2024-12-19 14:27:52 +00:00
Merge changes from the pandoc default latex template (#337)
- Merge changes from the pandoc default LaTeX template (as of 2023-03-29, a5159c2).
This commit is contained in:
parent
fee142b4fd
commit
2a55eb75a5
11
eisvogel.tex
11
eisvogel.tex
@ -385,7 +385,12 @@ $if(svg)$
|
||||
$endif$
|
||||
$if(strikeout)$
|
||||
$-- also used for underline
|
||||
\ifLuaTeX
|
||||
\usepackage{luacolor}
|
||||
\usepackage[soul]{lua-ul}
|
||||
\else
|
||||
\usepackage{soul}
|
||||
\fi
|
||||
$endif$
|
||||
\setlength{\emergencystretch}{3em} % prevent overfull lines
|
||||
\providecommand{\tightlist}{%
|
||||
@ -451,15 +456,15 @@ $if(babel-lang)$
|
||||
$if(mainfont)$
|
||||
\ifPDFTeX
|
||||
\else
|
||||
\babelfont[$babel-lang$]{rm}{$mainfont$}
|
||||
\babelfont{rm}[$for(mainfontoptions)$$mainfontoptions$$sep$,$endfor$]{$mainfont$}
|
||||
\fi
|
||||
$endif$
|
||||
$endif$
|
||||
$for(babel-otherlangs)$
|
||||
\babelprovide[import]{$babel-otherlangs$}
|
||||
$endfor$
|
||||
$for(babelfonts)$
|
||||
\babelfont[$babelfonts.language$]{rm}{$babelfonts.font$}
|
||||
$for(babelfonts/pairs)$
|
||||
\babelfont[$babelfonts.key$]{rm}{$babelfonts.value$}
|
||||
$endfor$
|
||||
% get rid of language-specific shorthands (see #6817):
|
||||
\let\LanguageShortHands\languageshorthands
|
||||
|
Loading…
Reference in New Issue
Block a user