diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-08-25 13:35:08 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-08-25 13:35:21 -0700 |
commit | 546201cb46965ee86506a5c83e9aa8dc67939de7 (patch) | |
tree | a3eab6cf410d209c9380be822ac37fd369fe3c6d | |
parent | 761e1edc30a3a61b5e50eea6b1e4bc51aaa1bc24 (diff) | |
download | pandoc-546201cb46965ee86506a5c83e9aa8dc67939de7.tar.gz |
Removed obsolete reference to default.csl.
Closes #2372.
@cinaeco as the pandoc-citeproc man page describes, the current
behavior if no style is specified is to look in
`~/.csl/chicago-author-date.csl`, and if nothing is found there,
to use a default version of chicago-author-date.csl.
You may want to open a separate issue on jgm/pandoc-citeproc
suggesting the use of `default.csl` rather than
`chicago-author-date.csl`. I agree that this would make sense.
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -246,8 +246,8 @@ General options in Windows 7. (You can find the default user data directory on your system by looking at the output of `pandoc --version`.) - A `reference.odt`, `reference.docx`, `default.csl`, - `epub.css`, `templates`, `slidy`, `slideous`, or `s5` directory + A `reference.odt`, `reference.docx`, `epub.css`, `templates`, + `slidy`, `slideous`, or `s5` directory placed in this directory will override pandoc's normal defaults. `--bash-completiion` |