From 0a7f8654aad5f37af349ff0f16b415fc9cfa3700 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Wed, 7 Aug 2019 20:26:16 +0000 Subject: [PATCH] Update .scripts/pandout.sh --- .scripts/pandout.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/pandout.sh b/.scripts/pandout.sh index 6aa80f3..5790f28 100644 --- a/.scripts/pandout.sh +++ b/.scripts/pandout.sh @@ -16,7 +16,7 @@ if [ -z "$fname" ]; then fi # Command content (see also ~/.emacs) -cmd="pandoc -s -f markdown+smart --bibliography $HOME/.zotero/lib.bib --variable fontsize=11pt -o ./output/$fname" +cmd="pandoc -s -f markdown+smart --bibliography $HOME/Zotero/lib.bib --variable fontsize=11pt -o ./output/$fname" # Create output/ directory if [ ! -d 'output' ]; then