jspitz / biblatex-publist

BibLaTeX bibliography support for publication lists
40 stars 4 forks source link

Negative reference numbers #28

Closed axel-loewe closed 4 years ago

axel-loewe commented 4 years ago

I get negative reference numbers when using reversenumbering=true,plnumbered=reset as can be seen from sections 1 and 3 in the working example attached. It's built using latexmk -pdf -shell-escape --output-directory=build publist. Any ideas how to address this issue?

NegativeNumbers.zip

jspitz commented 4 years ago

The problem here is, AFAICS, that you have publications in your list of which your are not author. Use

\printbibliography[filter=mine,heading=none]

to filter out only your publications.

Reverse counting of other people's publications (such as the supervised theses) is not (yet) supported.

axel-loewe commented 4 years ago

Thank you for the swift response. This was indeed the reason.