pnas/diagrams/externalize-tikz.sh
author Kevin Walker <kevin@canyon23.net>
Wed, 09 Feb 2011 18:21:58 -0800
changeset 713 eafdb7806df3
parent 676 a9b9094e3b9c
permissions -rwxr-xr-x
added remark to easy gluing prop (compatible with gluing on fields). this is in response to comment from PT that the zero map satisfies the claims of the proposition.

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