From: Maximilian Friedersdorff Date: Mon, 28 Jan 2019 19:36:16 +0000 (+0000) Subject: feat: Use makefile to build presentation X-Git-Url: https://git.friedersdorff.com/?p=max%2Fplotting_with_matplotlib.git;a=commitdiff_plain;h=930fd2ed3a18c883357d2ae7a44d96e02868d2de feat: Use makefile to build presentation --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d91fa85 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +slides.pdf: slides.rst dark.style dark.png *.py + rst2pdf -b1 -s dark.style,fruity --fit-background-mode=scale slides.rst