I'm working on a Beamer presentation and my bibliography consists of locally stored PDF files. I want to set things up so that my bibliography items are hyperlinks that, when clicked, would open the reference they name on a certain page. I can already achieve this with a line like:
Code: Select all
\href{targetfile.pdf\#.target_page_number}{Reference 1}
The problem is, this command opens the reference in the same instance of the PDF viewer thereby closing my Beamer presentation.
I would like to somehow cause this link to open the target PDF file in a new instance of the PDF viewer.
Is this an issue of configuring the viewer (I'm using Okular) or should I add something to my source code?