add basic structure

This commit is contained in:
2021-06-19 17:54:33 -04:00
parent 8fdc2fa3db
commit d9e1cd33d6
5 changed files with 114 additions and 0 deletions

9
doc/Makefile Normal file
View File

@@ -0,0 +1,9 @@
informe:
# we do this twice to make sure the toc is updated
pdflatex -synctex=1 -interaction=nonstopmode "Informe.tex"
pdflatex -synctex=1 -interaction=nonstopmode "Informe.tex"
clean:
rm -f *.log *.toc *.gz *.aux *.out Informe.pdf
.PHONY: informe clean