mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Update moderncvheadvii.sty (#245)
* Update moderncvheadvii.sty added born for the contemporary style after address and before phone section * Update CHANGELOG - Fix birthdate not showing up in contemporary style (#244) * Update moderncvheadvii.sty - Fix birthdate not showing up in contemporary style (#244) (removed /born from letter)
This commit is contained in:
parent
02640f41c4
commit
d100f20646
2 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
version next
|
||||
- Fix birthdate not showing up in contemporary style (#244)
|
||||
- Fix Inspire HEP social link (#241)
|
||||
- Change moderncvcolors.tex to a .sty file for MikTeX compatibility (#199)
|
||||
- Fix error when omitting the photo in contemporary style (#201)
|
||||
|
|
|
|||
|
|
@ -92,6 +92,7 @@
|
|||
\ifthenelse{\isundefined{\@addressstreet}}{}{\makenewline\addresssymbol\@addressstreet%
|
||||
\ifthenelse{\equal{\@addresscity}{}}{}{\makenewline\@addresscity}% if \addresstreet is defined, \addresscity and addresscountry will always be defined but could be empty
|
||||
\ifthenelse{\equal{\@addresscountry}{}}{}{\makenewline\@addresscountry}}%
|
||||
\ifthenelse{\isundefined{\@born}}{}{\makenewline\bornsymbol\@born}%
|
||||
\phonesdetails% needs to be pre-rendered as loops and tabulars seem to conflict
|
||||
\ifthenelse{\isundefined{\@email}}{}{\makenewline\emailsymbol\emaillink{\@email}}%
|
||||
\ifthenelse{\isundefined{\@homepage}}{}{\makenewline\homepagesymbol\httplink{\@homepage}}%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue