Bibliografia divisa per capitoli

  • Creatore
    Topic
  • #107117
    admin
    Amministratore del forum
      Up
      0
      Down
      ::


      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 !!! 🙂

    Visualizzazione 0 filoni di risposte
    • Autore
      Risposte
      • #107118
        OldClaudio
        Partecipante
          Up
          0
          Down
          ::


          Benvenuto nel forum.
          Suppongo che prima di cominciare a usare LaTeX tu abbia scaricato dalla sezione Documentazione di questo forum la guida per neofiti L’Arte di scrivere con LaTeX e tu ne abbia letto con attenzione il capitolo 7.
          Avrai quindi notato che l’ultimo periodo di quel capitolo recita:

          Bibliografia di sezione

          Il pacchetto biblatex permette di comporre facilmente sezioni bibliografiche anche alla fine di ogni capitolo (o paragrafo, se si tratta di un articolo) del documento. Se ne consulti la documentazione per sapere come fare.

          Naturalmente, avendo letto quella guida sai anche come leggere la documentazione di un pacchetto.

          Raccomandazione 1: Leggi sempre la documentazione dei pacchetti che usi nel tuoi documenti LaTeX; dopo la loro lettura ti accorgerai che nessuna operazione è veramente “incasinata”.

          Raccomandazione 2: per inserire codice nei tuoi messaggi usa i tag per il codice; la via più semplice consiste nel selezionare il tratto di codice e poi di cliccare l’icona che compare nella barra sopra le faccine; ha il disegno di un foglio bianco con i segni < e > in blu sopra; se ci metti il cursore sora, senza cliccare ti appare la legenda Code oppure Codice.

      Visualizzazione 0 filoni di risposte
      • Devi essere connesso per rispondere a questo topic.

      Go to top