FIxed spacing in latex template.
This commit is contained in:
parent
48c5b8eca7
commit
efd4ae929d
1 changed files with 12 additions and 12 deletions
|
@ -5,29 +5,29 @@
|
|||
\usepackage{fontspec,xltxtra,xunicode}
|
||||
\defaultfontfeatures{Mapping=tex-text,Scale=MatchLowercase}
|
||||
\newcommand{\euro}{€}
|
||||
$if(romanfont)$
|
||||
$if(romanfont)$
|
||||
\setromanfont{$romanfont$}
|
||||
$endif$
|
||||
$if(sansfont)$
|
||||
$endif$
|
||||
$if(sansfont)$
|
||||
\setsansfont{$sansfont$}
|
||||
$endif$
|
||||
$if(monofont)$
|
||||
$endif$
|
||||
$if(monofont)$
|
||||
\setmonofont{$monofont$}
|
||||
$endif$
|
||||
$endif$
|
||||
\else
|
||||
\ifluatex
|
||||
\usepackage{fontspec}
|
||||
\defaultfontfeatures{Mapping=tex-text,Scale=MatchLowercase}
|
||||
\newcommand{\euro}{€}
|
||||
$if(romanfont)$
|
||||
$if(romanfont)$
|
||||
\setromanfont{$romanfont$}
|
||||
$endif$
|
||||
$if(sansfont)$
|
||||
$endif$
|
||||
$if(sansfont)$
|
||||
\setsansfont{$sansfont$}
|
||||
$endif$
|
||||
$if(monofont)$
|
||||
$endif$
|
||||
$if(monofont)$
|
||||
\setmonofont{$monofont$}
|
||||
$endif$
|
||||
$endif$
|
||||
\else
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{eurosym}
|
||||
|
|
Loading…
Add table
Reference in a new issue