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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
676
a9b9094e3b9c moving everything into one directory for PNAS submission, and externalizing TikZ
Scott Morrison <scott@tqft.net>
parents:
diff changeset
     1
for job in `./externalization-jobs.sh`; do
a9b9094e3b9c moving everything into one directory for PNAS submission, and externalizing TikZ
Scott Morrison <scott@tqft.net>
parents:
diff changeset
     2
	pdflatex --jobname $job tikz-figures.tex;
a9b9094e3b9c moving everything into one directory for PNAS submission, and externalizing TikZ
Scott Morrison <scott@tqft.net>
parents:
diff changeset
     3
	rm $job.log;
a9b9094e3b9c moving everything into one directory for PNAS submission, and externalizing TikZ
Scott Morrison <scott@tqft.net>
parents:
diff changeset
     4
	rm $job.out;
a9b9094e3b9c moving everything into one directory for PNAS submission, and externalizing TikZ
Scott Morrison <scott@tqft.net>
parents:
diff changeset
     5
	rm $job.aux;
a9b9094e3b9c moving everything into one directory for PNAS submission, and externalizing TikZ
Scott Morrison <scott@tqft.net>
parents:
diff changeset
     6
done