[evince] Attached files open with different name



Hi,

Context: Linux Mageia5, Evince 3.14.2.

Consider the following MWE to be compiled with `pdflatex':

--8<---------------cut here---------------start------------->8---
\begin{filecontents*}{foo.tex}
\documentclass{article}
\begin{document}
Foo.
\end{document}
\end{filecontents*}
%
\documentclass{article}
\usepackage{xcolor}
\usepackage[color=black]{attachfile2}
\begin{document}
\textattachfile{foo.tex}{Link to `foo.tex'}.
\end{document}
--8<---------------cut here---------------end--------------->8---

The link is supposed to open `foo.tex' but it will open `foo.tex.xxx'
instead, where `xxx' is a random string. The file open has the same
content as `foo.tex' but, because of its strange extension, is not open
as a `.tex' file by the underlying text editor.

Notice that Adobe Reader opens this file with the same name.

Thanks for any hint.
-- 
Denis


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]