summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hvfloat/runEXA.sh
blob: 2d4060b936095daab173c5edfa962299d2039e85 (plain)
1
2
3
4
5
6
7
8
9
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