moderncv: Kontaktdaten in Kopf- statt Fußzeile
Verfasst: So 9. Okt 2011, 03:48
Hallo,
meinen Lebenslauf erstelle ich mit dem Paket moderncv. Dabei verwende ich das Argument casual, da es mir besser gefällt. Was mir aber nicht gefällt sind die Kontaktdaten in der Fußzeile. Stattdessen hätte ich diese gerne unter Jon Doe, wobei dieser dementsprechend nach oben rücken sollte. Siehe dazu auch das angehängte jpg.
Bei classic gefällt mir die Aufteilung nicht. Ich kann mir vorstellen, dass die Implementierung meiner Wünsche bei casual leichter ist. (??
)
Gruß,
jukka
meinen Lebenslauf erstelle ich mit dem Paket moderncv. Dabei verwende ich das Argument casual, da es mir besser gefällt. Was mir aber nicht gefällt sind die Kontaktdaten in der Fußzeile. Stattdessen hätte ich diese gerne unter Jon Doe, wobei dieser dementsprechend nach oben rücken sollte. Siehe dazu auch das angehängte jpg.
Bei classic gefällt mir die Aufteilung nicht. Ich kann mir vorstellen, dass die Implementierung meiner Wünsche bei casual leichter ist. (??

\documentclass[11pt,a4paper]{moderncv} % moderncv themes \moderncvtheme[blue]{casual} % 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} % personal data \firstname{John} \familyname{Doe} \title{Resumé title (optional)} % optional, remove the line if not wanted \address{street and number}{postcode city} % optional, remove the line if not wanted \mobile{mobile (optional)} % optional, remove the line if not wanted \phone{phone (optional)} % optional, remove the line if not wanted \fax{fax (optional)} % optional, remove the line if not wanted \email{email (optional)} % optional, remove the line if not wanted \homepage{homepage (optional)} % optional, remove the line if not wanted \extrainfo{additional information (optional)} % optional, remove the line if not wanted \photo[64pt]{picture} % '64pt' is the height the picture must be resized to and 'picture' is the name of the picture file; optional, remove the line if not wanted \quote{Some quote (optional)} % optional, remove the line if not wanted % to show numerical labels in the bibliography; only useful if you make citations in your resume \makeatletter \renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}} \makeatother %---------------------------------------------------------------------------------- % content %---------------------------------------------------------------------------------- \begin{document} \maketitle \section{Education} \cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{Description} % arguments 3 to 6 can be left empty \cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{Description} \section{Master thesis} \cvline{title}{\emph{Title}} \cvline{supervisors}{Supervisors} \cvline{description}{\small Short thesis abstract} \end{document}
jukka