I have a latex document which I compile.
Code: Select all
\documentclass[final,authoryear,3p,times,twocolumn]
\usepackage{prettyref}
\usepackage{url}
\usepackage{cite}
\usepackage{hyperref}
\begin{document}
\citep{myref001}
\bibliography{D:/mybibfile}
\end{document}
[*] bob, 2013. article name. 1:1, [PDF]
where the PDF is a hyperlink to a file location.
When I copy the output reference above and paste into confluence (or indeed a word document) the hyperlink underlying PDF is lost. I want to retain it.
I was wondering if there was a way to compile the PDF such that when it is copied and pasted into confluence I could retain the hyperlink under PDF.
Are there any packages for latex which I could compile with which would allow me to do this?
Thank you