diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/hvfloat/runEXA.sh')
-rwxr-xr-x | Master/texmf-dist/doc/latex/hvfloat/runEXA.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/hvfloat/runEXA.sh b/Master/texmf-dist/doc/latex/hvfloat/runEXA.sh new file mode 100755 index 00000000000..2d4060b9360 --- /dev/null +++ b/Master/texmf-dist/doc/latex/hvfloat/runEXA.sh @@ -0,0 +1,10 @@ +#!/bin/bash +for datei in $1????.tex +do + + lualatex $datei + lualatex $datei + lualatex $datei + MAIN=$(basename -a -s .tex $datei) + rm $MAIN.aux $MAIN.log $MAIN.out $MAIN.toc +done |