Repository that collects my Doctorate dissertation.
To ease the compilation we provide some Makefile rules, in particular:
makecompiles the current working copy;make worldcompiles the whole document, regenerating the bibliography at the same time.
In order to compile the final document, first ensure yourself that Git submodules are correctly fetched with the command
git submodule init && git submodule updateto be ran after the first checkout, thereafter they can be updated as usual.
After that, make update-submodules can be used to recursively update
submodules.