tbook: User Element View [DTD Element View]
[Home] [Elements] [Entities] [Prev] [Next]

Element cite

Synopsis

Mixed Content Model

(#PCDATA|em|visual|verb|m|math|ch|latex|url|hspace|unit|relax|
 wrap|cite|pageref|ref|vref|mathref|footnote|ix|idx|indexsee|
 graphics)*

Attributes

NameTypeDefault Value
kind Enumeration:
  imparen
  nocite
  paren
  text
None
refid NMTOKENS Required

Parameter Entities

The following parameter entities contain cite: inline, xref

Description

Inserts a citation reference to refid (which can also be a space separated list of more than one citation). The attribute kind determines the kind of insertion. kind="text" would mean

Einstein et. al. (1921)

whereas "paren" makes

(Einstein et. al. 1921)

"imparen" (“implicit parentheses”) produces

Einstein et. al. 1921

You know this probably from the natbib package, that's behind all this. Important: So that this also works in HTML, the key entries of the BibTeX file must look like "text".

"nocite" includes nothing in the text, just in the references list at the end. By the way,

<cite refid="-" kind="nocite"/>

works like \nocite{*} LaTeX. (You can't use `*' because refid is of type NMTOKENS, and such attributes mustn't contain `*'.)

The contents of the <cite> element becomes the optional parameter of LaTeX's \cite command. Thus

<cite refid="Einstein1921"><em>first</em> chapter</cite>

yields: “Einstein et. al. (1921, \emph{first} chapter)”.

The default value for kind is "text" except where the <cite> is directly surrounded by parentheses in the document. Then it's "imparen".

Parents

aphorism, caption, cell, cite, closing, em, footnote, heading, item, legalnotice, mathref, multipar, opening, p, pageref, proof, psfrag, quote, ref, subject, subtitle, term, theorem, title, to, verse, visual, vref, wrap

Children

ch, cite, em, footnote, graphics, hspace, idx, indexsee, ix, latex, m, math, mathref, pageref, ref, relax, unit, url, verb, visual, vref, wrap


HTML Presentation of tbook by DTDParse (version 2.0beta6).