<?xml version="1.0" encoding="utf-8"?>
<book xmlns="http://docbook.org/ns/docbook" xml:id="book" version="5.0">
<info>
  <title>Unit Test: autotoc.001</title>
</info>

<preface xml:id="forward">
  <title>Foreword</title>
  <para>A preface.</para>
</preface>

<toc/>

<preface xml:id="preface">
  <title>Preface</title>
  <para>Another preface.</para>
</preface>

<chapter>
  <title>First chapter</title>
  <figure><title>Figure One</title><para>…</para></figure>
  <figure><title>Figure Two</title><para>…</para></figure>
  <para>…</para>
</chapter>

<chapter>
  <title>Second chapter</title>
  <figure><title>Figure Three</title><para>…</para></figure>
  <para>…</para>
</chapter>

<chapter>
  <title>Third chapter</title>
  <para>…</para>
</chapter>

<toc/>

<appendix>
  <title>Appendix</title>
  <para>…</para>
</appendix>

</book>
