From af99db51d7f36a61b8c3e22d74c1e198ad0b1cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 26 May 2018 19:08:08 +0200 Subject: Add presentation from cryptofest 2018 --- 2018-cryptofest/makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 2018-cryptofest/makefile (limited to '2018-cryptofest/makefile') diff --git a/2018-cryptofest/makefile b/2018-cryptofest/makefile new file mode 100644 index 0000000..9ab8f60 --- /dev/null +++ b/2018-cryptofest/makefile @@ -0,0 +1,10 @@ +FILE=pres + +$(FILE).pdf: $(FILE).tex $(patsubst %.svg,%.pdf,$(wildcard *.svg)) + pdflatex -shell-escape $< + +%.pdf: %.svg + inkscape -D -z --file=$< --export-pdf=$@ --export-latex + +clean: + ls | grep -v -E "($(FILE).tex|makefile|scheme|svg|png|eps)$$" | xargs rm -rf -- cgit v1.2.3