diff options
author | Tristan Stenner <ttstenner@gmail.com> | 2021-05-27 18:54:16 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-05-27 10:30:37 -0700 |
commit | 0226d2320f5a57475ec260b9d0ad3ad4260ecf38 (patch) | |
tree | 0bc12f66330f9d547b8c340b73c897c10676844d | |
parent | 81eadfd99ad3e905b806cc6c80ab0fea0185286f (diff) | |
download | pandoc-0226d2320f5a57475ec260b9d0ad3ad4260ecf38.tar.gz |
Add citation example for locators and suffixes
-rw-r--r-- | MANUAL.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index a0a5d43fe..6dc783e8c 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -5010,10 +5010,12 @@ terms can be written in either singular or plural forms, as locator term is used, "page" is assumed. In complex cases, you can force something to be treated as -a locator by enclosing it in curly braces: +a locator by enclosing it in curly braces or prevent parsing +the suffix as locator by prepending curly braces: [@smith{ii, A, D-Z}, with a suffix] [@smith, {pp. iv, vi-xi, (xv)-(xvii)} with suffix here] + [@smith{}, $a^2$ and following] A minus sign (`-`) before the `@` will suppress mention of the author in the citation. This can be useful when the |