Victorian Women Writers Project

Front Matter


The texts we'll be encoding will generally consist of the following elements:

The front and back matter are normally the most complicated sections--once you get past those, the text body itself will seem generally straightforward. The overall structure of a typical document looks like this:
<TEI.2>
<teiHeader>
[Source and processing information goes here--a template is available.]
</teiHeader>
<front>
[Title page, preface, etc goes here]
</front>
<body>
[Main body of the text goes here]
</body>
<back>
[Appendices, etc goes here]
</back>
</text>
</TEI.2>


Front Matter

This section contains any material that precedes the work proper, such as table of contents or a preface. Generally, the first element of the front matter is the title page. A transcription of the title page should be included, following these guidelines.

Title Page


Tables of Contents

Tables of contents present a somewhat more complex structure, and should be encoded using <list>, <item> and <ref> tags. The page number, as it appears in the printed table of contents, will go between the <ref></ref> tags. The <ref> tag has an attribute "Target=" that refers to the page number where the poem begins. For this reference to work, each page break tag, <pb>, will have to include a corresponding "id=": <pb id="p1" n="1">. This id attribute is not necessary in works with no table of contents.

               Contents.
Upward.    .   .   .   .    .   .   .   1
January    .   .   .   .    .   .   .   4
Unto This Present  .   .    .   .   .   5

<div type="contents">
<list><head>Contents.</head>
<item>Upward <ref target="p1" rend="align(right)">1</ref></item>
<item>January <ref target="p4" rend="align(right)">4</ref></item>
<item>Unto This Present <ref target="p5" rend="align(right)">5</ref></item>
</list></div>


About the VWWP
To the VWWP Home Page
To the VWWP Library

Last updated: 14 July 1998
URL: http://www.indiana.edu/~letrs/vwwp/vwwp-front.html
Comments: letrs@indiana.edu