From 5cfe467fbefdc1236b7aa01bc94c19e2ac87c306 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Thu, 25 May 2023 14:51:00 +0200 Subject: No gnuplot for APS. --- makePlots.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 makePlots.sh (limited to 'makePlots.sh') 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 -- cgit v1.2.3-70-g09d2