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 appears to be because sympy uses the \displaystyle latex command in it's latex output, and flatlatex (the default latex renderer used in euporie) does not support this command.
I've made a few changes in the dev branch which hopefully help with this issue:
I configure flatlatex to strip various latex style commands from the output (added here)
I've added utftex as a terminal latex renderer - this produces much more advanced output than flatlatex:
Other terminal latex renderers will now take priority over flatlatex if installed (you can now install utftex or pylatexenc and they will be used instead.
Also, if your terminal supports terminal graphics, and you have a latex distribution with dvipng, or matplotlib, installed, then euporie will render and display latex graphically:
The changes I've mentioned will be included in the next releases - I hope this helps!
The text was updated successfully, but these errors were encountered: