add inputenc fontenc and babel
This commit is contained in:
parent
37c5802d7a
commit
265bf75041
@ -93,6 +93,11 @@ $else$
|
||||
\moderncvtheme[$if(theme.color)$$theme.color$$else$blue$endif$]{$if(theme.style)$$theme.style$$else$classic$endif$}
|
||||
$endif$
|
||||
|
||||
\usepackage[$if(inputenc)$$inputenc$$else$utf8$endif$]{inputenc}
|
||||
\usepackage[$if(fontenc)$$fontenc$$else$T1$endif$]{fontenc}
|
||||
|
||||
\usepackage[$if(lang)$$lang$$else$english$endif$]{babel}
|
||||
|
||||
$if(name)$
|
||||
\pancvname{$name.first$}{$name.family$}
|
||||
$endif$
|
||||
|
Loading…
Reference in New Issue
Block a user