I'm working on a paper where the default citation style is a super script.
But in some parts of my text i like to put something like this:
....then more info see Ref[23].....
so in my doc with the paper bib style i get

what i want is get this

of course i can do it by hand but I'm wondering if there is an equivalent of \theequation coomand, thus I can type something like:
some text\cite{ref23} ..... see also [\thecite]
\citedoes using\makeatletter \newcommand{\getcitenumber}[1]{\@ifundefined{b@#1}{\hbox{\reset@font\bfseries ?}}{\csname b@#1\endcsname}} \makeatotherand then using\getcitenumber{<cite>}wherever you need the number printed, but I'm not sure if it will work. – Werner Sep 02 '14 at 05:06