From 27754f9ecda1f2e5e1535b76e9d85b9266872835 Mon Sep 17 00:00:00 2001 From: David Seus Date: Thu, 29 Apr 2021 21:42:40 +0200 Subject: [PATCH] remove newline for date of birth to make personal details consistent with banking style --- moderncvfooti.sty | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/moderncvfooti.sty b/moderncvfooti.sty index c150a4b..ce23d8d 100644 --- a/moderncvfooti.sty +++ b/moderncvfooti.sty @@ -85,7 +85,9 @@ \ifthenelse{\equal{\@addresscity}{}}{}{\addtofoot[~--~]{\@addresscity}}% if \addresstreet is defined, \addresscity and \addresscountry will always be defined but could be empty \ifthenelse{\equal{\@addresscountry}{}}{}{\addtofoot[~--~]{\@addresscountry}}% \flushfoot\@firstfootelementtrue\\}% - \ifthenelse{\isundefined{\@born}}{}{\addtofoot{\bornsymbol\@born}\flushfoot\@firstfootelementtrue\\}% + % variant of the footer in which the date of birth is in its separate line +% \ifthenelse{\isundefined{\@born}}{}{\addtofoot{\bornsymbol\@born}\flushfoot\@firstfootelementtrue\\}% + \ifthenelse{\isundefined{\@born}}{}{\addtofoot{\bornsymbol\@born}}% \collectionloop{phones}{% the key holds the phone type (=symbol command prefix), the item holds the number \addtofoot{\csname\collectionloopkey phonesymbol\endcsname\collectionloopitem}}% \ifthenelse{\isundefined{\@email}}{}{\addtofoot{\emailsymbol\emaillink{\@email}}}%