diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-09-27 09:32:59 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-09-27 09:32:59 +0200 |
commit | ff00162e9dad1afc6bb9cfbf4aca3205c9c30928 (patch) | |
tree | f5e72eaf06ee469179279b5e89b79c059c181c79 /xmpp | |
parent | d2c5d64dad8604ab362979dc78856cf5a1764f06 (diff) | |
parent | 197dce73a9344456aa0aaf8e5451b47823cbfed1 (diff) |
Merge branch 'federazione'
Diffstat (limited to 'xmpp')
-rw-r--r-- | xmpp/slides/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmpp/slides/Makefile b/xmpp/slides/Makefile index dcf8218..2d7f5b4 100644 --- a/xmpp/slides/Makefile +++ b/xmpp/slides/Makefile @@ -2,7 +2,7 @@ all: build/xmpp.pdf build/xmpp.pdf: xmpp.rst img/XMPP_logo.pdf img/ mkdir -p build - pandoc --listings -t beamer --latex-engine=xelatex \ + pandoc --listings -t beamer --pdf-engine=xelatex \ -o build/xmpp.pdf \ xmpp.rst |