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

NEW: TikZ book now 40% off at Amazon.com for a short time.

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