reftex-cite-format-builtin
reftex-cite-format-builtin is a variable defined in `
reftex-vars.el
'.
Its value is shown
below.
- This variable may be risky if used as a file-local variable.
Documentation:
Builtin versions of the citation format.
The following conventions are valid for all alist entries:
`?
' should always point to a straight \cite{%l} macro.
`?t' should point to a textual citation (citation as a noun).
`?p' should point to a parenthetical citation.
Value:
((default "Default macro \\cite{%l}" "\\cite[]{%l}")
(natbib "The Natbib package"
((13 . "\\cite[][]{%l}")
(116 . "\\citet[][]{%l}")
(84 . "\\citet*[][]{%l}")
(112 . "\\citep[][]{%l}")
(80 . "\\citep*[][]{%l}")
(101 . "\\citep[e.g.][]{%l}")
(115 . "\\citep[see][]{%l}")
(97 . "\\citeauthor{%l}")
(65 . "\\citeauthor*{%l}")
(121 . "\\citeyear{%l}")
(110 . "\\nocite{%l}")))
(amsrefs "The AMSRefs package"
((13 . "\\cite{%l}")
(112 . "\\cite{%l}")
(80 . "\\cites{%l}")
(116 . "\\ocite{%l}")
(84 . "\\ocites{%l}")
(121 . "\\ycite{%l}")
(89 . "\\ycites{%l}")
(97 . "\\citeauthor{%l}")
(65 . "\\citeauthory{%l}")
(102 . "\\fullcite{%l}")
(70 . "\\fullocite{%l}")
(110 . "\\nocite{%l}")))
(jurabib "The Jurabib package"
((13 . "\\cite{%l}")
(99 . "\\cite[][]{%l}")
(116 . "\\citet{%l}")
(112 . "\\citep{%l}")
(101 . "\\citep[e.g.][]{%l}")
(115 . "\\citep[see][]{%l}")
(117 . "\\fullcite{%l}")
(105 . "\\citetitle{%l}")
(97 . "\\citeauthor{%l}")
(101 . "\\citefield{}{%l}")
(121 . "\\citeyear{%l}")
(102 . "\\footcite{%l}")
(70 . "\\footcite[][]{%l}")
(108 . "\\footfullcite{%l}")))
(bibentry "The Bibentry package" "\\bibentry{%l}")
(harvard "The Harvard package"
((13 . "\\cite[]{%l}")
(112 . "\\cite[]{%l}")
(116 . "\\citeasnoun{%l}")
(110 . "\\citeasnoun{%l}")
(115 . "\\possessivecite{%l}")
(101 . "\\citeaffixed{%l}{?}")
(121 . "\\citeyear{%l}")
(97 . "\\citename{%l}")))
(chicago "The Chicago package"
((13 . "\\cite[]{%l}")
(116 . "\\citeN[]{%l}")
(84 . "\\shortciteN{%l}")
(112 . "\\cite[]{%l}")
(80 . "\\shortcite{%l}")
(97 . "\\citeA{%l}")
(65 . "\\shortciteA{%l}")
(121 . "\\citeyear{%l}")))
(astron "The Astron package"
((13 . "\\cite[]{%l}")
(112 . "\\cite[]{%l}")
(116 . "%2a (\\cite{%l})")))
(author-year "Do-it-yourself Author-year"
((13 . "\\cite{%l}")
(116 . "%2a (%y)\\nocite{%l}")
(112 . "(%2a %y\\nocite{%l})")))
(locally "Full info in parenthesis" "(%2a %y, %j %v, %P, %e: %b, %u, %s %<)")
(context "ConTeXt bib module"
((13 . "\\cite[%l]")
(115 . "\\cite[][%l]")
(110 . "\\nocite[%l]"))))