A moment of truth : Can TeX4ht deal with ConTeXt?
-
Verified
that
the
Hello
World
file
compiles
for
DVI:
texexec
hello
-
Loaded core
TeX4ht
configurations
into
the
file
and
invoked:
texexec
hello4ht;
tex4ht
hello4ht;
t4ht
hello4ht
-
With
a
little
help
from
a
finger
at
the
‘enter’
key,
the
compilation
under
TeX4ht
got
through.
-
The
outcome
provided
a
HTML
file
with
extra
text
scattered
around.
% hello.tex
\starttext
Hello world.
\stoptext
|
% hello4ht.tex
\input tex4ht.sty
\Preamble{xhtml}\EndPreamble
\starttext
Hello world.
\stoptext
|
|