3 lines
69 B
Bash
3 lines
69 B
Bash
|
#!/bin/sh
|
||
|
inkscape -D --export-filename=$1.pdf $1.svg --export-latex
|