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
It would be nice if I could type \alpha<TAB> had have it autoconvert to α. The Julia REPL does this and there is a Sublime Text plugin that does the samething.
This makes my LaTeX source much easier to read, instead of having:
\forall d \in \mathcal{A}, \mathcal{M}, \mathcal{a}[x \rightarrowtail d]
I can just write:
∀d ∈ 𝒜, ℳ, 𝒶[x ↣ d]
The text was updated successfully, but these errors were encountered:
It would be nice if I could type
\alpha<TAB>
had have it autoconvert toα
. The Julia REPL does this and there is a Sublime Text plugin that does the samething.This makes my LaTeX source much easier to read, instead of having:
I can just write:
The text was updated successfully, but these errors were encountered: