I know that there have been some similar questions, but in neither did I find any answer that can work for me.
I'm writing a philosophy paper, and want to reference claim I make as I write in a numbered manner, similar to how you would reference theorems, claims, or equations in a math paper.
The setting would be something like this:
This is a paragraph I'm writing, and {here is a claim I'd like to reference} \label{clm:claim1}
...
Some other paragraph I'm writing, and I reference \ref{clm:claim1}.
In the \ref{clm:claim1} I want instead to either appear (I), (1), or Claim 1
Can anyone give me pointers on how to do this? I'm using Overleaf with XeLatex.
Thanks!


\pageref, and then when that page is brought up with the link, it will be at the top of the page, which in the case shown in your example isn't very specific. I'm very uncertain that a visibly unnumbered inline statement can be unambiguously accessed with a hyperlink. (Maybe somebody else can prove me wrong.) – barbara beeton Sep 19 '19 at 19:33