wannesm / adsphd

KU Leuven Arenberg Doctoral School PhD dissertation latex class
http://set.kuleuven.be/phd/
74 stars 49 forks source link

Example for chapter with previous publication #25

Closed tillnagel closed 10 years ago

tillnagel commented 10 years ago

For a PhD by publication it would be great if your template supports handling multiple bibliographies, i.e. for each publication chapter.

(As you already kindly provide an commented example on how to cite a chapter as your own previous publication in "introduction.tex", I thought it would be useful to include a full example for this.)

wannesm commented 10 years ago

For chapter reference lists I'd recommend using the excellent biblatex package. The template supports this by changing the documentclass to (+other options if you want):

%\documentclass[biblatex,biber]{adsphd}

Once this is done you can use for example a refsection as is explained in this answer on StackExchange: Per-chapter bibliographies in biblatex.

Don't forget to change your bibtex command to biber to make this work. Otherwise you have to run bibtex on all .aux files instead of only the main one. The makefile does not support this. The bibtex command can be changed by changing the BIBTEX variable to biber. If you use run.py you can change the setting usebiblatex to True.

PS. To really tune biblatex settings you can use the custombibtex option for adsphd and include the package yourself like you would do for a normal article class.