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
{{ message }}
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
I'm currently working on a parser to convert latex into nerdamer instructions, and one feature I'm working on is to be able to use varnames like"\alpha", "f_1" or "\vec{v_1}", etc. I will probably use kind of hashtable to send to nerdamer var names like "var0", "var1" and replace it before the display.
For example, could I register make the variable
v0
asv{0}
to make my LaTeX prettier?The text was updated successfully, but these errors were encountered: