So we can refer to sections with counter via \label{…} and \ref{…}.
We can refer to sections with custom text via package hyperref like so:
https://tex.stackexchange.com/a/70153
We can refer to arbitrary text with counter like so:
https://tex.stackexchange.com/a/4024
https://tex.stackexchange.com/a/179008
https://stackoverflow.com/a/3914144
https://tex.stackexchange.com/a/150061
But how can we refer to arbitrary text with custom text ? I.e. refer to an arbitrary location in the document with our custom text.
For example, let's say I want to refer to the previous paragraph using the word "previous" (no counters).
Can this be done? (I'm new to LaTeX).
Thanks.
I've also read the Sharelatex's documentation on cross-referencing but did not find an answer.