aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-11-11 17:36:57 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-11-11 17:54:34 -0800
commit9a46d755061713d6656020d554b62f1aaa922def (patch)
treee5f728782d0b4afe1d226a7fea0231404201120b /README
parent14620579c0467157a641613275a11379b34c9534 (diff)
downloadpandoc-9a46d755061713d6656020d554b62f1aaa922def.tar.gz
Implemented --citation-abbreviations option.
Mostly due to Andrea Rossato.
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
index 792e22d2e..838fe34f7 100644
--- a/README
+++ b/README
@@ -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.