PhD Thesis LaTeX Source
After looking up some old scripts from the PhD thesis, out of interest I tried to compile my thesis, which is created using LaTeX. After fixing a couple of minor things regarding paths, it compiled. The specific changes/problems were:- In
thesis.tex change absolute paths (e.g./home/sgordon/thesis/src/figs/ ) to relative paths (e.g.figs/ ) in defining the new figure directory commands. - Some errors are reported when compiling, due to me using an old version of
lstlistings.sty (seesdg1listings.sty ). I just skipped these errors by pressing Enter.
$ tar xzf sgordon-thesis.tgz $ cd sgordon-thesis/ $ latex thesis $ bibtex thesis $ latex thesis $ latex thesis $ latex thesis $ dvips -o thesis.ps -t a4 thesis.dvi $ ps2pdf thesis.psAnd you'll have my PhD thesis looking almost identical to the original (note the linked PDF is in double spacing; the new PDF is not).
Created on Tue, 21 Feb 2012, 12:20am
Last changed on Wed, 16 May 2012, 8:49pm