mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
10 lines
221 B
Bash
10 lines
221 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
for f in basic-layering explicit-layering1 explicit-layering2 tricky-explicit-layering; do
|
||
|
|
inkscape -z --export-area-drawing -f $f.svg --export-pdf $f.pdf
|
||
|
|
done
|
||
|
|
|
||
|
|
pdflatex layering.tex
|
||
|
|
pdflatex layering.tex
|
||
|
|
|