emphasis (db.emphasis)
emphasis — Emphasized text.
Synopsis
- Zero or more of:
- text
- Bibliography inlines
- Error inlines
- Graphic inlines
- GUI inlines
- Indexing inlines
- Keyboard inlines
- Linking inlines
- Markup inlines
- Math inlines
- Object-oriented programming inlines
- Operating system inlines
- Product inlines
- Programming inlines
- Publishing inlines
- Technical inlines
- Ubiquitous inlines
alt
anchor
annotation
biblioref
indexterm
(db.indexterm.endofrange)indexterm
(db.indexterm.singular)indexterm
(db.indexterm.startofrange)inlinemediaobject
link
olink
remark
subscript
superscript
xref
Attributes
Description
An emphasis
element indicates that certain text
should be stressed in some way. This pattern defines the
emphasis
element with a very limited content
model.
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.
An 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
1 <article xmlns='http://docbook.org/ns/docbook'> 2 <title>Example emphasis</title> 4 <para>The <emphasis>most</emphasis> important example of this phenomenon occurs in A. Nonymous's book 6 <citetitle>Power Snacking</citetitle>. </para> 8 </article>
The most important example of this phenomenon occurs in A. Nonymous's book Power Snacking.