modified Panda to constrain reveal dimensions

This commit is contained in:
Nathan Schneider
2026-05-11 22:55:15 -06:00
parent 36070cf8b3
commit bf0a04de52
+1 -1
View File
@@ -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"