SciWriter
provides
menu
support
for
‘[a,b[’
and
allows
also
direct
insertion.
For
‘(a,b(’,
only
direct
insertion
seems
possible.
The following is the LaTeX code SciWriter produced for the above
input.
$ { \left[ a , b \right[ } $
$ [ a , b [ $
$ ( a , b ( $
TeX4ht provides broken XML code when invoked with the following
command, due to the unbalanced parentheses in the last two
expressions.
TeX4ht produces syntactically correct XML code when invoked with
the following command.
mzlatex doc8 "html,mathml-"
The degraded code treats the delimiters in the second and third
formulas as simple symbols—not as delimiters. Implicit assumptions
of this kind may be harmful:
-
Problems
with
delimiters
are
found
in
many
LaTeX
files,
so
error
detection
mechanisms
are
highly
desirable.
-
Translations
from
XML
might
lack
valuable
information.