From b314cbad46631aac029bb429b25b49ba3ce6975e Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Tue, 6 Nov 2018 14:15:08 -0300 Subject: [PATCH] run pdflatex twice so that the table of contents get updated --- doc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/Makefile b/doc/Makefile index ddef6ec..788bb80 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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: