Build twice
Fixes toc
This commit is contained in:
parent
7d5a1ca0e6
commit
027fcb069c
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ TEX := $(wildcard *.tex)
|
||||||
|
|
||||||
$1.pdf: ${TEX}
|
$1.pdf: ${TEX}
|
||||||
pdflatex -jobname=$1 $^
|
pdflatex -jobname=$1 $^
|
||||||
|
pdflatex -jobname=$1 $^ # Fixed toc
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf *.aux *.log *.pdf
|
rm -rf *.aux *.log *.pdf
|
||||||
|
|
Loading…
Add table
Reference in a new issue