Curricula Vitae / RésumésMoving and modifying header/footer of modercv-and-cover-letter

ModernCV, Friggeri, Plasmati, Classicthesis-CV, and more
Post Reply
Qualla
Posts: 2
Joined: Tue Oct 10, 2017 9:59 am

Moving and modifying header/footer of modercv-and-cover-letter

Post by Qualla »

Hey guys,

I love the moderncv-abd-cover-letter, especially the casual style. Still I like to add one minor and one bigger change:
1) How can I move the entire header (picture, name, line and cirriculum vitae) up a little bit?
I already tried:

Code: Select all

\usepackage[scale=0.8,top=1cm, bmargin=4cm, footnotesep=2cm]{geometry}
The problem here is that it also changes the "top" of the second page, which I like to stay original.
Is there another way?

2) The second change seems more ambitious:
I like to change the position of the footer. It should be under the name at the top right of the page, similar to the classic style. Any ideas?

Many thanks in advance!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Qualla
Posts: 2
Joined: Tue Oct 10, 2017 9:59 am

Moving and modifying header/footer of modercv-and-cover-letter

Post by Qualla »

Problem solved, I used my own header and footer, now it looks like I want it.
The space between header and top of the page can be modified by:

Code: Select all

\vspace*{-1cm}
Post Reply