diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2023-05-25 14:51:00 +0200 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2023-05-25 14:51:00 +0200 |
commit | 5cfe467fbefdc1236b7aa01bc94c19e2ac87c306 (patch) | |
tree | 0fe760afe9241d9119f85c9a12f5cc6fa1b140b0 /makePlots.sh | |
parent | 1f85078db84f5baf4cea60a3394d69e49554e27c (diff) | |
download | paper-5cfe467fbefdc1236b7aa01bc94c19e2ac87c306.tar.gz paper-5cfe467fbefdc1236b7aa01bc94c19e2ac87c306.tar.bz2 paper-5cfe467fbefdc1236b7aa01bc94c19e2ac87c306.zip |
No gnuplot for APS.
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 |