Seite 1 von 1

moderncv stellt Überschrift nicht dar

Verfasst: Di 20. Nov 2012, 18:44
von PiBi
Hallo ihr Lieben,

ich plage mich jetzt seit Stunden mit folgendem Problem rum und habe keine Lösung gefunden:

ich schreibe meinen Lebenslauf mit moderncv nach der Vorlage der TU Graz (http://latex.tugraz.at/vorlagen/allgemein).

Oben rechts auf dem Lebenslauf sollte in der von mir definierten Farbe groß die Überschrift "Lebenslauf" erscheinen, stattdessen ist sie klein und schwarz. Was läuft schief? Ich hab schon einiges probiert und das Internet durchforstet, aber leider erfolglos. Ich hoffe nun, dass einer von euch nun Rat weiß und mir helfen kann! Ich bin für jeden Tipp dankbar!

Hier ein Minimalbeispiel!
\documentclass[12pt,a4paper]{moderncv}
\usepackage[ngerman]{babel}
\usepackage{moderncv-additions}
\usepackage{pdfpages}

%\usepackage{hyperref}
\usepackage{fancyhdr}

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

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

% adjust the page margins
\usepackage[scale=0.8]{geometry}

 

\setlength{\hintscolumnwidth}{3.3cm}			  % if you want to change the width of the column with the dates

 \AtBeginDocument{\recomputelengths}        % required when changes are made to page layout lengths

% personal data
\firstname{Anna}
\familyname{Müller}
%\title{Lebenslauf}               % optional, remove the line if not wanted
\address{Mainzer Straße}{Raststatt}        % optional, remove the line if not wanted
\mobile{0172 3337282}                     % 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{ab@web.de}                      % optional, remove the line if not wanted
\show\section
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}


\definecolor{firstnamecolor}{RGB}{40,129,173}
\definecolor{familynamecolor}{RGB}{53,118,150}
\definecolor{quotecolor}{RGB}{40,129,173}
\definecolor{addresscolor}{RGB}{40,129,173}
\definecolor{sectionrectanglecolor}{RGB}{53,118,150}
\definecolor{sectiontitlecolor}{RGB}{53,118,150}
\definecolor{subsectioncolor}{RGB}{40,129,173}
\definecolor{footersymbolcolor}{RGB}{40,129,173}	

 

% color redefinitions must be after \begin{document}!
%125,85,85
%138,74,57
\makeatletter


\newpage
\pagestyle{fancy}

%\chapter{Curriculum}{~Vit\ae}
\chapter{Lebenslauf}{}
\makequote

\section{Persönliche Daten}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\cvline{Name}{\@firstname~\@familyname}
\cvline{Anschrift}{\@addressstreet, \@addresscity}
\cvline{Mobil}{\@mobile}
\cvline{E-Mail}{\@email}
\cvline{Geburtsdaten}{17. Juli 1988 in Mainz}
\makeatother 
\end{document}
Vielen Dank für eure Hilfe!

Liebe Grüße
PiBi