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
This is a overly complicated exception message that many users wont recognise as "I need to install pdflatex".
As it is possible to use alternative latex engines, it would be best to catch this error, detect "pdflatex" in the message, check for whether pdflatex is in the PATH, and provide a better exception message only if it is missing.
The text was updated successfully, but these errors were encountered:
yes I agree.
In addition, I would guess that missing the other engines (if used) would also yield just as complicated an error message, so maybe we should do that for all the engines.
When running on Python 3.9 , and without pdflatex installed (part of brew package mactex).
This is a overly complicated exception message that many users wont recognise as "I need to install pdflatex".
As it is possible to use alternative latex engines, it would be best to catch this error, detect "pdflatex" in the message, check for whether
pdflatex
is in the PATH, and provide a better exception message only if it is missing.The text was updated successfully, but these errors were encountered: