Switched Pandoc scripts from .bib to .json
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ fi
|
||||
|
||||
# Command content (see also ~/.emacs)
|
||||
# remove "--citeproc" for older versions
|
||||
cmd="pandoc -s -f markdown+smart --citeproc --bibliography $HOME/Zotero/lib.bib --variable fontsize=11pt -o ./output/$fname"
|
||||
cmd="pandoc -s -f markdown+smart --citeproc --bibliography $HOME/Zotero/lib.json --variable fontsize=11pt -o ./output/$fname"
|
||||
|
||||
# Create output/ directory
|
||||
if [ ! -d 'output' ]; then
|
||||
|
||||
Reference in New Issue
Block a user