From 095e71a72e7782654e1f36bac5e1df176b77d772 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Mon, 6 Jan 2025 23:17:36 -0700 Subject: [PATCH] Tweaks to vim/pandoc setup --- .scripts/install-vim.sh | 0 .scripts/panda.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 .scripts/install-vim.sh diff --git a/.scripts/install-vim.sh b/.scripts/install-vim.sh old mode 100644 new mode 100755 diff --git a/.scripts/panda.sh b/.scripts/panda.sh index 5fbc68e..5e3a150 100755 --- a/.scripts/panda.sh +++ b/.scripts/panda.sh @@ -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"