diff options
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. |