diff options
Diffstat (limited to 'makePlots.sh')
-rwxr-xr-x | makePlots.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/makePlots.sh b/makePlots.sh new file mode 100755 index 0000000..97e9a1a --- /dev/null +++ b/makePlots.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +sed -i -e 's/epslatex$/epslatex standalone/g' gnuplottex/* +for file in gnuplottex/*.gnuplot; do gnuplot $file; done +for file in gnuplottex/*.tex; do pdflatex $file; done |