LyX ⇒ Footnote numbering
Footnote numbering
It resets at the beginning of new chapter.
I'd like it to continue.
For example - Chapter I has five footnotes, numbered 1-5.
Chapter II has three footnoes and I'd like them to be 6, 7 and 8, but LyX (in KOMA-book) changes them to 1, 2 and 3 again.
any solutions?
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
Footnote numbering
Re: Footnote numbering
Within document I still have doubled and tripled and multiplied numbering.
Is this possible to change? (just asking)
PS I just discovered that this happens in Document Class (book KOMA script) and it works normally in simple article, so I'm guessing I'd need to change something in KOMA script, right?
Re: Footnote numbering
Footnote numbering
To change this sort of numbering in the LyX interface, you have to either change the LyX layout file used in your LyX document (Document > Settings > Document Class > Document Class), or you have to add it as a local layout (Document > Settings > Local Layout). See the LyX Customization Guide for documentation on LyX layout syntax, etc.
To get the numbering to be continuous across chapters, you can add this in your Local Layout:
Code: Select all
Counter footnoteWithin partLabelString "\arabic{footnote}"End
Hope this helps someone else late to the party like me!