Noeud:List of Titles, Noeud « Next »:, Noeud « Previous »:Table of Contents, Noeud « Up »:Navigational Components



List of Titles


LoT = ( (Title, Subtitle?, TitleAbbrev?)?,
        LoTentry*
      )

LoTentry = ( (%para.char.mix;)+ )

Elements : LoT, Title, Subtitle, TitleAbbrev, LoTentry.

Attributes : SrcCredit.

The list of titles is the list of the formal objects contained in the document.

The list of titles is generally automatically created by the presentation system. You generally do not need to create the list of titles yourself.

The list of titles is composed of:


<lot>
  <title>List of examples</title>
  <subtitle>To learn</subtitle>

  <lotentry>First example</lotentry>
  <lotentry>Another example</lotentry>
  <!-- ... -->
</lot>