diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-11-11 17:36:57 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-11-11 17:54:34 -0800 |
commit | 9a46d755061713d6656020d554b62f1aaa922def (patch) | |
tree | e5f728782d0b4afe1d226a7fea0231404201120b /README | |
parent | 14620579c0467157a641613275a11379b34c9534 (diff) | |
download | pandoc-9a46d755061713d6656020d554b62f1aaa922def.tar.gz |
Implemented --citation-abbreviations option.
Mostly due to Andrea Rossato.
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -439,6 +439,22 @@ Options user data directory (see `--data-dir`), or, if that is not present, the Chicago author-date style. +`--citation-abbreviations=`*FILE* +: Specify a file containing abbreviations for journal titles and + other bibliographic fields (indicated by setting `form="short"` + in the CSL node for the field). The format is described at + <http://citationstylist.org/2011/10/19/abbreviations-for-zotero-test-release/>. + Here is a short example: + + { "default": { + "container-title": { + "Lloyd's Law Reports": "Lloyd's Rep", + "Estates Gazette": "EG", + "Scots Law Times": "SLT" + } + } + } + `--natbib` : Use natbib for citations in LaTeX output. |