summaryrefslogtreecommitdiff
path: root/makePlots.sh
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2023-05-25 14:51:00 +0200
committerJaron Kent-Dobias <jaron@kent-dobias.com>2023-05-25 14:51:00 +0200
commit5cfe467fbefdc1236b7aa01bc94c19e2ac87c306 (patch)
tree0fe760afe9241d9119f85c9a12f5cc6fa1b140b0 /makePlots.sh
parent1f85078db84f5baf4cea60a3394d69e49554e27c (diff)
downloadpaper-5cfe467fbefdc1236b7aa01bc94c19e2ac87c306.tar.gz
paper-5cfe467fbefdc1236b7aa01bc94c19e2ac87c306.tar.bz2
paper-5cfe467fbefdc1236b7aa01bc94c19e2ac87c306.zip
No gnuplot for APS.
Diffstat (limited to 'makePlots.sh')
-rwxr-xr-xmakePlots.sh5
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