This is a follow-up to this question. That allowed me to format references to an equation/figure/algorithm so that they started with an 'S'. What if I want to change the format in the original equation/figure/algorithm? For instance, if I entered
\begin{equation}
a=b
\label{eq:myeq}
\end{equation}
How would I get it to show up in the final document as:
a=b (S1)
Instead of:
a=b (1)
?

hyperref? – Werner May 07 '13 at 21:00hyperref. – David P May 07 '13 at 21:02