5.5 Sections

  5.5.1 End Points

<..configure docbook amsart..>+
 <.amsart + article sec.>
-_-_-

<..configure docbook amsbook..>+
 <.amsart + article sec.>
-_-_-

<..configure docbook amsproc..>+
 <.amsart + article sec.>
-_-_-

<..amsart + article sec..>
 \Configure{part}
    {\OpenDiv{part}}   {\CloseDiv{part}}
    {\HCode{<title>}<.TitleMark.>} {\HCode{</title>}\par\ShowPar}
 \Configure{section}
    {\OpenDiv{section}}   {\CloseDiv{section}}
    {\HCode{<title>}<.TitleMark.>}   {\HCode{</title>}\par\ShowPar}
 \Configure{subsection}
    {\OpenDiv{subsection}}   {\CloseDiv{subsection}}
    {\HCode{<title>}<.TitleMark.>}   {\HCode{</title>}\par\ShowPar}
 \Configure{subsubsection}
    {\OpenDiv{subsubsection}}   {\CloseDiv{subsubsection}}
    {\HCode{<title>}<.TitleMark.>}   {\HCode{</title>}\par\ShowPar}
 \Configure{paragraph}
    {\OpenDiv{paragraph}}   {\CloseDiv{paragraph}}
    {\HCode{<title>}<.TitleMark.>}   {\HCode{</title>}\par\ShowPar}
 \Configure{subparagraph}
    {\OpenDiv{subparagraph}}   {\CloseDiv{subparagraph}}
    {\HCode{<title>}<.TitleMark.>}   {\HCode{</title>}\par\ShowPar}
 <.sectioning utilities.>
-_-_-

<..amsart + article sec..>+
 \ConfigureMark{section}
    {\ifnum \c:secnumdepth>\c@secnumdepth \expandafter\:gobble
     \else \HCode{<abbrev role="title-mark">}\thesection
           \HCode{</abbrev>}\fi }
 \ConfigureMark{subsection}
    {\ifnum \c:secnumdepth>\c@secnumdepth \expandafter\:gobble
     \else \HCode{<abbrev role="title-mark">}\thesubsection
           \HCode{</abbrev>}\fi }
 \ConfigureMark{subsubsection}
    {\ifnum \c:secnumdepth>\c@secnumdepth \expandafter\:gobble
     \else \HCode{<abbrev role="title-mark">}\thesubsubsection
           \HCode{</abbrev>}\fi }
-_-_-

5.5.1 End Points

<..amsart + article sec..>+
 \Configure{endsection}
      {likesection,chapter,likechapter,appendix,part,likepart}
 \Configure{endsubsection}
    {likesubsection,section,likesection,chapter,%
       likechapter,appendix,part,likpart}
 \Configure{endsubsubsection}
    {likesubsubsection,subsection,likesubsection,section,%
       likesection,chapter,likechapter,appendix,part,likpart}
 \Configure{endparagraph}
    {likeparagraph,subsubsection,likesubsubsection,subsection,%
     likesubsection,section,%
     likesection,chapter,likechapter,appendix,part,likpart}
 \Configure{endsubparagraph}
    {likesubparagraph,likeparagraph,subsubsection,likesubsubsection,%
     subsection,likesubsection,section,%
     likesection,chapter,likechapter,appendix,part,likpart}
 \ifx \part\:UnDef \else
    \Configure{endpart}{likepart}
 \fi
-_-_-