My Thesis
Build in draft mode with
make
Build in final mode with
make final
and build for printing with
make print
There are also debug and draftprint for interactive error messages and draft mode enabled for two sided printing respectively.
Use make doublespacing to build in single sided draft mode with double line spacing.
Use
make clean
to remove the nonessential files generated during build.
Use
make deepclean
to get rid the output pdf as well.
Using
make check
will check with lacheck.
The draft thesis that was submitted for a viva can be found in the viva branch. To generate a pdf file comparing the changes from
that viva to the current state of the thesis, use
make diff
and you must have a local copy of the viva branch.