latexpic.sh: Crop to content

master
Simon Bruder 2020-03-19 12:59:53 +00:00
parent 83e88d682b
commit 9f4cdab346
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ $(cat $OLDPWD/$1)
EOF
lualatex doc.tex
mutool draw -o doc.svg doc.pdf
inkscape -D -A doc.pdf doc.svg
mutool draw -r 600 -o $OLDPWD/${1}.png doc.pdf
mutool draw -o $OLDPWD/${1}.svg doc.pdf
cd -