Search found 1 match

by Ingmar123
Sun Oct 22, 2017 11:16 am
Forum: Curricula Vitae / Résumés
Topic: How to create more lines underneath the Name
Replies: 4
Views: 12023

How to create more lines underneath the Name

Could you tell me how you created more address lines ?
I already added the line four by doing this underneath the specific sections:

\let \@addressfour \relax

\@ifundefined{@addressfour}{
\def \@addressfour {#1}
}{

\@ifundefined{@addressfour}{}{
\printaddress{\@addressfour}}

But now an ...