diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2017-02-21 21:18:33 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2017-02-21 21:18:33 +0100 |
commit | b44d4c151b0ebc4284122530ac3d6e5f19e15bf5 (patch) | |
tree | c9a479dd6c149eb14e8f01f95db840d66f634603 /slides/Makefile | |
parent | 8d4be06944866d6d8a2dddff16025f590b03765d (diff) |
Added penguin to the background
Diffstat (limited to 'slides/Makefile')
-rw-r--r-- | slides/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/slides/Makefile b/slides/Makefile index 3749d61..c0aadb5 100644 --- a/slides/Makefile +++ b/slides/Makefile @@ -1,9 +1,10 @@ all: build/presentazione_espruino.pdf -build/presentazione_espruino.pdf: presentazione_espruino.rst +build/presentazione_espruino.pdf: presentazione_espruino.rst header.tex img/* mkdir -p build pandoc --listings -t beamer --latex-engine=xelatex \ -V navigation=horizontal \ + --include-in-header=header.tex \ -o build/presentazione_espruino.pdf \ presentazione_espruino.rst |