|
|
|
@ -10,20 +10,20 @@ draft = false |
|
|
|
The citations withing square brackets will be rendered within |
|
|
|
The citations withing square brackets will be rendered within |
|
|
|
parentheses. |
|
|
|
parentheses. |
|
|
|
|
|
|
|
|
|
|
|
``` {.org} |
|
|
|
``` org |
|
|
|
Blah blah [see @doe99, pp. 33-35; also @smith04, ch. 1]. |
|
|
|
Blah blah [see @doe99, pp. 33-35; also @smith04, ch. 1]. |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
Blah blah (see Doe [1999](#ref-doe99), 4:33--35; also Smith |
|
|
|
Blah blah (see Doe [1999](#ref-doe99), 4:33--35; also Smith |
|
|
|
[2004](#ref-smith04), ch. 1). |
|
|
|
[2004](#ref-smith04), ch. 1). |
|
|
|
|
|
|
|
|
|
|
|
``` {.org} |
|
|
|
``` org |
|
|
|
Blah blah [@doe99, pp. 33-35, 38-39]. |
|
|
|
Blah blah [@doe99, pp. 33-35, 38-39]. |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
Blah blah (Doe [1999](#ref-doe99), 4:33--35, 38--39). |
|
|
|
Blah blah (Doe [1999](#ref-doe99), 4:33--35, 38--39). |
|
|
|
|
|
|
|
|
|
|
|
``` {.org} |
|
|
|
``` org |
|
|
|
Blah blah [@smith04; @doe99]. |
|
|
|
Blah blah [@smith04; @doe99]. |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
@ -35,7 +35,7 @@ A minus sign (`-`) before the `@` will suppress mention of the author in |
|
|
|
the citation. This can be useful when the author is already mentioned in |
|
|
|
the citation. This can be useful when the author is already mentioned in |
|
|
|
the text. |
|
|
|
the text. |
|
|
|
|
|
|
|
|
|
|
|
``` {.org} |
|
|
|
``` org |
|
|
|
Smith says blah [-@smith04]. |
|
|
|
Smith says blah [-@smith04]. |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
@ -43,13 +43,13 @@ Smith says blah ([2004](#ref-smith04)). |
|
|
|
|
|
|
|
|
|
|
|
## In-text citations (no square brackets) {#in-text-citations--no-square-brackets} |
|
|
|
## In-text citations (no square brackets) {#in-text-citations--no-square-brackets} |
|
|
|
|
|
|
|
|
|
|
|
``` {.org} |
|
|
|
``` org |
|
|
|
@smith04 says blah. |
|
|
|
@smith04 says blah. |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
Smith ([2004](#ref-smith04)) says blah. |
|
|
|
Smith ([2004](#ref-smith04)) says blah. |
|
|
|
|
|
|
|
|
|
|
|
``` {.org} |
|
|
|
``` org |
|
|
|
@smith04 [p. 33] says blah. |
|
|
|
@smith04 [p. 33] says blah. |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|