modified Panda to constrain reveal dimensions
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ case $OUTPUT_FORMAT in
|
|||||||
reveal)
|
reveal)
|
||||||
FILE_EXT="html"
|
FILE_EXT="html"
|
||||||
OUTPUT_FORMAT="revealjs"
|
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)
|
pptx)
|
||||||
FILE_EXT="pptx"
|
FILE_EXT="pptx"
|
||||||
|
|||||||
Reference in New Issue
Block a user