PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Adressbreite in ModernCV



latexsuse
25-09-2011, 23:16
Hallo Leute,

ich gestalte gerade meinen Lebenslauf mit ModernCV. Leider ist der Platz für die Adresse zu gering, so dass sie untereinander geschrieben wird, was viel Platz klaut.

Hier ein Minimalbeispiel:


\documentclass[12pt,a4paper]{moderncv}

% moderncv themes
\moderncvtheme[grey]{classic} % optional argument are 'blue' (default), 'orange', 'red', 'green', 'grey' and 'roman' (for roman fonts, instead of sans serif fonts)
%\moderncvtheme[green]{classic} % idem

% character encoding
\usepackage[utf8]{inputenc} % replace by the encoding you are using

% adjust the page margins
\usepackage[scale=0.8]{geometry}
%\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
%\AtBeginDocument{\setlength{\maketitlenamewidth}{ 6cm}} % only for the classic theme, if you want to change the width of your name placeholder (to leave more space for your address details
\AtBeginDocument{\recomputelengths} % required when changes are made to page layout lengths

% personal data
\firstname{Ente}
\familyname{Ente}
\title{BSc} % optional, remove the line if not wanted
\address{Entenhausen\\ Nummer 28}{Dagobert Straße, Entenhausen Quarter\\ 15333\\Samoa}
\mobile{+1(0)155662882} % optional, remove the line if not wanted
\email{ente@googlemail.com} % optional, remove the line if not wanted

\begin{document}
\maketitle

\section{Key skills}

\section{Education}
\end{document}


Ich bedanke mich schon einmal im Voraus.