瀏覽代碼

Added makefile to compile LaTeX

Andrea Gus 8 年之前
父節點
當前提交
8461c5ba48
共有 1 個文件被更改,包括 13 次插入0 次删除
  1. 13 0
      source/Makefile

+ 13 - 0
source/Makefile

@@ -0,0 +1,13 @@
+.PHONY: clean all live pdf
+
+all:
+	latexmk -pdf -pv paper
+
+live:
+	latexmk -pdf -pvc -silent paper
+
+clean:
+	latexmk -C
+
+pdf: all
+	cp paper.pdf ../Gussoni_Andrea.pdf