ichhabeeinefrag
25-10-2012, 11:34
Moin, ich habe ein Lebenslauf mit moderncv geschrieben und das hat auch alles funktioniert. Vorgestern habe ich mir dann mal das neuste Eclipse runter geladen und alles neu installiert und es funktioniert auch alles soweit. Allerdings bekomme ich jetzt plötzlich in meinem Lebenslauf 2 Fehlermeldung:
Package xcolor Error: Undefined color "firstnamecolor".\maketitle followed by und
Undefined control sequence: \maketitle followed by
mein document sieht so aus:
\documentclass[11pt,a4paper]{moderncv}
\moderncvtheme[grey]{casual}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage{mathpazo}
\usepackage[scale=0.9]{geometry}
\usepackage{graphicx}
\firstname{..}
% NACHNAME
\familyname{..}
%TITEL (optional, ggf. einfach die Zeile lˆschen!)
\title{Lebenslauf}
%ADRESSE (optional, ggf. einfach die Zeile lˆschen!)
\address{.. 9}{.. ..}
%HANDYNUMMER (optional, ggf. einfach die Zeile lˆschen!)
\mobile{../..}
%FESTNETZNUMMER (optional, ggf. einfach die Zeile lˆschen!)
\phone{../..}
%EMAIL-ADRESSE (optional, ggf. einfach die Zeile lˆschen!)
\email{...@gmx.de}
\photo[5cm]{3.jpg}
\renewcommand{\sfdefault}{\rmdefault}
\AtBeginDocument{\recomputelengths}
\AtBeginDocument{\definecolor{sectionrectanglecolo r}{rgb}{0.522,0.071,0.635}}
\AtBeginDocument{\definecolor{sectiontitlecolor}{r gb}{0.522,0.071,0.635}}
\begin{document}
% reverse the name and photo
\makeatletter
% maketitle
\renewcommand*{\maketitle}{%
{%
{\firstnamestyle{\@firstname}~\familynamestyle{\@f amilyname}}}%
\hfill%
\ifthenelse{\isundefined{\@photo}}%
{}%
{{\color{firstnamecolor}\framebox{\includegraphics[width=\@photowidth]{\@photo}}}\\[-.35em]}%
{\color{firstnamecolor}\rule{\textwidth}{.25ex}\\[2.5em]}%
% optional quote
\ifthenelse{\isundefined{\@quote}}%
{}%
{{\centering{}\begin{minipage}{\quotewidth}\center ing\quotestyle{\@quote}\end{minipage}\\[2.5em]}}%
\par}% to avoid weird spacing bug at the first section if no blank line is left after \maketitle
\makeatother
\maketitle
\section{Zur Person}
\cvline{Name}{..}
\cvline{Vorname}{..}
\end{document}
Weiß jmd. woran das liegt? :) Wenn ich das Dokument öffne, sind die Überschriften nicht mehr Farbig und der Name der links oben stehen soll, ist sehr klein.
vielen dank schon mal!
Package xcolor Error: Undefined color "firstnamecolor".\maketitle followed by und
Undefined control sequence: \maketitle followed by
mein document sieht so aus:
\documentclass[11pt,a4paper]{moderncv}
\moderncvtheme[grey]{casual}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage{mathpazo}
\usepackage[scale=0.9]{geometry}
\usepackage{graphicx}
\firstname{..}
% NACHNAME
\familyname{..}
%TITEL (optional, ggf. einfach die Zeile lˆschen!)
\title{Lebenslauf}
%ADRESSE (optional, ggf. einfach die Zeile lˆschen!)
\address{.. 9}{.. ..}
%HANDYNUMMER (optional, ggf. einfach die Zeile lˆschen!)
\mobile{../..}
%FESTNETZNUMMER (optional, ggf. einfach die Zeile lˆschen!)
\phone{../..}
%EMAIL-ADRESSE (optional, ggf. einfach die Zeile lˆschen!)
\email{...@gmx.de}
\photo[5cm]{3.jpg}
\renewcommand{\sfdefault}{\rmdefault}
\AtBeginDocument{\recomputelengths}
\AtBeginDocument{\definecolor{sectionrectanglecolo r}{rgb}{0.522,0.071,0.635}}
\AtBeginDocument{\definecolor{sectiontitlecolor}{r gb}{0.522,0.071,0.635}}
\begin{document}
% reverse the name and photo
\makeatletter
% maketitle
\renewcommand*{\maketitle}{%
{%
{\firstnamestyle{\@firstname}~\familynamestyle{\@f amilyname}}}%
\hfill%
\ifthenelse{\isundefined{\@photo}}%
{}%
{{\color{firstnamecolor}\framebox{\includegraphics[width=\@photowidth]{\@photo}}}\\[-.35em]}%
{\color{firstnamecolor}\rule{\textwidth}{.25ex}\\[2.5em]}%
% optional quote
\ifthenelse{\isundefined{\@quote}}%
{}%
{{\centering{}\begin{minipage}{\quotewidth}\center ing\quotestyle{\@quote}\end{minipage}\\[2.5em]}}%
\par}% to avoid weird spacing bug at the first section if no blank line is left after \maketitle
\makeatother
\maketitle
\section{Zur Person}
\cvline{Name}{..}
\cvline{Vorname}{..}
\end{document}
Weiß jmd. woran das liegt? :) Wenn ich das Dokument öffne, sind die Überschriften nicht mehr Farbig und der Name der links oben stehen soll, ist sehr klein.
vielen dank schon mal!