For example, a math equation is labelled using \label{my_equation}
Then I refer to it later using \ref{my_equation}
However, what I get is just a number say 11, instead of what is more mainstream which is (11) i.e. the equation number with brackets around it
Do I must put brackets manually every time or is that some way to hard code this?
\eqreffrom amsmath – David Carlisle Sep 14 '16 at 19:52()by typing an extraeqeach time: a massive saving:-) – David Carlisle Sep 14 '16 at 19:54\(\\(ref\{.+?\})\)replace\\eq\1. – Manuel Sep 14 '16 at 20:22