From 50115596f1a235d0db4e56cee581b121df8ebe07 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 14 Jan 2018 14:24:42 +0200 Subject: [PATCH] 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. --- template.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.tex b/template.tex index 9d3cab4..465c54d 100644 --- a/template.tex +++ b/template.tex @@ -15,7 +15,7 @@ %\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page % 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 % adjust the page margins