[tex4ht] [bug #144] mk4ht and align, eqnarray, etc.
Fabrice
puszcza-hackers at gnu.org.ua
Mon Aug 8 11:14:48 CEST 2011
Follow-up Comment #3, bug #144 (project tex4ht):
Thank you both ;)
Spaces cause also problems in these environments, still with the command:
*mk4ht mzlatex test.tex "html,mathplayer*.
For this example with *eqnarray*, spaces *;* do not appear:
documentclass{article}
usepackage{amssymb}
begin{document}
begin{eqnarray}
x & = & x+1-1 ;;;;;;;;;; x in mathbb{R}\
y & = & y+1-1
end{eqnarray}
end{document}
With *align* from *amsmath package*, they appear but the first equation and
its number superpose:
documentclass{article}
usepackage{amsmath,amssymb}
begin{document}
begin{align}
x & = & x+1-1 ;;;;;;;;;; x in mathbb{R}\
y & = & y+1-1
end{align}
end{document}
If using *qquad*, spaces are present with both *eqnarray* and *align* but, as
above, there is this problem of equation and equation number superposition:
documentclass{article}
usepackage{amssymb}
begin{document}
begin{eqnarray}
x & = & x+1-1 qquad qquad x in mathbb{R}\
y & = & y+1-1
end{eqnarray}
end{document}
documentclass{article}
usepackage{amsmath,amssymb}
begin{document}
begin{align}
x & = x+1-1 qquad qquad x in mathbb{R}\
y & = y+1-1
end{align}
end{document}
Regards
_______________________________________________________
Reply to this item at:
<http://puszcza.gnu.org.ua/bugs/?144>
_______________________________________________
Message posté via/par Puszcza
http://puszcza.gnu.org.ua/
More information about the tex4ht
mailing list