NPS eXtyles User Guide

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Following examples show how to use the styles on the Chap tab of the style palette, and the BITS XML that is produced for each style.

Chapter Titles and Authors

Chapter Titles should be styled using the Chapter Title and Chapter Subtitle paragraph styles. Note that chapter titles are different from the Document Title, which is the main title of the document.

<book-part>
<book-part-meta>
<title-group><title>Chapter 1. Introduction to Park Setting and Resources</title></title-group>
<contrib-group content-type="chapter-authors">
<contrib contrib-type="author"><string-name><given-names>Jane</given-names><x> </x><surname>Author</surname></string-name></contrib>
<aff id="aff3"><addr-line>National Park Service</addr-line></aff>
</contrib-group>
</book-part-meta>

Note that the chapter number is run-in with the chapter title. Chapter authors and affiliations are not required but are supported should they appear in the content.

Use the Chapter References style for references that are specific to that chapter.

  • No labels