template.tex: Set encoding to UTF-8
Otherwise you get weird characters for non-ASCII characters when using pdflatex. I tried to run xelatex but it can't find FontAwesome.
This commit is contained in:
parent
bdb1a7dce9
commit
50115596f1
@ -15,7 +15,7 @@
|
|||||||
%\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
|
%\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
|
||||||
|
|
||||||
% character encoding
|
% character encoding
|
||||||
%\usepackage[utf8]{inputenc} % if you are not using xelatex ou lualatex, replace by the encoding you are using
|
\usepackage[utf8]{inputenc} % if you are not using xelatex ou lualatex, replace by the encoding you are using
|
||||||
%\usepackage{CJKutf8} % if you need to use CJK to typeset your resume in Chinese, Japanese or Korean
|
%\usepackage{CJKutf8} % if you need to use CJK to typeset your resume in Chinese, Japanese or Korean
|
||||||
|
|
||||||
% adjust the page margins
|
% adjust the page margins
|
||||||
|
Loading…
Reference in New Issue
Block a user