Padding in aligned environment not correct after fourth column #968
Milestone
Comments
Harumph; a cut-n-paste error, I think. I must have copied the column pattern from eqnarray? Anyway, fixed now in the repo; thanks for the report! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Consider a latex file
aligned.tex
:with six columns representing three separate equations on the same line.
When running latexml (LaTeXML version 0.8.2; revision 48de2c4) with
a padding is added to the every third column ('c' and '= f' in the example):
aligned-latexml.xml
:The expected behavior would be to add a padding to every odd column except the first.
The text was updated successfully, but these errors were encountered: