Explorar o código

Added makefile to compile LaTeX

Andrea Gus %!s(int64=8) %!d(string=hai) anos
pai
achega
8461c5ba48
Modificáronse 1 ficheiros con 13 adicións e 0 borrados
  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