Updated after switching to Manjaro on Base

This commit is contained in:
Nathan Schneider
2022-03-07 22:38:00 -07:00
parent 1e7e4c39b7
commit 76e0c9daf9
3 changed files with 10 additions and 7 deletions
+2 -1
View File
@@ -127,7 +127,8 @@
"iconv -t utf-8 " tmp-in-file " | " ;; pipe in utf-8 for pandoc
"pandoc -s" ;; embed full header in HTML
" -f markdown+smart" ;; add curly quotes
" --bibliography $HOME/Zotero/lib.bib" ;; connect to BibTeX export from Zotero
;; remove "--citeproc" for older versions
" --citeproc --bibliography $HOME/Zotero/lib.bib" ;; connect to BibTeX export from Zotero
" -t " file-type
" -o " tmp-out-file))
;; End convert routine