Closed a3nm closed 3 years ago
I'm only able to reproduce the issue when the appendix has no bibliography references, do you have an example of case where the appendix includes bibliography references and the document still does not compile? In the mean time, I'll look for a fix for that case.
Should be fixed in 484fab4, please try with the latest apxproof.sty
from the develop branch.
I checked and indeed it seems like the issue does not trigger when the appendix does not contain any references. I tested and the fix seems to work, thanks a lot Pierre! As far as I'm concerned you can merge this with master and close the issue. :)
Thanks, closing the issue. Will be merged into master at the next release.
Integrated into release v1.2.3.
Hi Pierre,
Some people use the
tocbibind
package to ensure that the "References" section created by Bibtex shows up in the table of contents. See for instance https://tex.stackexchange.com/a/8459.However, this causes a cryptic compilation error together with apxproof unless using
bibliography=common
. Here is a MWE:Running
latexmk -pdf
gives the error:This compiles fine without
tocbibind
or withbibliography=common
.Could this be fixed? I guess you would ideally want the effect of
tocbibind
withoutbibliography=common
to add the "References for the appendix" section to the ToC, in the same way that the "References" section is.Thanks!