summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/moderncv/template.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/moderncv/template.tex')
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/template.tex13
1 files changed, 6 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/moderncv/template.tex b/Master/texmf-dist/doc/latex/moderncv/template.tex
index 34abd843f32..38d313b3836 100644
--- a/Master/texmf-dist/doc/latex/moderncv/template.tex
+++ b/Master/texmf-dist/doc/latex/moderncv/template.tex
@@ -1,5 +1,5 @@
%% start of file `template.tex'.
-%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2021 moderncv maintainers (github.com/moderncv).
+%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License version 1.3c,
@@ -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
@@ -54,8 +53,8 @@
% Social icons
\social[linkedin]{john.doe} % optional, remove / comment the line if not wanted
-\social[xing]{john_doe} % optional, remove / comment the line if not wanted
-\social[twitter]{jdoe} % optional, remove / comment the line if not wanted
+\social[xing]{john\_doe} % optional, remove / comment the line if not wanted
+\social[twitter]{ji\_doe} % optional, remove / comment the line if not wanted
\social[github]{jdoe} % optional, remove / comment the line if not wanted
\social[gitlab]{jdoe} % optional, remove / comment the line if not wanted
\social[stackoverflow]{0000000/johndoe} % optional, remove / comment the line if not wanted