-
TeX4ht
is
not
configured
for
all
the
style
files
of
LaTeX
-
Some
missing
configurations
might
be
detected
through
compilation
and
validation
errors
- Other missing configurations might cause hidden problems
The
LaTeX
file
under
the
link
compiles
smoothly,
when
the
code
relating
to
\BeginPreamble
and
\EndPreamble
is
removed.
However,
the
output
contains
empty
math
formulas
due
to
the
use
of
instructions
of
the
following
form.
\newcommand{\EmptyParagraph}{ $\phantom{X}$}
Note. The following approaches may be employed to reach
compatibility between TeX4ht and SciWriter.
-
Tailor
a
variant
of
xhtml2latex.xslt
that
exports
‘Portable
LaTeX’
code.
-
Have
TeX4ht
provide
special
configurations
for
SciWriter.
|