Skip to content

convers TeX-style input from weechat to unicode

Notifications You must be signed in to change notification settings

numerical/tex2unicode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

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

No packages published

Languages

  • Python 100.0%