Slightly improved description of citation locators in README.
This commit is contained in:
parent
22fe3e0b4e
commit
72bade01f5
1 changed files with 10 additions and 6 deletions
16
README
16
README
|
@ -2815,12 +2815,16 @@ characters (`:.#$%&-+?<>~/`). Here are some examples:
|
|||
|
||||
Blah blah [@smith04; @doe99].
|
||||
|
||||
Pandoc detects locator terms based on the locale file. Either abbreviated or
|
||||
unabbreviated forms are accepted. In en-US, locator terms include book, bk.;
|
||||
chapter, chap.; column, col.; figure, fig.; folio, f.; number, no.; line, l.;
|
||||
note, n.; opus, op.; page, p. paragraph, para.; part, pt.; section, sec.; sub
|
||||
verbo, s.v.; verse, v.; volume, vol. as well as the plural forms of all these.
|
||||
If no locator term is used, "page" is assumed.
|
||||
`pandoc-citeproc` detects locator terms based on the [CSL locale files].
|
||||
Either abbreviated or unabbreviated forms are accepted. In the `en-US` locale,
|
||||
locator terms include `book`, `bk.`; `chapter`, `chap.`; `column`, `col.`;
|
||||
`figure`, `fig.`; `folio`, `f.`; `number`, `no.`; `line`, `l.`; `note`, `n.`;
|
||||
`opus`, `op.`; `page`, `p.`; `paragraph`, `para.`; `part`, `pt.`;
|
||||
`section`, `sec.`; `sub verbo`, `s.v.`; `verse`, `v.`; `volume`, `vol.`
|
||||
as well as the plural forms of all these. If no locator term is used,
|
||||
"page" is assumed.
|
||||
|
||||
[CSL locale files]: https://github.com/citation-style-language/locales
|
||||
|
||||
A minus sign (`-`) before the `@` will suppress mention of
|
||||
the author in the citation. This can be useful when the
|
||||
|
|
Loading…
Add table
Reference in a new issue