You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When MathJax conversion is turned on in the preferences, the conversion to html fails when performed from the command line by, for example, MoganResearch -c infile.tmu outfile.html -q.
The error is unbound variable texmacs->latex in plugins/html/progs/convert/html/tmhtml.scm, line 1561, position: 62418.
This doesn't happen when conversion is done through the gui or with MathML conversion.
Adding (convert latex tmtex) to (:use ... ) at the start of tmhtml.scm seems to fix this.
Expected Behavior
Conversion to html succeeds.
The text was updated successfully, but these errors were encountered:
Mogan Version
1.2.9.8
Operating System Version and Architecture
Fedora Linux 40 (GNOME Wayland)
Describe Bug
When MathJax conversion is turned on in the preferences, the conversion to html fails when performed from the command line by, for example,
MoganResearch -c infile.tmu outfile.html -q
.The error is
unbound variable texmacs->latex
inplugins/html/progs/convert/html/tmhtml.scm, line 1561, position: 62418
.This doesn't happen when conversion is done through the gui or with MathML conversion.
Adding
(convert latex tmtex)
to(:use ... )
at the start oftmhtml.scm
seems to fix this.Expected Behavior
Conversion to html succeeds.
The text was updated successfully, but these errors were encountered: