From 1f916fd00cf27f07e8ce81743130a790dce8140b Mon Sep 17 00:00:00 2001 From: Stephan Lachnit Date: Fri, 11 Feb 2022 12:25:12 +0100 Subject: [PATCH] Add babel to template, remove old character encoding comments Signed-off-by: Stephan Lachnit --- template.tex | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/template.tex b/template.tex index 6fd4d3a..3023da2 100644 --- a/template.tex +++ b/template.tex @@ -14,10 +14,6 @@ %\renewcommand{\familydefault}{\sfdefault} % to set the default font; use '\sfdefault' for the default sans serif font, '\rmdefault' for the default roman one, or any tex font name %\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{CJKutf8} % if you need to use CJK to typeset your resume in Chinese, Japanese or Korean - % adjust the page margins \usepackage[scale=0.75]{geometry} \setlength{\footskip}{136.00005pt} % depending on the amount of information in the footer, you need to change this value. comment this line out and set it to the size given in the warning @@ -41,6 +37,9 @@ \usepackage{lmodern} \fi +% document language +\usepackage[english]{babel} % FIXME: using spanish breaks moderncv + % personal data \name{John}{Doe} \title{Résumé title} % optional, remove / comment the line if not wanted