LLNL / sundials

Official development repository for SUNDIALS - a SUite of Nonlinear and DIfferential/ALgebraic equation Solvers. Pull requests are welcome for bug fixes and minor changes.
https://computing.llnl.gov/projects/sundials
BSD 3-Clause "New" or "Revised" License
520 stars 129 forks source link

[BUG] cv_examples.pdf and probably other PDFs have broken references ("??" instead of number) #592

Open ChrisHal opened 1 month ago

ChrisHal commented 1 month ago

Current Behavior:

The file "CV_examples.pdf" as publish on the release page has broken references. You finde "see §??", where "??" should be the number of the section that is referenced.

Expected Behavior:

The PDF documents should have correct internal references.

Steps To Reproduce:

(not applicable)

Environment:

Anything else:

This is a typical latex issue. usually, a second latex run fixes this issue Probably the build process for the PDFs needs to be fixed.