The answer to this is most likely no. But if someone with deep LaTeX or pdf-viewer knowledge know the answer to be a yes, then please do tell!
Imagine the following situation: a person is reading a thesis on a computer screen. The user clicks on an in-text citation (e.g. [52] ) and jumps to the references page.
It states: [52] M. K. Stenzler and R. R. Eckert. Interactive video. ACM SIGCHI Bulletin, 28(2):76–81, 1996.
This is amazing. There was no scrolling needed, and it would've been a while since this in-text citation was even in the preface! But how does the user go back? The user could scroll or have some menu in which the preface is clickable. But it would be more convenient if the user could go back to where she came from.
My question: is there a way for a user to jump back to where she came from?
One solution would be to generate a "jump back to" line in the reference list when the person is reading the electronic PDF version, but that is non-academic and a bit tedious to read (though an interesting question by itself!).
So I wonder: is it possible for the PDF to somehow remember where the user came from and give a link to jump back?
In our imagined scenario this would happen: the person sees a "jump back" text in the top right corner, clicks on it and jumped back to where she saw her in-text citation.
While that is my question, if there are other clever solutions I will upvote those answers as well, since my goal is to allow the user to go back where he or she came from.
Edit (why this is a non-duplicate): It is pointed out that this question is a lot like: Going "back" when using hyperref which is true. It is a lot like that, but I couldn't find it after searching on Google for quite a bit. So there needs to be more general keywords for Google and other search engines to pick it up. Furthermore this question is more broad. This is because I asked three questions: (1) is there a go back button? Or could it be generated? (2) how do you generate go back pages? And (3) are there other clever solutions to solve this problem? It is in essence a usability issue that we're trying to solve in a PDF/LaTeX context, which is for the user to go back easily, the design approach of a solution could be completely different than my first 2 leading questions.
For me personally, the answer is that I will include a pagebackref so that people on paper also are able to go back. And another is to explain in the preface that most PDF readers have a "go back" feature. In the discussion surrounding the answer, I realized using an explicit "go back" link is not needed.