Is there a way to get \ref generate also the "word", not only the number?
As in: Using \ref{eq:gauss}, we can now prove
I'd like this to turn into Using Equation 1, we can now prove.
Right now it just generates the number and I need to write the word Equation myself.
Not sure if this is related, but in my "header" file I have this:
\usepackage{url}
\usepackage[
unicode=true,
bookmarks=true,
bookmarksnumbered=true,
bookmarksopen=false,
breaklinks=false,
pdfborder={0 0 0},
pdfpagemode=UseNone,
backref=false,
colorlinks=true]{hyperref}
I believe it colours the numbers, not really sure.
cleverefpackage (there are others too, I think). – Paul Gessler Apr 11 '15 at 20:54\usepackage{cleveref}after\usepackage{hyperref}– Apr 11 '15 at 20:58cleveref/variorefworks with both. – Paul Gessler Apr 11 '15 at 23:01