ardour/doc/layering/build.sh
Grygorii Zharun f300eaba93 [Summary] Fixed MAC build
[Details] Added fixes to make the code cross platform compilable
[Reviewed by] N/A

[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 446294]
2014-03-26 06:31:34 -05:00

10 lines
206 B
Bash
Executable file

#!/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