Hal Haggard

LaTeX Quick Reference

Documentation

Miscellaneous Tips

Joining PS or PDF files

To join/concatenate two PDF files into a single file, use the ghostscript command

gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=joined.pdf file1.pdf file2.pdf

The same technique will also work for PS files, but with -sDEVICE=pswrite.