Theses, Books, Title pagesmasters-doctoral-thesis, consecutive footnotes

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
MasterThesis2019
Posts: 2
Joined: Wed Jan 16, 2019 12:17 pm

masters-doctoral-thesis, consecutive footnotes

Post by MasterThesis2019 »

Hey,

I am using the masters-doctoral-thesis template and I have a question regarding the footnotes:
For every chapter, the footnotes start again with the number '1'.
Is it possible to change that to have consecutive footnotes through all chapters?
Or is that something that should not be done? :)

Thanks for your help!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

masters-doctoral-thesis, consecutive footnotes

Post by Stefan Kottwitz »

Hi,

welcome to the forum!

These settings in your document preamble will help:

\usepackage{chngcntr}
\counterwithout{footnote}{chapter}


Stefan
LaTeX.org admin
MasterThesis2019
Posts: 2
Joined: Wed Jan 16, 2019 12:17 pm

masters-doctoral-thesis, consecutive footnotes

Post by MasterThesis2019 »

Hey Stefan,

thank you very much for your quick reply, it works perfectly!
Post Reply