I am trying to make a curriculum vitae using the moderncv class. Now I
would like the letter-head consisting name on the left and adress on
the rigt to appear on the second page, too.
The letter head is generated with the command \maketitle. Does somebody
have an idea how I could make this?
Thanks!
I think it should be possible by manually forcing a pagebreak, and then
using \maketitle like this:
\closesection
\pagebreak
\maketitle
In case you have to break in the middle of a section, you will also
need to add
\phantomsection
after the \maketitle
No other changes should be needed.
Tell me if it works, or if you need some more help.
Xavier