pnas/diagrams/externalize-tikz.sh
author Kevin Walker <kevin@canyon23.net>
Sat, 22 Oct 2011 13:26:53 -0600
changeset 913 75c1e11d0f25
parent 676 a9b9094e3b9c
permissions -rwxr-xr-x
add remarks about the missing TOP case; searched for all occurrances of "topological" and "continuous" to make sure all other mentions of TOP have been expunged; other minor changes

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