brucemiller / LaTeXML

LaTeXML: a TeX and LaTeX to XML/HTML/ePub/MathML translator.
http://dlmf.nist.gov/LaTeXML/
Other
938 stars 100 forks source link

bindings for \halign and friends #46

Closed kohlhase closed 17 years ago

kohlhase commented 17 years ago

[Originally Ticket 1356]

I've just committed a fix to the previous big alignment rewrite. I had too much being done during expansion that should have been done during digestion. Result seems to look and work better.

So, although there may be some further minor patches, I think this is basically correct and I'm marking this as fixed.

There are additional comments here about \align, \aligned, \alignedat. I assume these are from AmsTeX. There are equivalent environments in amsmath that may (or may not) work for amstex. If they don't, please open a separate bug for them. As an aside, I'm not even using the alignment machinery for these environments: The intent of the markup design seems to be that they should be used more "logically", so I am pretending to "understand" the markup and generate something more semantic. Real usage may vary, of course.

kohlhase commented 17 years ago

We need bindings for \halign in TeX.ltxml \ialign\oalign\ooalign and friends LaTeX.ltxml

\halign is the top macro on the arXML list. and the others appear in the Zentralblatt corpus.

kohlhase commented 17 years ago

ooh, and \align is missing as well

kohlhase commented 17 years ago

Oh, I just found \alignat#1 and \alignedat#1 which also occur.

seems to get bigger and bigger (all the wonders of TeX that I had never heard about before :-))

brucemiller commented 17 years ago

Milestone 0.6 deleted