Re: Modello di Curriculum vitae

#78837
Up
0
Down
::


Dicevo appena sopra che avevo finito di scrivere la mia versione del CV grazie a voi.

Mi riferivo alla mia versione breve
😉

Ora sto cercando di scrivere la versione “lunga”, quella accademica, per intenderci. E in inglese.

E (sembra una mia lotta continua), ho problemi con la compilazione della bibliografia…

Questo è il mio preambolo:

`\documentclass[11pt,a4paper]{moderncv}

% 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[orange]{classic} % idem

% character encoding
\usepackage[utf8]{inputenc} % replace by the encoding you are using

\usepackage[french, italian, english]{babel}

% adjust the page margins
\usepackage[scale=0.8]{geometry}
\recomputelengths % required when changes are made to page layout lengths

% personal data
\firstname{Bla}
\familyname{\mbox{Blabla}}
\title{Geographer, 12.05.1977} % optional, remove the line if not wanted
\address{Rue de Vermont 5}{1202 Geneva (Switzerland)} % optional, remove the line if not wanted
\mobile{+41 xxxx} % optional, remove the line if not wanted
\phone{+41 xxxx} % optional, remove the line if not wanted
\email{xg@gmail.com} % optional, remove the line if not wanted

\quote{Yes yes… I would like to insert a quote} % optional, remove the line if not wanted

%\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page

% Per usare \cvitemwithcomment senza mettere bold il livello

\renewcommand*{\cvitemwithcomment}[4][.25em]{%
\savebox{\cvitemwithcommentmainbox}{{#3}}%
\setlength{\cvitemwithcommentmainlength}{\widthof{\usebox{\cvitemwithcommentmainbox}}}%
\setlength{\cvitemwithcommentcommentlength}{\maincolumnwidth-\separatorcolumnwidth-\cvitemwithcommentmainlength}%
\cvitem[#1]{#2}{%
\begin{minipage}[t]{\cvitemwithcommentmainlength}#3\end{minipage}%
\hfill% fill of \separatorcolumnwidth
\begin{minipage}[t]{\cvitemwithcommentcommentlength}\raggedleft\small\itshape#4\end{minipage}}}`

E questo il codice che ho integrato nel mio documento:

`\begin{document}
\maketitle

\renewcommand{\refname}{Scientific publications and other works for the popular scientific information} % per avere 'Pubblicazioni' invece di 'Riferimenti bibliografici'

\nocite{*}

\bibliographystyle{plain_ita} % stile plain in italiano;
% il file plain_ita (in dotazione con CV.zip) va nella cartella di lavoro

\bibliography{Biblio_CV} % 'Pubblicazioni' è il nome del database di BibTeX

\end{document}`

La mia banca dati si chiama, ovviamente, “Biblio_CV.bib” e si trova nella cartella del documento .tex.

Qualcuno ha un suggerimento?

Cristina

Go to top