GeneralImport LaTeX generated PDF documents into Confluence

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
sw3quant
Posts: 76
Joined: Tue Nov 02, 2010 11:40 pm

Import LaTeX generated PDF documents into Confluence

Post by sw3quant »

I am using the free version of the latest adobe acrobat. I am using a cloud (ie hosted) version of Confluence (https://en.wikipedia.org/wiki/Confluence_(software)) which is a commercial wiki that uses its own markup language. There are a number of latex plugins for confluence - I do not use any of these.

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}
When this compiles to a PDF it shows a reference which contains a hyperlink of the form:

[*] 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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
thomasb
Posts: 134
Joined: Thu Aug 03, 2017 10:54 am

Import LaTeX generated PDF documents into Confluence

Post by thomasb »

(What is confluence ?)
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Import LaTeX generated PDF documents into Confluence

Post by Stefan Kottwitz »

thomasb wrote:(What is confluence ?)
As the poster wrote: Confluence "is a commercial wiki that uses its own markup language".

Stefan
LaTeX.org admin
thomasb
Posts: 134
Joined: Thu Aug 03, 2017 10:54 am

Import LaTeX generated PDF documents into Confluence

Post by thomasb »

Stefan Kottwitz wrote: As the poster wrote: Confluence "is a commercial wiki that uses its own markup language".
There are other softwares than Emacs and Latex ? You people must be kidding me...
sw3quant wrote: When I copy the output reference above and paste
Seriously, it's only Latex compiled documents ? Not every time I copied-pasted from PDF I got surprises, but most of the time. Actually, I don't think about it anymore...
Post Reply