Update .scripts/pandout.sh
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ 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"
|
cmd="pandoc -s -f markdown+smart --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
|
||||||
|
|||||||
Reference in New Issue
Block a user