Skip to content
ypsu edited this page Jun 11, 2011 · 15 revisions

If you know the latex code of a character which you want in unicode, just enter the its code and then press enter. The unicode character is then copied to the clipboard and then automatically pasted to last focused application (e.g. chat window).

Screenshot 1

If there is no such code found, the advanced converter turns on. The advanced converter supports the latex characters prefixed by a '' and superscripts and subscripts. Super and subscripts are supported only for digits and the +, - and = signs.

Screenshot 2

You should bind the application to a hotkey to be able to easily use. For example in Gnome you could do this in the keyboard settings:

Gnome settings screenshot

The application currently works only on Linux. It uses python, python's tkinter library or GTK depending which is available, xclip and xdotool utilities. You can start the gui on Windows/Mac though as it is cross-platform but auto-pasting isn't supported yet.

Thanks

Phillip Berndt - made it work under Python 2.7.

Jos van den Oever - his unilatex.vim served as a base for the latex <-> unicode mapping.

Related work

vikhyat was kind enough to put up a similar application on his server for online use: http://vikhyat.net/stuff/latex_to_unicode/

Clone this wiki locally