literallayout
literallayout — A block of text in which line breaks and white space are to be reproduced faithfully.
Synopsis
- Sequence of:
info
? (db.titleforbidden.info)- One of:
- Zero or more of:
- text
lineannotation
- Bibliography inlines
- Computer-output inlines
alt
anchor
annotation
biblioref
co
code
command
computeroutput
constant
email
envar
filename
indexterm
(db.indexterm.endofrange)indexterm
(db.indexterm.singular)indexterm
(db.indexterm.startofrange)inlinemediaobject
link
literal
markup
nonterminal
olink
option
optional
package
parameter
prompt
property
remark
replaceable
subscript
superscript
symbol
systemitem
tag
termdef
token
uri
userinput
xref
- 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
- User-input inlines
accel
alt
anchor
annotation
biblioref
co
code
command
computeroutput
constant
email
envar
filename
guibutton
guiicon
guilabel
guimenu
guimenuitem
guisubmenu
indexterm
(db.indexterm.endofrange)indexterm
(db.indexterm.singular)indexterm
(db.indexterm.startofrange)inlinemediaobject
keycap
keycode
keycombo
keysym
link
literal
markup
menuchoice
mousebutton
nonterminal
olink
option
optional
package
parameter
prompt
property
remark
replaceable
shortcut
subscript
superscript
symbol
systemitem
tag
termdef
token
uri
userinput
xref
textobject
- Zero or more of:
Attributes
Common attributes and common linking attributes.
Additional attributes:
- class (enumeration)
- “monospaced”
- “normal”
- continuation (enumeration)
- “continues”
- “restarts”
- linenumbering (enumeration)
- “numbered”
- “unnumbered”
- startinglinenumber (integer)
- language
- xml:space (enumeration)
- “preserve”
Description
A literallayout
is a verbatim environment. Unlike the
other verbatim environments, it does not have strong semantic
overtones and may not imply a font change.
Processing expectations
This element is displayed “verbatim”; whitespace and line breaks within this element are significant.
Unlike programlisting
and screen
, which
usually imply a font change, literallayout
does not.
How spaces are to be represented faithfully in a proportional font is
not addressed by DocBook.
The class
attribute gives users
control over the font used in literallayout
s. If the
class
attribute is specified and its value is
monospaced
, then the
literallayout
will be presented in a monospaced font,
probably the same one used for other verbatim environments. The
default value for class
is
normal
, meaning that no font change will
occur.
Attributes
Common attributes and common linking attributes.
- class
Specifies the class of literal layout
Enumerated values: “monospaced” The literal layout should be formatted with a monospaced font
“normal” The literal layout should be formatted with the current font
- continuation
Determines whether line numbering continues from the previous element or restarts.
Enumerated values: “continues” Line numbering continues from the immediately preceding element with the same name.
“restarts” Line numbering restarts (begins at 1, usually).
- language
Identifies the language (i.e. programming language) of the verbatim content.
- linenumbering
Determines whether lines are numbered.
Enumerated values: “numbered” Lines are numbered.
“unnumbered” Lines are not numbered.
- startinglinenumber
Specifies the initial line number.
- xml:space
Can be used to indicate explicitly that whitespace in the verbatim environment is preserved. Whitespace must always be preserved in verbatim environments whether this attribute is specified or not.
Enumerated values: “preserve” Whitespace must be preserved.
See Also
computeroutput
, lineannotation
, programlisting
, screen
, screenshot
, synopsis
, userinput
Examples
1 <article xmlns='http://docbook.org/ns/docbook'> 2 <title>Example literallayout</title> 4 <blockquote> <attribution>William Shakespeare, <citetitle>Henry V</citetitle></attribution> 6 <literallayout> O, for a muse of fire, that would ascend The brightest heaven of invention! 8 A kingdom for a stage, princes to act, And monarchs to behold the swelling scene!</literallayout> 10 </blockquote> 12 </article>
1 O, for a muse of fire, that would ascend
2 The brightest heaven of invention!
A kingdom for a stage, princes to act,
4 And monarchs to behold the swelling scene!—William Shakespeare, Henry V