Initialize a repository for writeup
This commit is contained in:
8
AlCapSimulationReport/Makefile
Normal file
8
AlCapSimulationReport/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
ALL: report.pdf
|
||||
|
||||
%.pdf: %.tex Makefile *.sty
|
||||
#pdflatex --enable-write18 $< && pdflatex $< && pdflatex $<
|
||||
pdflatex $<
|
||||
|
||||
clean:
|
||||
rm -f *.aux *.bbl *.blg *.log poster.pdf *.nav *.out *.snm *.toc
|
||||
Reference in New Issue
Block a user