diff options
author | John MacFarlane <jgm@berkeley.edu> | 2010-12-05 12:57:27 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-12-05 12:57:27 -0800 |
commit | fabd9e6c22b238fc4576bbbfe79f5072b4df8959 (patch) | |
tree | 0ef7f31aed29b19556281520887b5c01352887e0 /man/man1 | |
parent | 529f75adec2fde6da797d3c4a68133871e78cd88 (diff) | |
download | pandoc-fabd9e6c22b238fc4576bbbfe79f5072b4df8959.tar.gz |
Documented fact that you can specify --bibliography repeatedly.
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/pandoc.1.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md index 81a697823..0aa47045f 100644 --- a/man/man1/pandoc.1.md +++ b/man/man1/pandoc.1.md @@ -276,7 +276,8 @@ should pipe input and output through `iconv`: `.ris` (RIS format), `.enl` (EndNote format), `.xml` (EndNote XML format), `.wos` (ISI format), `.medline` (MEDLINE format), `.copac` (Copac format), - or `.json` (citeproc JSON). + or `.json` (citeproc JSON). If you want to use multiple + bibliographies, just use this option repeatedly. \--csl=*FILE* : Specify [CSL] style to be used in formatting citations and |