titleabbrev
titleabbrev — The abbreviation of a title.
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
A titleabbrev
holds an abbreviated version of a
title
. One common use of
titleabbrev
is for the text used in running headers
or footers, when the proper title is too long to be used
conveniently.
Processing expectations
May be formatted inline or as a displayed block, depending on context. Abbreviated titles are usually used only in specific contexts, such as headers and footers, and are suppressed everywhere else.
This element occurs in 84 elements.
This element contains 100 elements.
Examples
1 <chapter xmlns='http://docbook.org/ns/docbook'> 2 <info> <title>How to Configure the Menu Subsystem 4 of the Graphical User Interface</title> <titleabbrev>Configuring Menus</titleabbrev> 6 </info> 8 <para>Actual content. </para> 10 </chapter>