mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
[Details] Added fixes to make the code cross platform compilable [Reviewed by] N/A [git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 446294]
10 lines
206 B
Bash
Executable file
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
|
|
|