[Okular-devel] [okular] [Bug 354538] Make attached files able to be directly open

Denis Bitouzé via KDE Bugzilla bugzilla_noreply at kde.org
Wed Jun 15 15:01:57 UTC 2016


https://bugs.kde.org/show_bug.cgi?id=354538

--- Comment #6 from Denis Bitouzé <dbitouze at wanadoo.fr> ---
>From a LaTeX point of view, there are differences between "embedded" and "attached" files

Concerning this difference, note that Evince is able to deal with both of them,
whereas Okular can deal only with embedded files, as pointed out by the
following file (to be compiled with PDFLaTeX: I'll post the resulting PDF
later):

\begin{filecontents}{attached-file.txt}
Hi! I'm attached.
\end{filecontents}
%
\begin{filecontents}{embedded-file.txt}
Hi! I'm embedded.
\end{filecontents}
%
\documentclass{article}
\usepackage{attachfile2}
\usepackage{embedfile}
\begin{document}
\textattachfile[color= 0 0 0]{attached-file.txt}{Clic here to open the attached
file \texttt{attached-file.txt}}
\embedfile{embedded-file.txt}
\end{document}

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Okular-devel mailing list