2018-11-06 14:06:23 -03:00
|
|
|
informe:
|
2018-11-06 14:15:08 -03:00
|
|
|
# we do this twice to make sure the toc is updated
|
|
|
|
pdflatex -synctex=1 -interaction=nonstopmode "Informe.tex"
|
2018-11-06 14:06:23 -03:00
|
|
|
pdflatex -synctex=1 -interaction=nonstopmode "Informe.tex"
|
|
|
|
|
|
|
|
clean:
|
2018-11-06 14:09:08 -03:00
|
|
|
rm -f *.log *.toc *.gz *.aux Informe.pdf
|
2018-11-06 14:06:23 -03:00
|
|
|
|
|
|
|
.PHONY: informe clean
|