After doing some searching online, I found that I could conveniently define:
Code: Select all
\makeatletter
\def\p@table{Table~}
\def\p@figure{Figure~}
\makeatother
\thefigure
corresponding to a label, not \p@figure\thefigure
, like \ref
gives. Is there a ref-like command to do this, or a simple way to define my own command? Or if I could be pointed to the "official" version of \ref
(I have no idea where it is defined) I could use it as a reference.Thanks