[tex4ht] [bug #224] package empheq does not work with tex4ht, ! Missing } inserted
Nasser M. Abbasi
puszcza-hackers at gnu.org.ua
Thu Jul 31 12:14:46 CEST 2014
Follow-up Comment #1, bug #224 (project tex4ht):
After some trial and error and lots of googling, I found this solution, which
puts a box around equations and does work in htlatex and pdflatex. This uses
array and fbox. This can be a workaround until empheq works with htlatex
documentclass[12pt]{article}
usepackage{amsmath,mathtools}
begin{document}
[
boxed{
begin{array}{rl}
x &= y \
2 x &= z
end{array}
}
]
end{document}
_______________________________________________________
Reply to this item at:
<http://puszcza.gnu.org.ua/bugs/?224>
_______________________________________________
Message sent via/by Puszcza
http://puszcza.gnu.org.ua/
More information about the tex4ht
mailing list