3.2 Bibliography and Equation References

<..configure jsml latex..>+
 \def\@cite#1#2{%
    \HCode{\add:description{added-description}{\a:speak:citation}}%
    {#1\if@tempswa , #2\fi}}
 \def\@biblabel#1{%
    \HCode{<BREAK SIZE="small" />}%
    \HCode{\add:description{added-description}{\a:speak:bib}}%
    #1\HCode{<BREAK SIZE="small" />}}
-_-_-

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

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

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