bin im Latex ein Newbie und möchte das ModernCV anpassen.
Mein Wunsch ist es, dass Portraitbild im Casual-Style unter der Linie, rechts zu platzieren, statt wie sonst drüber.
Was ich bisher geschafft habe war den Namen und das Bild zu vertauschen, indem ich die moderncvstylecasual wie folgt geändert habe:
... % commands \renewcommand*{\makecvtitle}{% % recompute lengths (in case we are switching from letter to resume, or vice versa) \recomputecvlengths% % \vspace*{-3em} % Reduce Size % ensure footer with personal information \makecvfooter% % optional picture \newbox{\makecvtitlepicturebox}% \savebox{\makecvtitlepicturebox}{% \ifthenelse{\isundefined{\@photo}}% {\@initializelength{\makecvtitlepicturewidth}% \settowidth{\makecvtitlepicturewidth}{0pt}}% {\setlength\fboxrule{\@photoframewidth}% \ifdim\@photoframewidth=0pt% \setlength{\fboxsep}{0pt}\fi% {\color{color1}\framebox{\includegraphics[width=\@photowidth]{\@photo}}}} \@initializelength{\makecvtitlepicturewidth}% \settowidth{\makecvtitlepicturewidth}{\usebox{\makecvtitlepicturebox}} }% {\raggedright\namefont{\color{color2}\@firstname} {\color{color2}\@familyname}}% \hfill\usebox{\makecvtitlepicturebox}\\[-.35em]% {\color{color2!50}\rule{\textwidth}{.25ex}}% Linie % optional title \ifthenelse{\equal{\@title}{}}{}{\\[1.25em]\null\titlestyle{\@title}}\\[2.5em]% % optional quote \ifthenelse{\isundefined{\@quote}}% {}% {{ \null\hfill\begin{minipage}{\quotewidth}\centering\quotestyle{\@quote}\end{minipage}\hfill\null\\[2.5em]}}% \par }% ....
Besten Dank im Voraus