mk
author Christian Urban <christian dot urban at kcl dot ac dot uk>
Thu, 05 Nov 2015 02:11:13 +0000
changeset 422 abe178b3197e
parent 385 b7d055cf16e8
child 518 e1fcfba63a31
permissions -rwxr-xr-x
finished ZKP protocols

#!/bin/sh
set -e

#subdirs="slides handouts hws"
subdirs="hws"

echo $subdirs

for sd in $subdirs; do
  cd $sd
  for fl in *.tex; do
     xelatex $fl
  done
  cd ..
done