Skip to main content
Logo image

Derivatives and Integrals An Annotated Discourse

Appendix H A Structured Appendix

View Source for appendix
<appendix label="appendix-structured">

  <title>A Structured Appendix</title>

  <introduction>

    <p>
      A deeply-structured appendix for testing purposes.
    </p>

  </introduction>

  <subsection>

    <title>A Subsection in an Appendix</title>

    <introduction>

      <p>
        Inside a subsection.
      </p>

    </introduction>

    <subsubsection>

      <title>A Subsubsection in a Subsection in an Appendix</title>

      <p>
        Nearly terminal.
      </p>

      <paragraphs>

        <title>Paragraphs in a Subsubsection in a Subsection in an Appendix</title>

        <p>
          The <c>paragraphs</c> element can go in any division, but does not get a number.
        </p>

      </paragraphs>

    </subsubsection>

  </subsection>

</appendix>
A deeply-structured appendix for testing purposes.

Subsection H.1 A Subsection in an Appendix

View Source for subsection
<subsection>

  <title>A Subsection in an Appendix</title>

  <introduction>

    <p>
      Inside a subsection.
    </p>

  </introduction>

  <subsubsection>

    <title>A Subsubsection in a Subsection in an Appendix</title>

    <p>
      Nearly terminal.
    </p>

    <paragraphs>

      <title>Paragraphs in a Subsubsection in a Subsection in an Appendix</title>

      <p>
        The <c>paragraphs</c> element can go in any division, but does not get a number.
      </p>

    </paragraphs>

  </subsubsection>

</subsection>
Inside a subsection.

Subsubsection H.1.1 A Subsubsection in a Subsection in an Appendix

View Source for subsubsection
<subsubsection>

  <title>A Subsubsection in a Subsection in an Appendix</title>

  <p>
    Nearly terminal.
  </p>

  <paragraphs>

    <title>Paragraphs in a Subsubsection in a Subsection in an Appendix</title>

    <p>
      The <c>paragraphs</c> element can go in any division, but does not get a number.
    </p>

  </paragraphs>

</subsubsection>
Nearly terminal.
Paragraphs in a Subsubsection in a Subsection in an Appendix.
View Source for paragraphs
<paragraphs>

  <title>Paragraphs in a Subsubsection in a Subsection in an Appendix</title>

  <p>
    The <c>paragraphs</c> element can go in any division, but does not get a number.
  </p>

</paragraphs>
The paragraphs element can go in any division, but does not get a number.