BibTeX, biblatex and biber ⇒ Cambridge Template for thesis + references for every chapter
-
- Posts: 7
- Joined: Mon Jan 23, 2017 8:51 am
Cambridge Template for thesis + references for every chapter
Realllyy I need help ..
I trying to wright my thesis and using Cambridge Template. Every thing fine with it but only one problem. The bibliography I need it for each chapter while in the template is for the whole thesis. I tried to change it but no way.
this is the link for the whole template
https://github.com/kks32/phd-thesis-tem ... s/tag/v2.3
could any of you help me with this
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Cambridge Template for thesis + references for every chapter
Code: Select all
\documentclass[custombib]{Classes/PhDThesisPSnPDF}
\usepackage[refsection=chapter]{biblatex}
\addbibresource{biblatex-examples.bib}
\defbibheading{subchap}[\bibname]{%
\section*{#1}%
\addcontentsline{toc}{section}{#1}%
\markboth{\MakeUppercase{#1}}{\MakeUppercase{#1}}
}
\begin{document}
\chapter{Wombat}
\cite{aristotle:physics}
\printbibliography
\chapter{Capybara}\cite{westfahl:space}
\printbibliography[heading=subchap,title={References}]
\end{document}
-
- Posts: 7
- Joined: Mon Jan 23, 2017 8:51 am
Cambridge Template for thesis + references for every chapter
could you tell me exactly how could I merge this code with Cambridge template.
many thanks
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Cambridge Template for thesis + references for every chapter
Even using a template, you need to learn basic LaTeX. It is needed to use the template.