Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 488 Bytes

File metadata and controls

12 lines (7 loc) · 488 Bytes

latex-git-hook

Git commit hook to ensure latex documents are up-to-date. Checks documents on all levels of the repository, given that both <document>.pdf and <document>.tex exist.

Setup

Either copy this script to <repo>/.git/hooks/pre-commit or link it there. Make sure it's executable.

Credits