I would like to cross reference to specific words in a document so that when I click on a word, it will bring me to a specific place in the document; similar to a hyperlink, except the 'URL' would be within the document.
I originally tried:
\label{} and tried referencing it with \ref{}, however I believe \label{} needs to be within an environment or counter to work properly. So, I then tried the hyperref package, however I can't figure out any way to get that to make links within the document itself.
Is there any way to do this? Perhaps a different package?