Fix missing font elements
Pandoc would use smartypants to make a variety of font elements and ligatures pretty, while the used CV template always fell back to TeX T1 font, missing all kinds of these symbols.
This commit is contained in:
parent
61f5d0d2ff
commit
a252484295
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@
|
||||||
\usepackage[parfill]{parskip}
|
\usepackage[parfill]{parskip}
|
||||||
\usepackage{lmodern}
|
\usepackage{lmodern}
|
||||||
\usepackage[svgnames]{xcolor}
|
\usepackage[svgnames]{xcolor}
|
||||||
\usepackage[$if(fontenc)$$fontenc$$else$T1$endif$]{fontenc}
|
|
||||||
\usepackage[utf8]{inputenc}
|
\usepackage[utf8]{inputenc}
|
||||||
|
|
||||||
% Your name on the resume
|
% Your name on the resume
|
||||||
|
|
Loading…
Reference in a new issue