Whole document tree
    

Whole document tree

LiteralLayout

LiteralLayout

Name

LiteralLayout -- Wrapper for lines set off from the main text that are not tagged as Screens, Examples, or ProgramListing, in which line breaks and leading white space are to be regarded as significant

Description

Wrapper for lines set off from the main text that are not tagged as Screens, Examples, or ProgramListing, in which line breaks and leading white space are to be regarded as significant. It contains in-line elements, and has common and Width attributes, for specifying a number representing the maximum width of the contents.

Attributes

Width

Width indicates the width of the longest line in the element to which it pertains, in number of characters.

Format

Line ends and leading white space must be preserved in output.

Examples

<LITERALLAYOUT>
Line breaks and leading white space are 
significant in LiteralLayout.
So the above sentence should appear as two lines; the next line
   should appear indented.
</LITERALLAYOUT>