jupyterlab-latex icon indicating copy to clipboard operation
jupyterlab-latex copied to clipboard

Suggestion: tab replace commands with unicode math symbols

Open gjvnq opened this issue 4 years ago • 1 comments

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]

gjvnq avatar Dec 05 '20 02:12 gjvnq