emphasis (db.emphasis)

emphasis — Emphasized text

Synopsis

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.

See Also

abbrev, acronym, emphasis (db._emphasis), foreignphrase, phrase, quote, wordasword

Examples

<article xmlns='http://docbook.org/ns/docbook'>
<title>Example emphasis</title>

<para>The <emphasis>most</emphasis> important example of this
phenomenon occurs in A. Nonymous's book
<citetitle>Power Snacking</citetitle>.
</para>

</article>

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

ChangeLog

This alpha reference page is $Revision: 1.4 $ published $Date: 2005/07/08 10:05:16 $.