TtM README file.
________________
This package contains the C source distribution of TtM, a TeX to
(HTML and) MathML translator.
TtM is based on the highly successful TtH TeX to HTML translator. But
instead of using HTML tables for rendering mathematics, TtM uses
MathML presentation tags, embedded inside the
construct.
Installation
____________
When you have the package downloaded on to your own disk,
extract the archive by executing
tar xzf ttmC.tar.gz
from the command line.
Enter the directory constructed, where you will find the extracted files
cd ttmC
If you are on a Linux or other UNIX system, install the program
executables by executing from the command line
make
and as root
make install
This will copy files to appropriate directories. The directory
/usr/local/bin should be on users' path.
Alternatively, the steps carried out by ttminstall can be done by
hand: compile the program by something like
cc -o ttm ttm.c
and copy ttm to somewhere on your path.
Running TtM
___________
Run TtM translation in the following ways;
either from the command line type the command line:
ttm >outputfile.html