- Questo topic ha 1 risposta, 2 partecipanti ed è stato aggiornato l'ultima volta 16 anni, 7 mesi fa da .
-
Topic
-
Se aggiungo una foto a moderncv il testo diventa graigio chiaro. Togliendolo ritorna nero.come mai!?
`
\documentclass[11pt,a4paper]{moderncv}\renewcommand*{\cventry}[6]{%
\cvline{#1}{%
{\bfseries#2}%
\def\next{#3}%
\ifx\next\empty\else{, {\slshape#3}}\fi
\def\next{#4}%
\ifx\next\empty\else{, #4}\fi
\def\next{#5}%
\ifx\next\empty\else{, #5}\fi
.%
\def\next{#6}%
\ifx\next\empty\else
{\newline{}\begin{minipage}[t]{\linewidth}\small#6\end{minipage}}%
\fi
}}% moderncv themes
\moderncvtheme[blue]{classic} % optional argument are 'blue' (default), 'orange', 'red', 'green', 'grey' and 'roman' (for roman fonts, instead of sans serif fonts)
%\moderncvtheme[green]{classic} % idem% character encoding
\usepackage[utf8]{inputenc} % replace by the encoding you are using% adjust the page margins
\usepackage[scale=0.8]{geometry}
%\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
%\AtBeginDocument{\setlength{\maketitlenamewidth}{6cm}} % 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 lengths% personal data
\firstname{Enrico}
\familyname{Cognomei \\ \\
\small{\textit{ April 11, 1981\\ Rome, Italy}}}
% \small{Nationality: Italian}\address{via dei matti }{00100 Rome, Italy}
%\phone{phone (optional)}
%\fax{fax (optional)}
\email{pippoi@gmail.com}%\extrainfo{ April 11, 1981\\ Rome, Italy} % optional, remove the line if not wanted
\photo[64pt]{enricofoto}`
- Devi essere connesso per rispondere a questo topic.