doc/org-manual.org (Citations): Add more examples
This commit is contained in:
parent
dea7780d6d
commit
dda435773f
|
@ -17268,15 +17268,21 @@ identifying a reference in the bibliography.
|
||||||
|
|
||||||
- Each key starts with the character =@=.
|
- Each key starts with the character =@=.
|
||||||
|
|
||||||
|
: [cite:@key]
|
||||||
|
|
||||||
- Each key can be qualified by a /prefix/ (e.g.\nbsp{}"see ") and/or
|
- Each key can be qualified by a /prefix/ (e.g.\nbsp{}"see ") and/or
|
||||||
a /suffix/ (e.g.\nbsp{}"p.\nbsp{}123"), giving information useful or necessary
|
a /suffix/ (e.g.\nbsp{}"p.\nbsp{}123"), giving information useful or necessary
|
||||||
for the comprehension of the citation but not included in the
|
for the comprehension of the citation but not included in the
|
||||||
reference.
|
reference.
|
||||||
|
|
||||||
|
: [cite:see @key p. 123]
|
||||||
|
|
||||||
- A single citation can cite more than one reference ; the keys are
|
- A single citation can cite more than one reference ; the keys are
|
||||||
separated by semicolons ; the formatting of such citation groups is
|
separated by semicolons ; the formatting of such citation groups is
|
||||||
specified by the style.
|
specified by the style.
|
||||||
|
|
||||||
|
: [cite:@key1;@key2;@key3]
|
||||||
|
|
||||||
- One can also specify a stylistic variation for the citations by
|
- One can also specify a stylistic variation for the citations by
|
||||||
inserting a =/= and a style name between the =cite= keyword and the
|
inserting a =/= and a style name between the =cite= keyword and the
|
||||||
colon; this usually makes sense only for the author-year styles.
|
colon; this usually makes sense only for the author-year styles.
|
||||||
|
|
Loading…
Reference in New Issue