Spiderman25
20-08-2008, 13:16
hi leute, erst einmal das minimalbeispiel: :D
\documentclass[11pt,a4paper]{moderncv}
\moderncvtheme[blue]{classic}
\usepackage[ngerman]{babel}
\usepackage[ansinew]{inputenc}
\usepackage[scale=0.8]{geometry}
\AtBeginDocument{\recomputelengths}
\firstname{}
\familyname{}
\title{}
\address{street and number}{postcode city}
\mobile{mobile (optional)}
\email{email (optional)}
%----------------------------------------------------------------------------------
\begin{document}
\maketitle
\section{Education}
\cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{D escription}
\end{document}
weiß jemand um welches blau es sich handelt? also wenn ich usepackege{color} mache und z.b. \textcolor{blue}{Grade} dann ist das ein anderes blau als das auf der seite ;) irgendwelche color experten hier? :)
\documentclass[11pt,a4paper]{moderncv}
\moderncvtheme[blue]{classic}
\usepackage[ngerman]{babel}
\usepackage[ansinew]{inputenc}
\usepackage[scale=0.8]{geometry}
\AtBeginDocument{\recomputelengths}
\firstname{}
\familyname{}
\title{}
\address{street and number}{postcode city}
\mobile{mobile (optional)}
\email{email (optional)}
%----------------------------------------------------------------------------------
\begin{document}
\maketitle
\section{Education}
\cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{D escription}
\end{document}
weiß jemand um welches blau es sich handelt? also wenn ich usepackege{color} mache und z.b. \textcolor{blue}{Grade} dann ist das ein anderes blau als das auf der seite ;) irgendwelche color experten hier? :)