From 2073dd00710add906cc94099cd4bfb7aa3a2f85e Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 23 Jul 2014 18:03:28 +0200 Subject: Move README && add stuff ; add presentation. --- doc/prez/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/prez/Makefile (limited to 'doc/prez/Makefile') diff --git a/doc/prez/Makefile b/doc/prez/Makefile new file mode 100644 index 0000000..89cfc3a --- /dev/null +++ b/doc/prez/Makefile @@ -0,0 +1,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 -- cgit v1.2.3