Bibliographies.NumericReferences History
Hide minor edits - Show changes to output
Changed lines 60-63 from:
!! Prefix to the citation number
An author can define a prefix in a bib entry, to appear in the link text and list of references. This can be used in combination with a cite prefix.
to:
!! Replace the citation number
An author can define replacement text in a bib entry, to appear in the link text and list of references, instead of the reference number. This can be used in combination with a cite prefix.
Added lines 67-69:
* citet(Michaud:2002)
* citeT(Michaud:2002)
Changed line 10 from:
to:
Changed lines 19-20 from:
The general format is "cite<option>(<key>)".
to:
The general format is cite<option>(<key>).
Added lines 34-35:
Changed lines 40-41 from:
The general format is "[=cite("<prefix>" <key> "<suffix>")=]".
to:
The general format is [=cite("<prefix>" <key> "<suffix>")=].
Changed line 43 from:
* cite("see" Rankin:2006) -- bug: missing space
to:
* cite("see" Rankin:2006)
Changed lines 8-9 from:
In cite(Rankin:2006), we learnt how to use wiki citations. This page includes a second reference: cite(Michaud:2002).
to:
In cite(Rankin:2006), we learnt how to use wiki citations. This page includes a second reference example. nocite(Michaud:2002)
Changed line 13 from:
: Michaud:2002""pmwiki" : Michaud, Patrick. www.pmwiki.org
to:
: Michaud:2002""pmwiki" : Michaud, Patrick. www.pmwiki.org"2006-11-15"
Changed line 41 from:
* cite("see" Rankin:2006)
to:
* cite("see" Rankin:2006) -- bug: missing space
Changed lines 58-61 from:
!! Prefix in the citation number
An author can define a prefix to appear in the list of references
to:
!! Prefix to the citation number
An author can define a prefix in a bib entry, to appear in the link text and list of references. This can be used in combination with a cite prefix.
Added line 64:
* cite("see" Michaud:2002)
Changed lines 8-10 from:
In cite(Rankin:2006), we learnt how to use wiki citations.
(:bib fmt=num:)
to:
In cite(Rankin:2006), we learnt how to use wiki citations. This page includes a second reference: cite(Michaud:2002).
(:bib fmt=#:)
Changed lines 12-13 from:
www.wikipublisher.org/wiki/index.php?n=Bibliographies.UserGuide.
to:
www.wikipublisher.org/wiki/index.php?n=Bibliographies.UserGuide
: Michaud:2002""pmwiki" : Michaud, Patrick. www.pmwiki.org
Added lines 58-65:
!! Prefix in the citation number
An author can define a prefix to appear in the list of references
(:markup:)
* cite(Michaud:2002)
(:markupend:)
Added lines 1-57:
(:toc:)
!! Quick start
We start with our simple example, modified to use fmt=num.
(:markup:)
In cite(Rankin:2006), we learnt how to use wiki citations.
(:bib fmt=num:)
: Rankin:2006 : Rankin, John. \
www.wikipublisher.org/wiki/index.php?n=Bibliographies.UserGuide.
(:bibend:)
(:markupend:)
!! Modify the reference link text
The general format is "cite<option>(<key>)".
(:markup:)
* cite(Rankin:2006)
* citet(Rankin:2006)
* citeT(Rankin:2006)
* cite-t(Rankin:2006)
* cite-T(Rankin:2006)
* citep(Rankin:2006)
* citeP(Rankin:2006)
* cite-p(Rankin:2006) an empty link
* cite-P(Rankin:2006)
(:markupend:)
!! Prefixes and suffixes
The general format is "[=cite("<prefix>" <key> "<suffix>")=]".
(:markup:)
* cite("see" Rankin:2006)
* cite(Rankin:2006 "p 2")
* cite("see" Rankin:2006 "p 2")
* cite-("priv. comm." Rankin:2006)
* cite-p("priv. comm." Rankin:2006) -- the link is no longer empty
* citet(Rankin:2006 "p 2")
* cite-t(Rankin:2006 "p 2")
* citeT("see" Rankin:2006)
* cite-T("see" Rankin:2006)
* citeP("see" Rankin:2006)
* cite-P("see" Rankin:2006)
(:markupend:)
=<<<|UserGuide|>>