Text Formattingenumeration footnotes with jurabib

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
fontana
Posts: 4
Joined: Sat May 22, 2010 11:50 pm

enumeration footnotes with jurabib

Post by fontana »

Hi,

I am using the jurabib package for my footnote citations, for some reason the enumaration starts at one on every page. Is there an option how to change this?

These are my options:

\jurabibsetup{
ibidem=strict,
citefull=chapter,
commabeforerest,
see,
titleformat={colonsep,all},
}
\renewcommand*{\jbauthorfont}{\textsc}
\renewcommand*{\biblnfont}{\scshape\textbf}
\renewcommand*{\bibfnfont}{\normalfont\textbf}

Thank you,
Fontana

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

enumeration footnotes with jurabib

Post by localghost »

fontana
Posts: 4
Joined: Sat May 22, 2010 11:50 pm

Re: enumeration footnotes with jurabib

Post by fontana »

It was an operator error, I had used two different commands, footnote{\cite{...}} and just footnote{...} which is why the enumeration got out of hand.

I blame the lack of coffee...
Post Reply