By Norman Walsh & Leonard Muellner 1st Edition October 1999 1-56592-580-7, Order Number: 5807 652 pages, $36.95 , Includes CD-ROM |
DocBook: The Definitive Guide | ||
---|---|---|
Prev | Next |
VariableList ::= ((Title,TitleAbbrev?)?, VarListEntry+)
Common attributes
Name | Type | Default |
TermLength | CDATA | None |
Both the start- and end-tags are required for this element.
A VariableList is a list consisting of Terms and their definitions or descriptions.
Formatted as a displayed block.
There are many ways to deal with the problems presented in formatting a variable list with long Terms. DocBook does not mandate any particular presentation. The TermLength attribute may influence the presentation of Terms.
These elements contain VariableList: Answer, Appendix, Article, BiblioDiv, Bibliography, BlockQuote, Callout, Caption, Caution, Chapter, Colophon, Dedication, entry, Example, Footnote, Glossary, GlossDef, GlossDiv, Highlights, Important, Index, IndexDiv, InformalExample, LegalNotice, ListItem, MsgExplan, MsgText, Note, Para, PartIntro, Preface, Procedure, QandADiv, QandASet, Question, RefSect1, RefSect2, RefSect3, RefSynopsisDiv, Sect1, Sect2, Sect3, Sect4, Sect5, Section, SetIndex, Sidebar, SimpleSect, Step, TextObject, Tip, Warning.
The following elements occur in VariableList: Title, TitleAbbrev, VarListEntry.
In some contexts, the following elements are allowed anywhere: BeginPage, IndexTerm.
TermLength indicates a length beyond which the presentation engine may consider the Term(s) too long and select an alternate presentation of the Term(s) and/or, the associated ListItem.
CalloutList, ItemizedList, ListItem, OrderedList, SegmentedList, SimpleList
<!DOCTYPE variablelist PUBLIC "-//OASIS//DTD DocBook V3.1//EN"> <variablelist><title>Font Filename Extensions</title> <varlistentry><term><filename>TTF</filename></term> <listitem> <para> TrueType fonts. </para> </listitem> </varlistentry> <varlistentry><term><filename>PFA</filename></term> <term><filename>PFB</filename></term> <listitem> <para> PostScript fonts. <filename>PFA</filename> files are common on <acronym>UNIX</acronym> systems, <filename>PFB</filename> files are more common on Windows systems. </para> </listitem> </varlistentry> </variablelist>
Font Filename Extensions
TrueType fonts.
PostScript fonts. PFA files are common on UNIX systems, PFB files are more common on Windows systems.
For additional examples, see also RefEntry.
Prev | Home | Next |
VarArgs | Up | VarListEntry |
Back to: DocBook: The Definitive Guide
© 1999, O'Reilly & Associates, Inc.