$Revision: 1666 $
$Date: 2002-06-12 07:19:37 -0400 (Wed, 12 Jun 2002) $
inlineequation — A mathematical equation or expression occurring inline
inlineequation ::=
(%inlineequation.content;
)
The following parameter entities contain inlineequation:
Parameter Entities | ||
%inlineobj.char.class; | %para.char.mix; | %tbl.entry.mdl; |
%title.char.mix; |
InlineEquation
s are expressions (usually mathematical) that
occur in the text flow.
Formatted inline.
InlineEquation
should not contain Graphic
.
Instead, it should contain InlineGraphic
. Within an
InlineEquation
, Graphic
should be rendered inline.
These elements contain inlineequation:
application
, attribution
, bibliomisc
, bridgehead
, citation
, citetitle
, emphasis
, entry
, firstterm
, foreignphrase
, glosssee
, glossseealso
, glossterm
, lineannotation
, link
, literallayout
, lotentry
, member
, msgaud
, olink
, para
, phrase
, productname
, programlisting
, quote
, refentrytitle
, remark
, screen
, screeninfo
, seg
, segtitle
, simpara
, subtitle
, synopsis
, td
, term
, termdef
, th
, title
, titleabbrev
, tocback
, tocentry
, tocfront
, ulink
.
The following elements occur in inlineequation:
alt
, graphic
, inlinemediaobject
, mathphrase
.
<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> <para> Einstein's theory of relativity includes one of the most widely recognized formulas in the world: <inlineequation> <alt>e=mc^2</alt> <graphic fileref="figures/emc2.png"/> </inlineequation> </para>
Einstein's theory of relativity includes one of the most widely recognized formulas in the world:
For additional examples, see also
inlinemediaobject
.