From 8408c353de3884f5cf155c921577c5c3ace19a88 Mon Sep 17 00:00:00 2001 From: "Mark E. Fuller" Date: Wed, 10 Feb 2021 10:35:37 +0100 Subject: [PATCH] add birthdate field to template --- .gitignore | 1 + template.tex | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4174475..9235563 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ *.fls *.log *.out +*.synctex.gz # template.tex output # move to *.pdf once manual is done diff --git a/template.tex b/template.tex index d5547ef..2b351a4 100644 --- a/template.tex +++ b/template.tex @@ -9,7 +9,7 @@ \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', 'banking', 'oldstyle' and 'fancy' +\moderncvstyle{casual} % style options are 'casual' (default), 'classic', 'banking', 'oldstyle' and 'fancy' \moderncvcolor{blue} % color options 'black', 'blue' (default), 'burgundy', 'green', 'grey', 'orange', 'purple' and 'red' %\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 @@ -26,7 +26,7 @@ % personal data \name{John}{Doe} \title{Résumé title} % optional, remove / comment the line if not wanted -\born{4 July 1776} +\born{4 July 1776} % optional, remove / comment the line if not wanted \address{street and number}{postcode city}{country}% optional, remove / comment the line if not wanted; the "postcode city" and "country" arguments can be omitted or provided empty \phone[mobile]{+1~(234)~567~890} % optional, remove / comment the line if not wanted; the optional "type" of the phone can be "mobile" (default), "fixed" or "fax" \phone[fixed]{+2~(345)~678~901}