Python LaTeX codec?
David Eppstein
eppstein at ics.uci.edu
Tue Oct 14 11:27:09 EDT 2003
More information about the Python-list mailing list
Tue Oct 14 11:27:09 EDT 2003
- Previous message (by thread): Python LaTeX codec?
- Next message (by thread): Python LaTeX codec?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Python LaTeX codec?
- Next message (by thread): Python LaTeX codec?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list