diff options
Diffstat (limited to 'MANUAL.txt')
| -rw-r--r-- | MANUAL.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 934556c8a..53bab3265 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -3558,7 +3558,8 @@ 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. The citation key must begin with a letter, digit, or `_`, and may contain alphanumerics, `_`, and internal punctuation -characters (`:.#$%&-+?<>~/`). Here are some examples: +characters (`:.#$%&-+?<>~/`). Alternatively, a URI may be used. +Here are some examples: Blah blah [see @doe99, pp. 33-35; also @smith04, chap. 1]. @@ -3566,6 +3567,8 @@ characters (`:.#$%&-+?<>~/`). Here are some examples: Blah blah [@smith04; @doe99]. + Blah blah [@https://example.com/refs?number=30553, chap. 1]. + `pandoc-citeproc` detects locator terms in the [CSL locale files]. Either abbreviated or unabbreviated forms are accepted. In the `en-US` locale, locator terms can be written in either singular or plural forms, |
