cvfosammmm / Setzer

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

Setzer have a fatal error on some messages from a class and stops generating the document while it probably shouldn't #395

Closed Porkepix closed 5 months ago

Porkepix commented 5 months ago

Using this class produce some messages in the log, about some missing file, such as this:

No file lettre_foo.aux.
(/usr/share/texmf-dist/tex/latex/base/ts1cmr.fd)
No file lettre_foo.tns.
No file lettre_foo.odt.

I'm not sure of the role of some of them, but Setzer seems to find no issue with the .aux and .tns messages.

The .odt one, however (which seems to be some feature of the class to store a permanent date or something) causes a fatal failure in Setzer. In shows "Error" in logs and completely stops document generation due to this.

EDIT: Note other editors or invoking xelatex binary from terminal correctly creates a pdf.

cvfosammmm commented 5 months ago

Thanks for reporting. It should be fixed with the latest commit.