emphasis

$Revision: 1933 $

$Date: 2002-08-06 14:28:29 -0400 (Tue, 06 Aug 2002) $

emphasis — Emphasized text

Synopsis

Mixed Content Model

emphasis ::=
(%para.char.mix;)*

Attributes

Common attributes

Parameter Entities

The following parameter entities contain emphasis:

Parameter Entities
%docinfo.char.mix;%gen.char.class;%ndxterm.char.mix;
%para.char.mix;%refinline.char.mix;%tbl.entry.mdl;
%title.char.mix;%word.char.mix; 

Description

Emphasis provides a method for indicating that certain text should be stressed in some way.

Processing expectations

Formatted inline. Emphasized text is traditionally presented in italics or boldface. A Role attribute of bold or strong is often used to generate boldface, if italics is the default presentation.

Emphasis is often used wherever its typographic presentation is desired, even when other markup might theoretically be more appropriate.

Future Changes

The InterfaceDefinition element will be discarded in DocBook V4.0. It will no longer be available in the content model of this element.

See Also

abbrev, acronym, foreignphrase, phrase, quote, wordasword.

Examples

<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
          "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<para>
The <emphasis>most</emphasis> important example of this
phenomenon occurs in A. Nonymous's book
<citetitle>Power Snacking</citetitle>.
</para>

The most important example of this phenomenon occurs in A. Nonymous's book Power Snacking.

For additional examples, see also index, programlistingco, type.