mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
git-svn-id: svn://localhost/ardour2/branches/3.0@11111 d708f5d6-7413-0410-9779-e7cbd77b26cf
10 lines
206 B
Bash
10 lines
206 B
Bash
#!/bin/sh
|
|
|
|
for f in basic-layering layering-order-1 layering-order-2; do
|
|
echo "$f"
|
|
inkscape -z --export-area-drawing -f $f.svg --export-pdf $f.pdf
|
|
done
|
|
|
|
pdflatex layering.tex
|
|
pdflatex layering.tex
|
|
|