PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : classicthesis und currvita: Textausrichtung anpassen



Makana
24-09-2013, 10:48
Hallo ihr Lieben,

ich habe neulich für einen englischen Lebenslauf eine schöne Vorlage verwendet http://www.latextemplates.com/template/classicthesis-styled-cv und wollte diese nun für meinen deutschen Lebenslauf anpassen.

Momentan sieht das Ganze so aus:

\documentclass{scrartcl}

\reversemarginpar % Move the margin to the left of the page
\usepackage{blindtext}
\usepackage[nochapters]{classicthesis}
\usepackage[LabelsAligned]{currvita}
\usepackage{mathptmx}%% Schrift Times
\usepackage{graphicx} % Required for adding links and customizing them
\renewcommand{\cvheadingfont}{\LARGE} % Font color of your name at the top

\newlength{\datebox}\settowidth{\datebox}{Spring 2011} % Set the width of the date box in each block
\newcommand{\NewEntry}[3]{\noindent\hangindent=2em\hangafter=0 \parbox{\datebox}{\small \textit{#1}}\hspace{1.5em} #2 #3 % Define a command for each new block - change spacing and font sizes here: #1 is the left margin, #2 is the italic date field and #3 is the position/employer/location field
\vspace{0.5em}} % Add some white space after each new entry
\newcommand{\Description}[1]{\hangindent=2em\hangafter=0\noindent\raggedright\ footnotesize{#1}\par\normalsize\vspace{1em}} % Define a command for descriptions of each entry - change spacing and font sizes here

%----------------------------------------------------------------------------------------

\begin{document}

\thispagestyle{empty}

\begin{cv}{\spacedallcaps{curriculum vitae}}\vspace{1.5em}

\setlength{\unitlength}{1pt}
\begin{picture}(0,0)
\put(300,-150){\includegraphics[height=1.5in]{Passbild_n.jpg}}
\end{picture}

\noindent\spacedallcaps{Name Name}\vspace{1em}

\NewEntry{Geburtsdatum}{\textit{01.01.2001,}}{\tex tit{Somecity}}

\NewEntry{Adresse}{\textit{Somestreet. 01, 12345 City, Country}}

\NewEntry{E-Mail}{\textit{namename@email.de}}

\NewEntry{Telefon}{\textit{1234-123456}}

\vspace{2em}
%----------------------------------------------------------------------------------------
% GOAL
%----------------------------------------------------------------------------------------
\noindent\spacedlowsmallcaps{Goal}\vspace{1em}

\Description{\blindtext}

\vspace{2em} % Goal text

\noindent\spacedlowsmallcaps{Erfahrungen}\vspace{1 em}

\end{cv}

\end{document}

Ich hätte gerne den Titel zentriert und die personal informations links damit daneben das Bewerbungsfoto (rechts) passt. Ich habe mittlerweile ein Bild hinein bekommen aber die Textausrichtung klappt einfach nicht. Ich denke das liegt am classicthesis.sty. hat einer eine Idee wie ich das umgesetzt bekomme?

Beste Grüße Makana