3.4 Sections

<..latex shared section config..>+
 \ConfigureMark{section}
    {\ifnum \c:secnumdepth>\c@secnumdepth \expandafter\:gobble
     \else
        \HCode{<span class="titlemark">\add:description{added-description}
                               {\a:speak:section}}\@seccntformat{section}%
        \HCode{</span>}\fi }
 \ConfigureMark{subsection}
    {\ifnum \c:secnumdepth>\c@secnumdepth  \expandafter\:gobble
     \else
        \HCode{<span class="titlemark">\add:description{added-description}
                               {\a:speak:subsection}}\@seccntformat{subsection}%
        \HCode{</span>}\fi }
 <.latex speak section.>
-_-_-

<..ams art,proc,book div..>+
 \ConfigureMark{subsection}
   {\ifnum \c:secnumdepth>\c@secnumdepth \expandafter\:gobble
     \else
        \HCode{<span class="titlemark">%
              \add:description{added-description}
                {\a:speak:section}}\@ifundefined{sectionname}{}{%
           \ignorespaces\sectionname\space}%
           \@seccntformat{section}%
        \HCode{</span>}\fi }
 <.latex speak section.>
-_-_-

<..latex speak section..>+
 \NewConfigure{speak:section}{1}
 \Configure{speak:section}{section}
 \NewConfigure{speak:subsection}{1}
 \Configure{speak:subsection}{subsection}
-_-_-