LaTeXML install notes
LaTeXML is the work primarily of Bruce Miller of NIST. It's an attempt to provide a more or less automated LaTeX to XML + cMATHML conversion.
We installed this on barracks, one of our 1U servers that is the primary operations server, with some production roles, as well.
The particular instance of LaTeXML we installed is from Michael's personal subversion tree, so it is _not_
the tarball release from the website above. Using instructions from the LaTeXML project page as a starting point for debian pacakges needed to be installed.
requirement list , package installed
Recent version of perl: perl_5.8.4-8_i386.deb
Perl modules:
Recursive Descent: libparse-recdescent-perl_1.94-4_all.deb
ImageMagick: perlmagick_6%3a6.0.6.2-2.4_i386.deb
libxml-libxml-perl_1.58-0.3_i386.deb
xpathcontext libxml-libxml-xpathcontext-perl_0.06-1_i386.deb (Note: Not a standard Debian package!)
The follow the rest of the install steps (perl Makefile.PL; make ; make test; sudo make install)
Repeated this install on bokken: this seems to be the minimum, working install.
