[Tex/LaTex] Class moderncv, style classic with footer

header-footermoderncv

To be honest I have tried a lot to get this working but without any luck. My goal is to add a footer that contains a name on the left side and the page number count on the right side to each site of my cv with class moderncv.

For me it is clear how to do that with moderncv style casual but not with style classic.

Has anybody a minimal example that works out of the box?

Best Answer

The desired behavior can be achieved with the following code snippet:

\fancyfoot{}
\fancyfoot[LE,RO]{\thepage}
\fancyfoot[RE,LO]{John Doe}