SquidGuard is a URL redirector used to use blacklists with the proxysoftware Squid. There are two big advantages to squidguard: it is fast and it is free.
Revision of PDFjam from Fri, 04/15/2011 - 14:39
Revisions allow you to track differences between multiple versions of your content, and revert back to older versions.
Prerequisites
- pdftex
cd /extra/src
wget http://sarovar.org/frs/download.php/1292/pdftex-1.40.10.tar.bz2
tar -jxf pdftex-1.40.10.tar.bz2
cd pdftex-1.40.10Attempt to build it
./build-pdftex.sh
- TeX Live
cd /extra/src
wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
tar zxf install-tl-unx.tar.gz
cd install-tl-20110415Run the installer:
./install-tl
Installation
cd /extra/src
wget http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic/firth/software/pdfjam/pdfjam_latest.tgz
tar zxf pdfjam_latest.tgz
cd pdfjam
Copy the config file into place:
cp pdfjam.conf /usr/local/etc/pdfjam.conf
Edit /usr/local/etc/pdfjam.conf
and add the location of the pdflatex binary:
pdflatex='/usr/local/texlive/2010/bin/i386-linux/pdflatex'
- Log in to post comments