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.

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