From bf0a04de52583bc443b15e5c486d1e1e235b7a7b Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Mon, 11 May 2026 22:55:15 -0600 Subject: [PATCH] modified Panda to constrain reveal dimensions --- .scripts/panda.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"