run pdflatex three time to have it generated everything correctly
Signed-off-by: Nico Schottelius <nico@denkbrett.schottelius.org>
This commit is contained in:
parent
03d1f4c451
commit
461771a1d2
1 changed files with 5 additions and 0 deletions
5
3pdflatex
Executable file
5
3pdflatex
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
file="$1"
|
||||||
|
|
||||||
|
pdflatex "$file" && pdflatex "$file" && pdflatex "$file"
|
Loading…
Reference in a new issue