diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-05-04 12:21:21 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-05-04 12:21:34 -0700 |
commit | 9fe669976cdd8acee28f565b414143ffe66a24cb (patch) | |
tree | e98bee564b6cde9717e82aced53f1406439317f0 | |
parent | 26dc79cdd12c68ddd24f2c58eede0785121fedc8 (diff) | |
download | pandoc-9fe669976cdd8acee28f565b414143ffe66a24cb.tar.gz |
README: Clarified citation key syntax.
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2450,7 +2450,9 @@ can be found at <https://github.com/citation-style-language/styles>. See also Citations go inside square brackets and are separated by semicolons. Each citation must have a key, composed of '@' + the citation identifier from the database, and may optionally have a prefix, -a locator, and a suffix. Here are some examples: +a locator, and a suffix. The citation key must begin with a letter +or `_`, and may contain alphanumerics, `_`, and internal punctuation +characters (`:.#$%&-+?<>~/`). Here are some examples: Blah blah [see @doe99, pp. 33-35; also @smith04, ch. 1]. |