pnas/diagrams/externalize-tikz.sh
author Kevin Walker <kevin@canyon23.net>
Sun, 25 Sep 2011 22:31:22 -0600
changeset 892 01c1daa71437
parent 676 a9b9094e3b9c
permissions -rwxr-xr-x
remove TOP; searched of "topological" and "PL" to find places where we mention TOP

for job in `./externalization-jobs.sh`; do
	pdflatex --jobname $job tikz-figures.tex;
	rm $job.log;
	rm $job.out;
	rm $job.aux;
done