- Questo topic ha 1 risposta, 2 partecipanti ed è stato aggiornato l'ultima volta 10 anni, 1 mese fa da .
-
Topic
-
Ciao a tutti.Sto scrivendo la mia tesi e ho bisogno di avere: 1) la bibliografia relativa ad ogni capitolo e 2) la bibliografia di tutto alla fine.
Sto utilizzando il seguente template: https://www.overleaf.com/gallery/tagged/cambridge#.V5hhBWPM5rM
La struttura del file main è la seguente:
\documentclass[a4paper,12pt,times,numbered,print,index]{Classes/PhDThesisPSnPDF}
% ********************** Choosing the Bibliography style ***********************
%
% `authoryear’: For author-year citation eg., Krishna (2013)
%
% `numbered’: (Default Option) For numbered and sorted citation e.g., [1,5,2]
%
% `custombib’: Define your own bibliography style in the `preamble.tex’ file.
% `\RequirePackage[square, sort, numbers, authoryear]{natbib}’.
% This can be also used to load biblatex instead of natbib
% (See Preamble)\begin{document}
\frontmatter
\begin{titlepage}
\maketitle
\end{titlepage}
\tableofcontents
\listoffigures
\listoftables
\mainmatter
\include{Chapter1/chapter1}
\include{Chapter2/chapter2}
\include{Chapter3/chapter3}
\include{Chapter4/chapter4}
\include{Chapter5/chapter5}
\include{Chapter6/chapter6}
\include{Chapter7/chapter7}
\begin{spacing}{0.9}% To use the conventional natbib style referencing
% Bibliography style previews: http://nodonn.tipido.net/bibstyle.php
% Reference styles: http://sites.stat.psu.edu/~surajit/present/bib.htm\bibliographystyle{apalike}
%\bibliographystyle{unsrt} % Use for unsorted references
%\bibliographystyle{plainnat} % use this to have URLs listed in References
\cleardoublepage
\nocite{*}\bibliography{References/references} % Path to your References.bib file
% If you would like to use BibLaTeX for your references, pass `custombib’ as
% an option in the document class. The location of ‘reference.bib’ should be
% specified in the preamble.tex file in the custombib section.
% Comment out the lines related to natbib above and uncomment the following line.%\printbibliography[heading=bibintoc, title={References}]
\end{spacing}
\include{Acknowledgement/acknowledgement}
\end{document}
Nel file Preamble ho trovato questo:
% *****************************************************************************
% *************************** Bibliography and References ********************%\usepackage{cleveref} %Referencing without need to explicitly state fig /table
% Add `custombib’ in the document class option to use this section
\ifuseCustomBib
\RequirePackage[square, sort, numbers, authoryear]{natbib} % CustomBib% If you would like to use biblatex for your reference management, as opposed to the default `natbibpackage` pass the option `custombib` in the document class. Comment out the previous line to make sure you don’t load the natbib package. Uncomment the following lines and specify the location of references.bib file
%\RequirePackage[backend=biber, style=numeric-comp, citestyle=numeric, sorting=nty, natbib=true]{biblatex}
%\bibliography{References/references} %Location of references.bib only for biblatex\fi
% changes the default name `Bibliography` -> `References’
Qualcuno ha idea di come io possa fare ? Trovo tutto molto incasinato, ho fatto vari tentativi ma non ho ottenuto nulla.
Grazie mille !!! 🙂
- Devi essere connesso per rispondere a questo topic.