diff --git a/.scripts/panda.sh b/.scripts/panda.sh index ea5e95a..ffaccbe 100755 --- a/.scripts/panda.sh +++ b/.scripts/panda.sh @@ -36,7 +36,7 @@ case $OUTPUT_FORMAT in reveal) FILE_EXT="html" OUTPUT_FORMAT="revealjs" - PANDOC_OPTS="--standalone --embed-resources -V revealjs-url=/home/ntnsndr/.revealjs/reveal.js -V theme=ntn -V controls=false --slide-level=2" + PANDOC_OPTS="--standalone --embed-resources -V revealjs-url=/home/ntnsndr/.revealjs/reveal.js -V theme=ntn -V controls=false --slide-level=2 --variable width=1200 --variable height=700" ;; pptx) FILE_EXT="pptx"