0.9 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}
-_-_-

<..emacspeak latex shared..>
 \CssSpeech{
    .sectionHead {pitch: 4;
                  pitch-range: 7:
                  richness: 9;
                  speed: slow;
                  volume: <.loud.>;}}
 \CssSpeech{   .subsectionHead {pitch: 5;
                     pitch-range: 7;
                     richness: 9;
                     speed: slow;
                     volume: <.medium.>;}}
-_-_-