cvfosammmm / Setzer

LaTeX editor written in Python with Gtk
https://www.cvfosammmm.org/setzer/
Other
388 stars 34 forks source link

Removal of helper files preventing table of contents from being built #324

Open JosSamLoh opened 1 year ago

JosSamLoh commented 1 year ago

As far as I know, the automatic removal of helper files after the first build prevents the table of contents from being built, I am required to disable the automatic removal setting and then build once more after building the helper files in order to successfully build the table of contents.

I propose that setzer builds the pdf twice before removing the helper files, or a counter for how many times it builds before doing so - but maybe not the latter since I can't think of any reason for more than 2 builds.

It'd be interesting to hear if this was an issue only on my end. I am running the flatpak on Fedora Silverblue (ublue-nvidia).

JosSamLoh commented 1 year ago

Seems I hadn't enabled latexmk which seems to fix this, I don't believe it did so before, may I ask why it isn't enabled by default?