It looks great! Thank you very much. One question: how can I add a line with my country on it (for example after the adress line)?
Thanks in advance!
Yassir
Curricula Vitae / Résumés ⇒ How do I add a country line after the address line?
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
NEW: TikZ book now 40% off at Amazon.com for a short time.
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
How do I add a country line after the address line?
you have to change the line 214 of
and you have to change the corresponding lines of whichever style file (
this way you will be free to add the third line to the address section. i hope this help
arkadasim
moderncv.cls
as “\newcommand*{\address}[3]{\def\@addressstreet{#1}\def\@addresscity{#2}\def\@addressthird{#3}}
” (no quotation marks)and you have to change the corresponding lines of whichever style file (
.sty
) you are using. for example, i have changed the line 111 and 268 of moderncvstyleclassic.sty as
Code: Select all
\ifthenelse{\isundefined{\@addressstreet}}{}{\makenewline\addresssymbol\@addressstreet}%
\ifthenelse{\isundefined{\@addresscity}}{}{\makenewline\addresssymbol\@addresscity}%
\ifthenelse{\isundefined{\@addressthird}}{}{\makenewline\addresssymbol\@addressthird}%
arkadasim
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: How do I add a country line after the address line?
Thanks a lot arkadas!
Yasir
Yasir