jupyterlab-latex
jupyterlab-latex copied to clipboard
Suggestion: tab replace commands with unicode math symbols
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]