From 1dd6e5bec91358ff6bcd1964121979187a676cb4 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 20 Aug 2014 20:04:25 +0000 Subject: pst-spirograph (20aug14) git-svn-id: svn://tug.org/texlive/trunk@34995 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/generic/pst-spirograph/animation/runall.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 Master/texmf-dist/doc/generic/pst-spirograph/animation/runall.sh (limited to 'Master/texmf-dist/doc/generic/pst-spirograph/animation/runall.sh') diff --git a/Master/texmf-dist/doc/generic/pst-spirograph/animation/runall.sh b/Master/texmf-dist/doc/generic/pst-spirograph/animation/runall.sh new file mode 100755 index 00000000000..08fa638fb79 --- /dev/null +++ b/Master/texmf-dist/doc/generic/pst-spirograph/animation/runall.sh @@ -0,0 +1,13 @@ +#!/bin/bash +set `dir -R *.tex` +for datei in *.tex +do +# rm -fr *.pdf + echo -n "Runnning file $datei ... " + FILE=`basename $datei .tex` + latex $FILE &> /dev/null + dvips $FILE &> /dev/null + ps2pdf $FILE.ps &> /dev/null + rm -fr $FILE.log $FILE.aux $FILE.ps $FILE.dvi + echo " done" +done -- cgit v1.2.3