- Questo topic ha 7 risposte, 3 partecipanti ed è stato aggiornato l'ultima volta 13 anni, 11 mesi fa da .
-
Topic
-
Buongiorno!Sto scrivendo il mio CV (in inglese) e vorrei aggiungere la lista degli articoli che ho pubblicato.
Il resto del CV è compilato e il risultato mi piace molto, ma non capisco perché non si compila la bibliografia.Questo il 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{Pinco}
\familyname{\mbox{Pallino}}
\title{Geographer, 01.01.1900} % optional, remove the line if not wanted
\address{Rue xxxx}{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{email@email.ch} % optional, remove the line if not wanted
%\extrainfo{extra info} % optional, remove the line if not wanted
%\photo[64pt]{my_photo_smaller} % '64pt' is the height the picture must be resized to and 'picture' is the name of the picture file; optional, remove the line if not wanted
\quote{I have chosen to be geographer in order to try to understand the issues and contradictions that exist between societies and their space. I am fascinated by the “small” stories of migration that enrich the “big” history of the world.} % 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}}}`Questo il documento “minimo”, con la bibliografia:
`\begin{document}
\maketitle\section{Publications}
\nocite{*}
\bibliographystyle{plain_ita}
\bibliography{Biblio_CV} % 'Biblio_CV' is the name of a BibTeX file\closesection{} % needed to renewcommands
\renewcommand{\listitemsymbol}{-} % change the symbol for lists\end{document}
%% end of file `template_en.tex'.`
Questo è l’errore che mi viene segnalato da TeXStudio:
ERROR – Cannot find control file ‘CV_long_en.bcf’! – did you pass the “backend=biber” option to BibLaTeX?
Nella cartella dove ho il mio file .tex si trova anche:
– il file plain_ita.bst
– il file biblio_CV.bibGRAZIE per il vostro aiuto!
Cristina
- Devi essere connesso per rispondere a questo topic.