kks32 / phd-thesis-template

A LaTeX / XeLaTeX / LuaLaTeX PhD thesis template for Cambridge University Engineering Department (CUED)
http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/ThesisStyle/
MIT License
833 stars 400 forks source link

Add pre-commit hook #181

Closed clbarnes closed 6 years ago

clbarnes commented 6 years ago

Add a (bash-only) git hook which checks whether any important files have changed more recently than the PDF, and runs make if so, ensuring that the PDF always reflects the state of the source files.

kks32 commented 6 years ago

Thank you @clbarnes !