From 5e9f8a7e5b3b43780f44616abeaf52469a3bc369 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 14 Jan 2018 14:37:16 +0200 Subject: [PATCH] cv.tex: Updates from template.tex Lots of options changed in moderncv 2.0.0. --- cv.tex | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/cv.tex b/cv.tex index 16a89f4..bd3f686 100644 --- a/cv.tex +++ b/cv.tex @@ -9,28 +9,28 @@ \documentclass[11pt,a4paper,sans]{moderncv} % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman') % moderncv themes -\moderncvstyle{classic} % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking' +\moderncvstyle{classic} % style options are 'casual' (default), 'classic', 'banking', 'oldstyle' and 'fancy' \moderncvcolor{blue} % color options 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black' %\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[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{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates -%\setlength{\makecvtitlenamewidth}{10cm} % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks... +%\setlength{\makecvheadnamewidth}{10cm} % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks... % personal data -\firstname{Alan} -\familyname{Orth} +\name{Alan}{Orth} %\title{A great man} % optional, remove / comment the line if not wanted % \address{Nairobi}{Kenya} % optional, remove / comment the line if not wanted -\mobile{+962 795 430 089} % optional, remove / comment the line if not wanted +\phone[mobile]{+962 795 430 089} % optional, remove / comment the line if not wanted \email{aorth@mjanja.ch} % optional, remove / comment the line if not wanted -\homepage{github.com/alanorth} % optional, remove / comment the line if not wanted +\homepage{mjanja.ch} % optional, remove / comment the line if not wanted +\social[github]{alanorth} % optional, remove / comment the line if not wanted %\extrainfo{additional information} % optional, remove / comment the line if not wanted %\quote{The quieter you become, the more you are able to hear...} % optional, remove / comment the line if not wanted