0.6 Bibliography and Equation References

<..configure html-speech latex..>+
 \def\@cite#1#2{%
    \HCode{\add:description{added-description}{\a:speak:citation}}%
    {#1\if@tempswa , #2\fi}}
 \def\@biblabel#1{%
    \HCode{\add:description{added-description}{\a:speak:bib}}%
    #1}
-_-_-

<..configure html-speech latex..>+
 \NewConfigure{speak:citation}{1}
 \Configure{speak:citation}{citation }
 \NewConfigure{speak:bib}{1}
 \Configure{speak:bib}{Bibliography entry }
-_-_-

<..configure html-speech-math amsmath..>+
 \Configure{eqref}
    {\bgroup\let\tagform@\empty
     \HCode{<span class="eqref" >
        \add:description{added-description}{\a:speak:eqref}}}
    {\HCode{</span>}\egroup}
-_-_-

<..configure html-speech-math amsmath..>+
 \NewConfigure{speak:eqref}{1}
 \Configure{speak:eqref}{ equation }
-_-_-

<..configure emacspeak latex..>+
 \CssSpeech{@media speech{.cite, .biblabel
        {pitch: 5 ; pitch-range: 6; stress: 6; richness: 5;}}}
-_-_-

<..configure emacspeak amsmath..>
 \CssSpeech{@media speech{.eqref
        {pitch: 5 ; pitch-range: 6; stress: 6; richness: 5;}}}
-_-_-