https://bugs.kde.org/show_bug.cgi?id=354538
--- Comment #6 from Denis Bitouzé <dbito...@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 watching all bug changes.