Text Encoding Initiative

19. Front and Back Matter


19.1. Front Matter

For many purposes, particularly in older texts, the preliminary material such as title pages, prefatory epistles, etc., may provide very useful additional linguistic or social information. P3 provides a set of recommendations for distinguishing the textual elements most commonly encountered in front matter, which are summarized here.

19.1.1. Title Page

The start of a title page should be marked with the element <titlePage>. All text contained on the page should be transcribed and tagged with the appropriate element from the following list:

<titlePage>
contains the title page of a text, appearing within the front or back matter.
<docTitle>
contains the title of a document, including all its constituents, as given on a title page. Must be divided into <titlePart> elements.
<titlePart>
contains a subsection or division of the title of a work, as indicated on a title page; also used for free-floating fragments of the title page not part of the document title, authorship attribution, etc. Attributes include:

type
specifies the role of this subdivision of the title. Suggested values include: main (main title), sub (subtitle), desc (a descriptive paraphrase of the work included in the title), and alt (alternative title).

<byline>
contains the primary statement of responsibility given for a work on its title page or at the head or end of the work.
<docAuthor>
contains the name of the author of the document, as given on the title page (often but not always contained in a <byline>).
<docDate>
contains the date of the document, as given (usually) on the title page.
<docEdition>
contains an edition statement as presented on a title page of a document.
<docImprint>
contains the imprint statement (place and date of publication, publisher name), as given (usually) at the foot of a title page.
<epigraph>
contains a quotation, anonymous or attributed, appearing at the start of a section or chapter, or on a title page.

Typeface distinctions should be marked with the rend attribute when necessary, as described above. Very detailed description of the letter spacing and sizing used in ornamental titles is not as yet provided for by the Guidelines. Changes of language should be marked by appropriate use of the lang attribute or the <foreign> element, as necessary. Names, wherever they appear, should be tagged using the <name>, as elsewhere.

Two example title pages follow:

<titlePage rend="Roman">
  <docTitle><titlePart type="main">
    PARADISE REGAIN'D. A POEM In IV <hi>BOOKS</hi>.
    </titlePart>
    <titlePart>
    To which is added <title>SAMSON AGONISTES</title>.
    </titlePart>
  </docTitle>
  <byline>The Author <docAuthor>JOHN MILTON</docAuthor></byline>
  <docImprint><name>LONDON</name>,
    Printed by <name>J.M.</name>
    for <name>John Starkey</name>
    at the <name>Mitre</name>
    in <name>Fleetstreet</name>,
    near <name>Temple-Bar.</name>
  </docImprint>
  <docDate>MDCLXXI</docDate>
</titlePage>
<titlePage>
  <docTitle><titlePart type="main">
  Lives of the Queens of England, from the Norman
    Conquest;</titlePart>
  <titlePart type="sub">with anecdotes of their courts.
  </titlePart></docTitle>
  <titlePart>Now first published from Official Records
    and other authentic documents private as well as
    public.</titlePart>
  <docEdition>New edition, with corrections and
    additions</docEdition>
  <byline>By <docAuthor>Agnes Strickland</docAuthor></byline>
  <epigraph>
    <q>The treasures of antiquity laid up in old
       historic rolls, I opened.</q>
    <bibl>BEAUMONT</bibl>
  </epigraph>
  <docImprint>Philadelphia: Blanchard and Lea</docImprint>
  <docDate>1860.</docDate>
</titlePage>

19.1.2. Prefatory Matter

Major blocks of text within the front matter should be marked as <div> or <div1> elements; the following suggested values for the type attribute may be used to distinguish various common types of prefatory matter:

foreword
a text addressed to the reader, by the author, editor or publisher, possibly in the form of a letter.
preface
a text addressed to the reader, by the author, editor or publisher, possibly in the form of a letter.
dedication
a text (often a letter) addressed to someone other than the reader in which the author typically commends the work in hand to the attention of the person concerned.
abstract
a prose argument summarizing the content of the work.
ack
Acknowledgements.
contents
a table of contents (typically this should be tagged as a <list>).
frontispiece
a pictorial frontispiece, possibly including some text.

Like any text division, those in front matter may contain low level structural or non-structural elements as described elsewhere. They will generally begin with a heading or title of some kind which should be tagged using the <head> element. Epistles will contain the following additional elements:

<salute>
contains a salutation or greeting prefixed to a foreword, dedicatory epistle or other division of a text, or the salutation in the closing of a letter, preface, etc.
<signed>
contains the closing salutation, etc., appended to a foreword, dedicatory epistle, or other division of a text.
<byline>
contains the primary statement of responsibility given for a work on its title page or at the head or end of the work.
<dateline>
contains a brief description of the place, date, time, etc., of production of a letter, newspaper story, or other work, prefixed or suffixed to it as a kind of heading or trailer.
<argument>
A formal list or prose description of the topics addressed by a subdivision of a text.
<cit>
A quotation from some other document, together with a bibliographic reference to its source.
<opener>
groups together dateline, byline, salutation, and similar phrases appearing as a preliminary group at the start of a division, especially of a letter.
<closer>
groups together dateline, byline, salutation, and similar phrases appearing as a final group at the end of a division, especially of a letter.

Epistles which appear elsewhere in a text will, of course, contain these same elements.

As an example, the dedication at the start of Milton's Comus should be marked up as follows:

<div type="dedication">
<head>To the Right Honourable <name>JOHN Lord Viscount
BRACLY</name>, Son and Heir apparent to the Earl of
Bridgewater, &amp;c.</head>
<salute>MY LORD,</salute>
<p>THis <hi>Poem</hi>, which receiv'd its first occasion of
Birth from your Self, and others of your Noble Family ....
and as in this representation your attendant
<name>Thyrsis</name>, so now in all reall expression
<closer>
<salute>Your faithfull, and most humble servant</salute>
<signed><name>H. LAWES.</name></signed>
</closer>
</div>

19.2. Back Matter

19.2.1. Structural Divisions of Back Matter

Because of variations in publishing practice, back matter can contain virtually any of the elements listed above for front matter, and the same elements should be used where this is so. Additionally, back matter may contain the following types of matter within the <back> element. Like the structural divisions of the body, these should be marked as <div> or <div1> elements, and distinguished by the following suggested values of the type attribute:

appendix
an appendix.
glossary
a list of words and definitions, typically in the form of a list type=gloss.
notes
a series of <note>s.
bibliography
a series of bibliographic references, typically in the form of a special bibliographic-list element <listBibl>, whose items are individual <bibl> elements.
index
a set of index entries, possibly represented as a structured list or glossary list, with optional leading <head> and perhaps some paragraphs of introductory or closing text (TEI P3 defines other specialized elements for generating indices in document production, described above in section 17.3. Index Generation).
colophon
a description at the back of the book describing where, when, and by whom it was printed; in modern books it also often gives production details and identifies the type faces used.

Up: Contents Previous: 18. Character Sets, Diacritics, etc. Next: 20. The Electronic Title Page



Date: (revised October 2004) Author: Lou Burnard (revised SPQR).
Copyright TEI 1995