Installing tex4moz on a Windows system
(Unix Instructions below)
Currently, there is no automatic installation of
tex4moz on a Windows box. This is coming Real
Soon Now... (hopefully)
So you will have to deal with a command line
interface. A shocking thought for all you Windows
softies ;-).
To test out your copy of tex4moz, you may wish to
download test.tex, and trying
mzlatex test. Compare the output file
test.xml with
testMML.xml.
Installing by hand
Make directory c:\tex4ht.
Download tex4moz into
the tex4ht directory, and unzip.
In tex4ht.env and moz4ht.env,
replace the lines starting tTFMPATHS, with
lines stating which directories should be searched for
the tfm files of Tex and Latex. Each line should start
with a `t'. Make sure there are no blank lines. Use `!'
at the end to search subdirectories.
Rename ht.tab, htlatex.tab, httex.tab,
mztex.tab, mzlatex.tab to ht.bat,
htlatex.bat etc.
Add c:\tex4ht to the path variable in
c:\AUTOEXEC.BAT.
Modify the enviroment variable TEXINPUTS
to point to c:\tex4ht (or move
tex4ht.sty and all the `.4ht' files to a
directory already containing a style file).
Installing tex4moz on a Unix system
There are two ways of installing tex4moz, depending
on whether you have root access. If you dont have root
access, or only wish to try tex4moz out, then follow
the Local Installation instructions. Otherwise
proceed with a Root Installation.
To test out your copy of tex4moz, you may wish to
download test.tex, and trying
mzlatex test. Compare the output file
test.xml with
testMML.xml.
Local Installation
Download
tex4moz.
Untar and decompress:
tar -xzvf tex4ht.dir.tar.gz
Change into the new directory tex4ht.dir:
cd tex4ht.dir
And install:
./localInstall
To let your system know where everything is (you wont
need to do this the next time you log in):
PATH=$PATH:`pwd` ;
TEXINPUTS=$TEXINPUTS:`pwd`
Root Installation
Download tex4moz.
Untar and decompress:
tar -xzvf tex4ht.tar.gz
Change into the new directory tex4ht:
cd tex4ht
Become root:
su
[ and enter your root password ]
Install:
./rootInstall
And exit root:
exit