Search found 1 match

by JKeaveney
Wed Jan 04, 2012 2:56 pm
Forum: BibTeX, biblatex and biber
Topic: Numbered Citations which start from an arbitrary Value
Replies: 1
Views: 12838

Numbered Citations which start from an arbitrary Value

I was having the same issue (for journal submission as well).

Found this on another site but thought I'd repost as this seems to be badly documented:

Bibtex (apparently) uses the enumiv counter.

In the preamble:
\let\oldthebibliography=\thebibliography
\let\oldendthebibliography ...