Add base template tex file and Makefile
This commit is contained in:
parent
57ad1363b2
commit
b6ccb5fc64
2 changed files with 47 additions and 0 deletions
4
report/Makefile
Normal file
4
report/Makefile
Normal file
|
@ -0,0 +1,4 @@
|
|||
SRC=report.tex
|
||||
|
||||
all:
|
||||
latexmk -pdf $(SRC)
|
Loading…
Add table
Add a link
Reference in a new issue