Book Title

Capture the book title in a <book-title> element inside a <book-title-group> element.

If the book has a subtitle then capture it inside a <subtitle> element inside the <book-title-group>.

The <book-title> and <subtitle> elements element may contain the following child elements for formating:
  • bold
  • italic
  • monospace
  • sc
  • sub
  • sup
  • underline
  • inline-formula
  • xref

Title Only Example

<book-title-group>
  <book-title>Introduction to Nonlinear Optics of Photonic Crystals and
Metamaterials (Second Edition)</book-title>
</book-title-group>

Title and Subtitle Example

<book-title-group>
  <book-title> Computational Methods Using MATLAB <sup>®</sup>
</book-title>
  <subtitle>An introduction for physicists</subtitle>
</book-title-group>