Document ClassesReport class & footnotes

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
tpokala
Posts: 21
Joined: Wed Nov 10, 2010 6:13 pm

Report class & footnotes

Post by tpokala »

Hi,

I have been using report class and I have issue with footnotes. I want this footnotes continuous. Default on new chapter footnotes start numerate from 1.

Can anybody help me with this issue? I can't use another class.
Last edited by tpokala on Thu Nov 11, 2010 6:35 pm, edited 1 time in total.

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: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Report class & footnotes

Post by Stefan Kottwitz »

Hi tpokala,

you could use the chngcntr package:

Code: Select all

\usepackage{chngcntr}
\counterwithout{footnote}{chapter}
Stefan
LaTeX.org admin
tpokala
Posts: 21
Joined: Wed Nov 10, 2010 6:13 pm

Re: Report class & footnotes

Post by tpokala »

Thanks Stefan_K. It works perfect.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Report class & footnotes

Post by localghost »

Now that the problem seems to be solved (in some way), please be so kind and mark the topic (not the last post) accordingly as clearly written in Section 3 of the Board Rules (to be read before posting). Please keep that in mind for the future so that further reminders will not be necessary.


Best regards and welcome to the board
Thorsten
Post Reply