Python LaTeX codec?

Karl M Syring syring at email.com
Tue Oct 14 12:36:40 EDT 2003


David Eppstein wrote on Tue, 14 Oct 2003 08:27:09 -0700:
> 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?

There is Recodec
http://www.iro.umontreal.ca/~pinard/recodec/
which may fit the bill.

Karl M. Syring




More information about the Python-list mailing list