Last active
July 31, 2017 11:23
-
-
Save originalsouth/82a456531fcb385eee0f34496b3f7453 to your computer and use it in GitHub Desktop.
Generic LaTeX project Makefile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
file.pdf: file.tex | |
-@latexmk -logfilewarninglist -use-make -pdf -norc -f -latexoption=-shell-escape -interaction=nonstopmode file.tex | |
@echo " " | |
rubber-info --check file.tex | |
@echo " " | |
rubber-info --boxes file.tex | |
-@pdftotext file.pdf - | wc | |
@date | |
cp: file.pdf | |
cp file.pdf production.pdf | |
clean: | |
latexmk -CA | |
rm *.xml | |
rm *.aux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment