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.
- Host: GitHub
- URL: https://github.com/tpapp/unicode-math-input
- Owner: tpapp
- License: gpl-2.0
- Created: 2016-05-06T15:31:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-08T13:27:09.000Z (about 10 years ago)
- Last Synced: 2026-01-20T20:05:15.660Z (5 months ago)
- Language: Emacs Lisp
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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=.