Python LaTeX codec?

David Eppstein eppstein at ics.uci.edu
Tue Oct 14 11:27:09 EDT 2003


Does anyone have an implemented Python codec for converting between 
unicode and LaTeX markup?  E.g. I'd like 'ï' to be converted to '{\"\i}' 
and vice versa.  Preferably including at least the Latin Extended-A 
characters as well as the basic Latin-1 Supplement.

If not, anyone with experience writing Python codecs have any advice on 
how to do this?

-- 
David Eppstein                      http://www.ics.uci.edu/~eppstein/
Univ. of California, Irvine, School of Information & Computer Science




More information about the Python-list mailing list