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

Element ref

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
refid IDREF Required

Parameter Entities

The following parameter entities contain ref: inline, xref

Description

This does the same as the LaTeX command \ref. The referenced object, that is determined by refid, thus must be a figure/table, section etc., simply something that can bear a number. The contents of <ref> is the textual label that is put immediatly before it, e.g.

<ref refid="MainTable">table</ref>

This yields something like “table~2.1” for LaTeX, or for HTML “table 2.1” which is completely displayed as the link, and not only the “2.1”.

<ref>s to equations put automatically parentheses around the number.

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).