Skip to content

Instantly share code, notes, and snippets.

@originalsouth
Last active July 31, 2017 11:23
Show Gist options
  • Save originalsouth/82a456531fcb385eee0f34496b3f7453 to your computer and use it in GitHub Desktop.
Save originalsouth/82a456531fcb385eee0f34496b3f7453 to your computer and use it in GitHub Desktop.
Generic LaTeX project Makefile
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