Skip to main content
Logo image

PreTeXt Sample Book Abstract Algebra (SAMPLE ONLY)

Section E.1 A Section in an Appendix

View Source for section
<section>

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

  <introduction>

    <p>
      Inside a section.
    </p>

  </introduction>

  <subsection>

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

    <introduction>

      <p>
        Inside a subsection.
      </p>

    </introduction>

    <subsubsection>

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

      <p>
        Nearly terminal.
      </p>

      <paragraphs>

        <title>Paragraphs in a Subsubsection in a Subsection in a Section 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>

</section>
Inside a section.

Subsection E.1.1 A Subsection in a Section in an Appendix

View Source for subsection
<subsection>

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

  <introduction>

    <p>
      Inside a subsection.
    </p>

  </introduction>

  <subsubsection>

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

    <p>
      Nearly terminal.
    </p>

    <paragraphs>

      <title>Paragraphs in a Subsubsection in a Subsection in a Section 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 E.1.1.1 A Subsubsection in a Subsection in a Section in an Appendix

View Source for subsubsection
<subsubsection>

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

  <p>
    Nearly terminal.
  </p>

  <paragraphs>

    <title>Paragraphs in a Subsubsection in a Subsection in a Section 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 a Section in an Appendix.
View Source for paragraphs
<paragraphs>

  <title>Paragraphs in a Subsubsection in a Subsection in a Section 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.