I have created my CV using 'moderncv' and I was quite happy with the result - until I added my cover letter. As soon as I include the command \makelettertitle the spacing in the header grows, which looks just wrong.
Here is my MWE:
Code: Select all
\documentclass[11pt,a4paper,sans]{moderncv}
\moderncvtheme[blue]{casual}
\usepackage[ngerman]{babel}
\usepackage{amsmath}
\usepackage[left=2.2cm,right=2.2cm,top=2.2cm,bottom=2.2cm,includeheadfoot]{geometry}
\nopagenumbers
\firstname{First}
\familyname{Last}
\title{Curriculum Vitae}
\address{Home}
\begin{document}
\recipient{Recipient}{}
\opening{Opening}
\closing{Closing}
\makelettertitle
\makeletterclosing
\maketitle
\section{Start}
\cventry{Lorem}{ipsum}{dolor sit amet, consectetur}{adipiscing elit. Nulla convallis arcu eu mauris luctus, sit amet pulvinar sem vehicula. Etiam cursus dignissim metus, at faucibus orci vestibulum id}{}{}
\end{document}
I am aware that moderncv is not one of the best documented packages, but I really hope that someone here is able to help me how I can reduce the spacing so that it looks like it's supposed to.
Thank you all!
Kind Regards,
Rob