forked from paradigm/tex2unicode
-
Notifications
You must be signed in to change notification settings - Fork 0
numerical/tex2unicode
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a weechat script which converts TeX-style input to unicode/weechat. To install, place tex2unicode.py into ~/.weechat/python and then inside of weechat issue the command "/python load python/tex2unicode.py" Alternatively you can placing it into your "~/.weechat/python/autoload" to have weechat automatically load it when it starts. Currently supported features in v0.4: Greek alphabet, lowercase and capital e.g.: \pi, \Delta some mathematical symbols e.g.: \int, \sum, \sqrt limited number of superscripts and subscripts e.g.: ^n, _2 e.g.: y_{12}=x^{1+2} bold e.g.: \textbf{foo}, \mathbf{bar}, \bfseries baz scoping/grouping foo {\bfseries bar} baz 2^3+4^{5+6} TODO: command arguments unicode input
About
convers TeX-style input from weechat to unicode
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%