There are plenty of look up tables in Pod::LaTeX as well if you are interested. I would appreciate a comparison of your output with Pod::LaTeX (which is based on Pod::Parser) if possible.
Tim On Wed, 22 Oct 2003 [EMAIL PROTECTED] wrote: > A fairly straightforward subclassing of Pod::Simple to generate LaTeX > output. It does translate Latin-1 characters to their LaTeX equivalents, and > I have a full table of Unicode equivalents ready to go into a module once I > figure out the Right Thing to do vis-a-vis shifting in and out of math mode. > Escaping every non-ASCII character into math mode won't work correctly, and > it gets even more involved when considering \verbatim sections. > > However it does seem to handle the corpus that Sean handed me correctly. I > do need to make sure the accents are handled, and that may be in version > 0.06 as I'm not sure that the code is actually enabled for that. > > When I figure out the Right Thing to do vis-a-vis math mode I'll release > something like Unicode::LaTeXEquivalents and add that as a requirement. > -- > Jeff Goff <[EMAIL PROTECTED]> > > ------------------------------------------------- > This mail sent through IMP: http://horde.org/imp/ > -- Tim Jenness JAC software http://www.jach.hawaii.edu/~timj
