Tweaks to vim/pandoc setup

This commit is contained in:
Nathan Schneider
2025-01-06 23:17:36 -07:00
parent 1c4e16ab85
commit 095e71a72e
2 changed files with 1 additions and 1 deletions
Regular → Executable
View File
+1 -1
View File
@@ -27,7 +27,7 @@ fi
case $OUTPUT_FORMAT in
pdf)
FILE_EXT="pdf"
OUTPUT_FORMAT="latex --variable fontsize='11pt'"
OUTPUT_FORMAT="latex --variable fontsize:12pt"
;;
reveal)
FILE_EXT="html"