Initial commit (TFM Carlos)
This commit is contained in:
commit
d7d30674fe
24 changed files with 889 additions and 0 deletions
13
Makefile
Normal file
13
Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
all: paper.pdf
|
||||
|
||||
images:
|
||||
$(MAKE) -C img
|
||||
|
||||
paper.pdf: paper.tex images
|
||||
pdflatex -synctex=1 -interaction=nonstopmode paper.tex
|
||||
pdflatex -synctex=1 -interaction=nonstopmode paper.tex
|
||||
|
||||
clean:
|
||||
rm -f *.toc *.aux *.bbl *.blg *.fls *.out *.log *.synctex.gz *.dot
|
||||
rm -rf tmp
|
||||
$(MAKE) -C img clean
|
Loading…
Add table
Add a link
Reference in a new issue