BibTeX, biblatex and biberhow to don't reset the cite counter between chapters?

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
spiderzelda
Posts: 2
Joined: Fri May 17, 2013 3:33 pm

how to don't reset the cite counter between chapters?

Post by spiderzelda »

i'm writing my thesis as a report (divided in chapters), but at the end of each chapter, the cite counter go back to 1, how can i do to avoid the reset of the cite counter between chapters?
Im working on sharedlatex.

This is my biblatex config:

Code: Select all

\usepackage[style=verbose,bibstyle=numeric,sorting=none,idemtracker=false,citestyle=verbose-trad1]{biblatex}
thanks.

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

Xire
Posts: 4
Joined: Tue May 21, 2013 12:20 am

Re: how to don't reset the cite counter between chapters?

Post by Xire »

Hi,

I've had the same problem, I used natbib with chapterbib. The number don't reset in each chapter.
spiderzelda
Posts: 2
Joined: Fri May 17, 2013 3:33 pm

how to don't reset the cite counter between chapters?

Post by spiderzelda »

Xire wrote:Hi,

I've had the same problem, I used natbib with chapterbib. The number don't reset in each chapter.
well, i want that the number dont reset in each chapter...
Xire
Posts: 4
Joined: Tue May 21, 2013 12:20 am

Re: how to don't reset the cite counter between chapters?

Post by Xire »

Look about multibib.
Post Reply