aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2017-11-20 16:48:43 -0800
committerJohn MacFarlane <[email protected]>2017-11-20 16:48:43 -0800
commit04d9b9b6df55af0f64f8669f5b352b573d8ebcba (patch)
treee31b8d97ef75ad2902580a40905b2302256bb8c3 /MANUAL.txt
parent35ced1621df6b1dfe7de79e994343a539b624d8d (diff)
Allow URI as cite key.uri-cite-key
This affects Markdown and Org with `+citations`. Note that we had to constrain the type of the `citeKey` parser in `Text.Pandoc.Parsing` to accept `[Char]` instead of arbitrary streams.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt5
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,