Skip to content

Instantly share code, notes, and snippets.

@tmn
Created November 27, 2014 11:59
Show Gist options
  • Save tmn/01d4027f071797c51939 to your computer and use it in GitHub Desktop.
Save tmn/01d4027f071797c51939 to your computer and use it in GitHub Desktop.
file = thesis
TEX = pdflatex -shell-escape -interaction=nonstopmode -file-line-error
.PHONY: thesis.pdf all clean
all: thesis.pdf
thesis.pdf: thesis.tex
latexmk -pdf -pdflatex="pdflatex -shell-escape -interaction=nonstopmode -file-line-error" -use-make thesis.tex
clean:
latexmk -CA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment