GeneralFootnotes with bigfoot

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Leo__
Posts: 28
Joined: Thu Oct 28, 2010 4:33 pm

Footnotes with bigfoot

Post by Leo__ »

Hello,

I'm using texlive (ubuntu) with the package bigfoot for the footnotes. I have my set of special footnotes, but now I need to number the footnotes within chapters, i.e. with each new chapter, the numbering of footnotes should start anew. Right now, despite the class book, it doesn't. It only works with regular footnotes. What should I change so that the special footnotes I created using bigfoot are numbered also according to chapter ? See below a MWE.

Infominimal working example

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Leo__
Posts: 28
Joined: Thu Oct 28, 2010 4:33 pm

Footnotes with bigfoot

Post by Leo__ »

It appears that the answer is to have

\newcounter{footnoteC}[chapter]

where footnoteC is the special footnote type.
Post Reply