run pdflatex twice so that the table of contents get updated

This commit is contained in:
Chris Cromer 2018-11-06 14:15:08 -03:00
parent 59d7eef00e
commit b314cbad46
Signed by: cromer
GPG Key ID: 39CC813FF3C8708A
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
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: