From ee2b0c8dda97c45b5f4b44a01e6c6f5bfdfb1763 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 26 Feb 2024 13:42:31 +0100 Subject: [talk-capitoul] Add talk on 2024-02-09 at capitoul.org --- doc/talks/2024-02-29-capitoul/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/talks/2024-02-29-capitoul/Makefile (limited to 'doc/talks/2024-02-29-capitoul/Makefile') diff --git a/doc/talks/2024-02-29-capitoul/Makefile b/doc/talks/2024-02-29-capitoul/Makefile new file mode 100644 index 00000000..aa9c35af --- /dev/null +++ b/doc/talks/2024-02-29-capitoul/Makefile @@ -0,0 +1,10 @@ +ASSETS=../assets/logos/deuxfleurs.pdf + +talk.pdf: talk.tex $(ASSETS) + pdflatex talk.tex + +%.pdf: %.svg + inkscape -D -z --file=$^ --export-pdf=$@ + +%.pdf_tex: %.svg + inkscape -D -z --file=$^ --export-pdf=$@ --export-latex -- cgit v1.2.3