[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: latex in texinfo
From: |
Karl Berry |
Subject: |
Re: latex in texinfo |
Date: |
Sun, 12 Dec 2004 17:09:29 -0500 |
Strangely it seems that latex2html don't handle constructs with \eqalign
latex2html does not run TeX at all. Instead, it attempts itself to
parse LaTeX documents. Since \eqalign is not a LaTeX command, I'm not
surprised that it isn't recognized.
FYI, another program for making HTML is tex4ht. This actually does run
TeX, and inserts tons of info (via \special) into the output. Therefore
it has a better chance of handling \eqalign.
Both approaches have their advantages and disadvantages.
Re: latex in texinfo,
Karl Berry <=