aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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.