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
I'm having an issue where I get a "tex_log not defined" error when I run "save(PDF("test"), tp)". Based on the stack trace and an inspection of the source code, it looks like "tex_log" is not declared in the _run method, such that when an error occurs the program is unable to produce an appropriate error message. But I'm not familiar enough with Julia to fix it myself, sorry!
I'm having an issue where I get a "tex_log not defined" error when I run "save(PDF("test"), tp)". Based on the stack trace and an inspection of the source code, it looks like "tex_log" is not declared in the _run method, such that when an error occurs the program is unable to produce an appropriate error message. But I'm not familiar enough with Julia to fix it myself, sorry!
This is the stack trace:
The text was updated successfully, but these errors were encountered: