blob: 89cfc3a5c0f041a092cde8d417391148fddf42b3 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
IMG=alpha-gamma.pdf_tex property.pdf_tex
prez.pdf: prez.tex $(IMG)
pdflatex prez.tex -halt-on-error -file-line-error
%.pdf_tex: %.svg
inkscape -z -D --file=$< --export-pdf=$(basename $@).pdf --export-latex
|