An open API service indexing awesome lists of open source software.

https://github.com/tpapp/unicode-math-input

Emacs input method for entering unicode math symbols with LaTeX macros.
https://github.com/tpapp/unicode-math-input

Last synced: 4 months ago
JSON representation

Emacs input method for entering unicode math symbols with LaTeX macros.

Awesome Lists containing this project

README

          

* unicode-math-input

A trival Emacs package that defines an input method for entering Unicode math characters using LaTeX macros.

Most of the work is done by [[https://github.com/vspinu/math-symbol-lists][math-symbol-lists]], which defines the tables.

** Usage

#+BEGIN_SRC lisp
(set-input-method "unicode-math-input")
#+END_SRC
or you can invoke =set-input-method= using =C-x RET C-\=.

Then typing =\rho \equiv \alpha + \phi= would enter =ρ ≡ α + ϕ=, etc.

** Recognized LaTeX macros

See the variable =math-symbol-list-basic=.