VariableList ::= ((Title,TitleAbbrev?)?, VarListEntry+)
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.
<!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.
Copyright © 1999 O'Reilly & Associates, Inc. All rights reserved.