This is a preliminary version of a LaTeX->TML converter.

Since TML does not yet cover entire LaTeX, one should expect that many
documents would not convert perfectly; however, it should be possible to
fix them manually.


-----

The current compiler is command-line.


To use the converter: run

        C> vtex3h -$t @vlatex <filename>

on <filename>.tex file; the output will be written to <filename>.tml.

Simple documents should convert without any user intervention; more complex
may require manual fixing of either the .tex source or the .tml output.

One expected problem: microIMP distribution includes only a small subset of
LaTeX and many documents will not compile simply because they use styles
that are not included in imp. This problem may be fixed if you copy the
required styles into the imp directory.

Naturally, we are interested in your comments.
