modified Panda to constrain reveal dimensions
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user