2011-12-26 20:42:49 -05:00
|
|
|
#!/bin/sh
|
|
|
|
|
2011-12-29 17:14:15 -05:00
|
|
|
for f in basic-layering layering-order-1 layering-order-2; do
|
|
|
|
echo "$f"
|
2011-12-26 20:42:49 -05:00
|
|
|
inkscape -z --export-area-drawing -f $f.svg --export-pdf $f.pdf
|
|
|
|
done
|
|
|
|
|
|
|
|
pdflatex layering.tex
|
|
|
|
pdflatex layering.tex
|
|
|
|
|