doc: add talk for SEED webinar

This commit is contained in:
Alex Auvolat
2024-01-11 11:40:44 +01:00
parent a8b0e01f88
commit 60f0bd03b6
15 changed files with 527 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
ASSETS=assets/deuxfleurs.pdf
talk.pdf: talk.tex $(ASSETS)
pdflatex talk.tex
assets/%.pdf: assets/%.svg
inkscape -D -z --file=$^ --export-pdf=$@
assets/%.pdf_tex: assets/%.svg
inkscape -D -z --file=$^ --export-pdf=$@ --export-latex