W2K2011
18-06-2013, 12:32
Hallo,
ich habe einige Detailfragen zu Layout meines Anschreibens bzw. Lebenslauf. Hier zunächst ein Minimalbeispiel für den Lebenslauf:
1. Lebenslauf:
\documentclass[11pt,a4paper]{moderncv}
% character encoding
\usepackage[scale=0.825]{geometry} % adjust margins
\usepackage[latin1]{inputenc} %
\usepackage{lmodern} % Latin Modern Schriften verwenden
\usepackage[ngerman]{babel} % replace by the encoding you are using
\usepackage{graphicx,textcomp} %
\usepackage{currvita}
\usepackage{paralist} %
\usepackage{multicol} %
\usepackage{multirow} %
\usepackage{color} % für Farben im Allgemeinen
\usepackage{colortbl} %
% ************************************************** ***************************
% ************************************************** ***************************
% 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
\hyphenation{
Aachen
}
% adjust the page margins
%\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
%\AtBeginDocument{\maketitlenamewidth}{5cm}} %
%\AtBeginDocument{\setlength{\maketitlenamewidth}{ 6 cm}} % 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 length
% ************************************************** ***************************
% ************************************************** ***************************
% personal data
\firstname{Vorname}
\familyname{Nachname}
%\title{asdflksdjflkjdsf} % optional, remove the line if not wanted
\address{xxxxxxxxx. 29}{xxx Stadt}%{Germany} % optional, remove the line if not wanted
\mobile{+49 17x xx xx xx xx xx} % optional, remove the line if not wanted
%\phone{+49 xxx xx xx xx x} % optional, remove the line if not wanted
\email{email@xxxmail.de} % optional, remove the line if not wanted
%\photo[96pt]{eps/schwarz.eps} % '64pt' is the height the picture must be resized to and 'picture' is the name of the picture file; optional
% ************************************************** ***************************
% ************************************************** ***************************
\setlength{\columnsep}{20pt}
%\renewcommand*\familydefault{\sfdefault} % Only if the base font of the document is to be sans serif
%\setlength{\hintscolumnwidth}{3.5cm} %Laenge link
%\setlength{\separatorcolumnwidth}{4cm} %Laenge Abstand horizontal
%\setlength{\maincolumnwidth}{4cm} %Laenge rechts
\makeatletter
\renewcommand*{\bibliographyitemlabel}{\@biblabel{ \arabic{enumiv}}}
\makeatother
% ************************************************** ***************************
% Farbdefinitionen
% ************************************************** ***************************
\definecolor{firstnamecolor}{rgb}{0.65,0.65,0.65}
\definecolor{familynamecolor}{rgb}{0.20,0.40,0.65}
%\definecolor{firstnamecolor}{rgb}{0.65,0.65,0.65}
%\definecolor{familynamecolor}{rgb}{0.20,0.40,0.65 }
\definecolor{footersymbolcolor}{rgb}{0.65,0.65,0.6 5}
\definecolor{addresscolor}{rgb}{0.35,0.35,0.35} %grau
\definecolor{dunkelgrau}{rgb}{0.8,0.8,0.8}
\definecolor{dunkelblau}{rgb}{0.0,0.0,0.8}
\definecolor{hellgrau}{rgb}{0.95,0.95,0.95}
\setlength{\headsep}{1.5cm}
%\setlength{\topmargin}{-2.0cm}
%\setlength{\textheight}{24.8cm}
%\setlength{\parindent}{0em}
\renewcommand{\headrulewidth}{0.5pt}
\newcommand*{\cventryA}[6]{%
\cvline{#1}{%
{\bfseries#2}%
\ifx#3\else{, {\slshape#3}}\fi%
\ifx#4\else{, #4}\fi%
\ifx#5\else{, #5}\fi%
\ifx#6\else{\newline{}\begin{minipage}[t]{\linewidth}\small#6\end{minipage}}\fi%
}}
\newcommand*{\cventryB}[3]{%
\cvline{#1}{%
{\bfseries#2}%
\ifx#3\else{, {#3}}\fi%
}}
% ************************************************** ***************************
% ************************************************** ***************************
\setlength{\columnsep}{20pt}
\renewcommand*\familydefault{\sfdefault} %% Only if the base font of the document is to be sans serif
% ************************************************** ***************************
% ************************************************** ***************************
\begin{document}
%
\maketitle
%
\setlength{\hintscolumnwidth}{3.3cm}
%
\section{Persönliche Daten}
\cvline{Name}{Max Mustermann}
%
\section{Akademische Ausbildung}
%
\nocite{*}
\bibliographystyle{plain}
%
\end{document}
1. Frage: Der Style dieses Lebenslaufes setzt oben links den Vornamen und Nachnamen des Authors in hellgrau/grau. Ich würde diese Farben gerne ändern, weshalb ich einige Farbdefinitionen eingefügt habe. Ist das irgendwie "einfach" möglich? Ich habe es bisher nicht geschafft.
Vielen Dank.
ich habe einige Detailfragen zu Layout meines Anschreibens bzw. Lebenslauf. Hier zunächst ein Minimalbeispiel für den Lebenslauf:
1. Lebenslauf:
\documentclass[11pt,a4paper]{moderncv}
% character encoding
\usepackage[scale=0.825]{geometry} % adjust margins
\usepackage[latin1]{inputenc} %
\usepackage{lmodern} % Latin Modern Schriften verwenden
\usepackage[ngerman]{babel} % replace by the encoding you are using
\usepackage{graphicx,textcomp} %
\usepackage{currvita}
\usepackage{paralist} %
\usepackage{multicol} %
\usepackage{multirow} %
\usepackage{color} % für Farben im Allgemeinen
\usepackage{colortbl} %
% ************************************************** ***************************
% ************************************************** ***************************
% 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
\hyphenation{
Aachen
}
% adjust the page margins
%\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
%\AtBeginDocument{\maketitlenamewidth}{5cm}} %
%\AtBeginDocument{\setlength{\maketitlenamewidth}{ 6 cm}} % 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 length
% ************************************************** ***************************
% ************************************************** ***************************
% personal data
\firstname{Vorname}
\familyname{Nachname}
%\title{asdflksdjflkjdsf} % optional, remove the line if not wanted
\address{xxxxxxxxx. 29}{xxx Stadt}%{Germany} % optional, remove the line if not wanted
\mobile{+49 17x xx xx xx xx xx} % optional, remove the line if not wanted
%\phone{+49 xxx xx xx xx x} % optional, remove the line if not wanted
\email{email@xxxmail.de} % optional, remove the line if not wanted
%\photo[96pt]{eps/schwarz.eps} % '64pt' is the height the picture must be resized to and 'picture' is the name of the picture file; optional
% ************************************************** ***************************
% ************************************************** ***************************
\setlength{\columnsep}{20pt}
%\renewcommand*\familydefault{\sfdefault} % Only if the base font of the document is to be sans serif
%\setlength{\hintscolumnwidth}{3.5cm} %Laenge link
%\setlength{\separatorcolumnwidth}{4cm} %Laenge Abstand horizontal
%\setlength{\maincolumnwidth}{4cm} %Laenge rechts
\makeatletter
\renewcommand*{\bibliographyitemlabel}{\@biblabel{ \arabic{enumiv}}}
\makeatother
% ************************************************** ***************************
% Farbdefinitionen
% ************************************************** ***************************
\definecolor{firstnamecolor}{rgb}{0.65,0.65,0.65}
\definecolor{familynamecolor}{rgb}{0.20,0.40,0.65}
%\definecolor{firstnamecolor}{rgb}{0.65,0.65,0.65}
%\definecolor{familynamecolor}{rgb}{0.20,0.40,0.65 }
\definecolor{footersymbolcolor}{rgb}{0.65,0.65,0.6 5}
\definecolor{addresscolor}{rgb}{0.35,0.35,0.35} %grau
\definecolor{dunkelgrau}{rgb}{0.8,0.8,0.8}
\definecolor{dunkelblau}{rgb}{0.0,0.0,0.8}
\definecolor{hellgrau}{rgb}{0.95,0.95,0.95}
\setlength{\headsep}{1.5cm}
%\setlength{\topmargin}{-2.0cm}
%\setlength{\textheight}{24.8cm}
%\setlength{\parindent}{0em}
\renewcommand{\headrulewidth}{0.5pt}
\newcommand*{\cventryA}[6]{%
\cvline{#1}{%
{\bfseries#2}%
\ifx#3\else{, {\slshape#3}}\fi%
\ifx#4\else{, #4}\fi%
\ifx#5\else{, #5}\fi%
\ifx#6\else{\newline{}\begin{minipage}[t]{\linewidth}\small#6\end{minipage}}\fi%
}}
\newcommand*{\cventryB}[3]{%
\cvline{#1}{%
{\bfseries#2}%
\ifx#3\else{, {#3}}\fi%
}}
% ************************************************** ***************************
% ************************************************** ***************************
\setlength{\columnsep}{20pt}
\renewcommand*\familydefault{\sfdefault} %% Only if the base font of the document is to be sans serif
% ************************************************** ***************************
% ************************************************** ***************************
\begin{document}
%
\maketitle
%
\setlength{\hintscolumnwidth}{3.3cm}
%
\section{Persönliche Daten}
\cvline{Name}{Max Mustermann}
%
\section{Akademische Ausbildung}
%
\nocite{*}
\bibliographystyle{plain}
%
\end{document}
1. Frage: Der Style dieses Lebenslaufes setzt oben links den Vornamen und Nachnamen des Authors in hellgrau/grau. Ich würde diese Farben gerne ändern, weshalb ich einige Farbdefinitionen eingefügt habe. Ist das irgendwie "einfach" möglich? Ich habe es bisher nicht geschafft.
Vielen Dank.