Switched Pandoc scripts from .bib to .json
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ cp "$FILENAME" "$TMP_IN_FILE"
|
||||
|
||||
# Convert the file using pandoc
|
||||
iconv -t utf-8 "$TMP_IN_FILE" | pandoc -s -f markdown+smart \
|
||||
--citeproc --bibliography "$HOME/Zotero/lib.bib" \
|
||||
--citeproc --bibliography "$HOME/Zotero/lib.json" \
|
||||
--pdf-engine=xelatex \
|
||||
--resource-path="$CURRENT_DIR" \
|
||||
-t "$OUTPUT_FORMAT" $PANDOC_OPTS -o "$TMP_OUT_FILE"
|
||||
|
||||
Reference in New Issue
Block a user