Add base template tex file and Makefile

This commit is contained in:
Théophile Bastian 2017-06-28 19:06:26 +02:00
commit b6ccb5fc64
2 changed files with 47 additions and 0 deletions

4
report/Makefile Normal file
View file

@ -0,0 +1,4 @@
SRC=report.tex
all:
latexmk -pdf $(SRC)