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
If pgf.texsystem isn't installed, then self.latex will not be created
*at all* by _setup_latex_process, and we thus cannot access
self.latex.args[0], but must instead read the rc value again. To make
this clearer, move the error handling into _setup_latex_process, instead
of having it outside.
No test because that'd require setting up a test env where pgf.texsystem
is explicitly *missing* (or go through lots of mocks), which seems not
worth it.
0 commit comments