- Questo topic ha 2 risposte, 2 partecipanti ed è stato aggiornato l'ultima volta 15 anni, 11 mesi fa da .
-
Topic
-
utilizzando il pacchetto classicthesis, quando vado a compliare in pdf, la bibliografia non mi appare sul pdf. il codice è questo:`%********************************************************************
% Bibliography
%*******************************************************
% work-around to have small caps also here in the headline
\manualmark
\markboth{\spacedlowsmallcaps{\bibname}}{\spacedlowsmallcaps{\bibname}} % work-around to have small caps also
%\phantomsection
\refstepcounter{dummy}
\addtocontents{toc}{\protect\vspace{\beforebibskip}} % to have the bib a bit from the rest in the toc
\addcontentsline{toc}{chapter}{\tocEntry{\bibname}}
\bibliographystyle{plainnat}
\label{app:bibliography}
\bibliography{Bibliography}`
nel preambolo è installato il pacchetto:`\usepackage[square,numbers]{natbib}
`ovviamente nella stessa directory del file .tex è presente il file Bibliography.bib .
- Devi essere connesso per rispondere a questo topic.