Tralics: a LaTeX to XML translator
This is a github source code copy of Tralics.
The original source code can be found here: http://www-sop.inria.fr/apics/tralics/
Installation is straightforward:
Download source code:
sudo apt-get install git-core g++ git clone git://github.com/oerpub/oerpub.rhaptoslabs.tralics.git cd oerpub.rhaptoslabs.tralics/src
Compile source:
make
Copy binary to a path were it is reachable from everywhere:
sudo cp tralics /usr/bin/
Copy tralics config file settings:
sudo mkdir -p /usr/lib/tralics/confdir/ sudo cp -r ../confdir /usr/lib/tralics