updated --citeproc for new pandoc version

This commit is contained in:
Nathan Schneider
2022-04-29 21:23:48 -06:00
parent 961e2acaaa
commit a4647065b8
+2 -1
View File
@@ -16,7 +16,8 @@ if [ -z "$fname" ]; then
fi fi
# Command content (see also ~/.emacs) # Command content (see also ~/.emacs)
cmd="pandoc -s -f markdown+smart --bibliography $HOME/Zotero/lib.bib --variable fontsize=11pt -o ./output/$fname" # remove "--citeproc" for older versions
cmd="pandoc -s -f markdown+smart --citeproc --bibliography $HOME/Zotero/lib.bib --variable fontsize=11pt -o ./output/$fname"
# Create output/ directory # Create output/ directory
if [ ! -d 'output' ]; then if [ ! -d 'output' ]; then