PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Problem mit moderncv



pitterpolo
26-01-2011, 23:52
Guten Abend,

ich fertige mir gerade einen Lebenslauf anhand einer Vorlage aus dem INternet an.
Dabei wird das Paket moderncv benutzt.


\documentclass[11pt,a4paper]{moderncv}

\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[ngerman,english]{babel}
\usepackage{moderncv-additions}

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


% 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{Max}
\familyname{Mustermann}
%\title{Resumé title (optional)} % optional, remove the line if not wanted
\address{Musterstraße}{Musterstadt} % optional, remove the line if not wanted
%\mobile{+43 123 45 678 90} % optional, remove the line if not wanted
\phone{+Musternummer} % optional, remove the line if not wanted
%\fax{fax (optional)} % optional, remove the line if not wanted
\email{max.mustermann@musterbeispiel.com} % 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{``Das ist ein toller Frusterspruch\\ von Friede Frusterfrau.'' -- Friede Frusterfrau} % optional, remove the line if not wanted

%\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page

\makeatletter
\newcommand{\Unterschrift}{\@firstname ~\@familyname}
\makeatother


%----------------------------------------------------------------------------------
% content
%----------------------------------------------------------------------------------
\begin{document}

% color redefinitions must be after \begin{document}!
\definecolor{firstnamecolor}{RGB}{125,85,85}
\definecolor{familynamecolor}{RGB}{138,74,57}
\definecolor{quotecolor}{RGB}{125,85,85}
\definecolor{addresscolor}{RGB}{125,85,85}
\definecolor{sectionrectanglecolor}{RGB}{138,74,57 }
\definecolor{sectiontitlecolor}{RGB}{138,74,57}
\definecolor{subsectioncolor}{RGB}{125,85,85}
\definecolor{footersymbolcolor}{RGB}{125,85,85}

\makeatletter


\newpage\pagestyle{fancy}
\chapter{Curriculum}{~Vit\ae}
\makequote

\section{Persönliche Daten}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%
\cvline{Name}{\@firstname~\@familyname}
\cvline{Anschrift}{\@addressstreet, \@addresscity}
\cvline{Telefon}{\@phone}
\cvline{E-Mail}{\@email}
\cvline{Geburtsdaten}{geboren an Mustertag Mustermonat. Musterjahr in Musterstadt}
\cvline{Staatsangehörigkeit}{Maxisch}
\cvline{Familienstand}{ledig}
\cvline{Wehrdienst}{ausgesetzt}
\cvline{Führerschein}{Klasse B, M, L und T/S}
\makeatother

% \cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{D escription} % arguments 3 to 6 are optional

\section{Schulbildung}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%

\cventry{xx/xxxx -- xx/xxxx}{Akadem. Grad}{Institution}{Stadt}{\textit{Abschluss}}{Beme rkung} % arguments 3 to 6 are optional

\cventry{xx/xxxx -- xx/xxxx}{Akadem. Grad}{Institution}{Stadt}{\textit{Abschluss}}{Beme rkung}

\section{Praktika}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%

\cventry{xx/xxxx -- xx/xxxx}{Musterkaufmann}{Musterfirma}{Musterort}{}{Be merkung}

\section{Sprachkenntnisse}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%

\cvline{Deutsch}{Muttersprache}{}
\cvline{Englisch}{Verstehen A1, Sprechen B2, Schreiben C3 \hfill {\scriptsize \itshape Europäische Kompetenzstufe}}

\section{IT-Kompetenzen}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%

\cvline{Musterkategorie}{Mustermethode 1 (z.B. mit Musterprogramm 2), Mustermethode 2 (z.B. mit Musterprogramm 4)}

\vspace*{5ex}
\raggedright
\the\day.\the\month.\the\year, Musterstadt \\[5ex]
\Unterschrift


\end{document}

% end of file `cv_german.tex'


Da ich die .pdf-Datei nicht hochladen kann (Maximalgröße überschritten), habe ich einfach den Ordner zusammengepackt und hochgeladen; hoffentlich stellt es kein Problem dar, aber ich weiß sonst nicht, wie ich es ins Internet stellen kann (enthält auch die log-Datei + moderncv-additions.sty).

http://www.loaditup.de/579390.html


Mein Problem sind folgende Warnmeldungen:


Package hyperref Warning: Option `pdfpagelabels' is turned off
(hyperref) because \thepage is undefined.

\c@Item=\count91
\c@Hfootnote=\count92
)

[...]

Package hyperref Warning: Option `baseurl' has already been used,
(hyperref) setting the option has no effect on input line 44.


Package hyperref Warning: Option `pdfpagemode' has already been used,
(hyperref) setting the option has no effect on input line 44.


Package hyperref Warning: Option `pdfstartpage' has already been used,
(hyperref) setting the option has no effect on input line 44.

Package hyperref Info: Option `bookmarksopen' set `true' on input line 44.
LaTeX Font Info: Try loading font information for T1+lmss on input line 44.


Ich kann leider nicht lokalisieren, von wo diese Probleme auftauchen und wie man sie beheben kann - an sich ist das Output wie nach meinen Vorstellungen, einzig allein diese Meldungen machen mich etwas stutzig.
Selbst wenn ich die Originalvorlage kompiliere, kommen die gleichen Meldungen - vielleicht enthält die Datei veraltete Befehle o.Ä.?

Hoffentlich könnt ihr mir weiterhelfen.


Eine gute Nacht wünscht,
pitterpolo

Schweinebacke
27-01-2011, 07:27
moderncv ist eine etwas eigenwillige Klasse. Daher kommen auch die Warnungen. Normalerweise stellen diese Warnungen aber kein wirkliches Problem dar. Um sie alle los zu werden, müsste man moderncv ändern.

pitterpolo
27-01-2011, 13:56
Ok, vielen Dank für deinen Beitrag, Schweinebacke.
Falls noch fragen auftauchen sollten, melde ich mich wieder.