mtheme icon indicating copy to clipboard operation
mtheme copied to clipboard

failing to display included images with Acrobat Reader

Open gipert opened this issue 6 years ago • 3 comments

I have some problems in displaying some images included in my presentation in Adobe Acrobat Reader, here's the minimal code that reproduces the issue:

\documentclass{beamer}
\usetheme{metropolis}
\begin{document}
\begin{frame}{test}
    \includegraphics[height=7cm]{test-img.pdf}
\end{frame}
\end{document}

When I try to open the PDF file with Adobe Acrobat I get a warning message and the included image is not displayed at all. The problem is solved if I just comment the \usetheme{metropolis} line. The issue does not show up with other viewers (e.g. OSX's Preview) and then I can just avoid using Acrobat, however I must use it if I want to include animations in my presentations...

Do someone know what could be the source of this issue?

Probably linked to this: the viewers I use take some time to load a single slide of my presentation, depending on the complexity, but if I export again the PDF file with the "export as PDF" feature of Preview the problem disappears and all the slides are loaded very quickly!

gipert avatar Apr 05 '18 09:04 gipert

test-img.pdf

Here's the image!

gipert avatar Apr 05 '18 09:04 gipert

It shows fine for me but I also see large load times and lag. Unfortunately, I don't know (yet) how the theme could cause this issue. I'll keep this open, thanks for the report.

matze avatar Apr 09 '18 13:04 matze

Uhm really? Which software versions are you using? For me it's

$ xelatex --version
XeTeX 3.14159265-2.6-0.99998 (TeX Live 2017)
kpathsea version 6.2.3
Copyright 2017 SIL International, Jonathan Kew and Khaled Hosny.
There is NO warranty.  Redistribution of this software is
covered by the terms of both the XeTeX copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the XeTeX source.
Primary author of XeTeX: Jonathan Kew.
Compiled with ICU version 58.2; using 58.2
Compiled with zlib version 1.2.11; using 1.2.11
Compiled with FreeType2 version 2.7.1; using 2.7.1
Compiled with Graphite2 version 1.3.9; using 1.3.9
Compiled with HarfBuzz version 1.4.6; using 1.4.6
Compiled with libpng version 1.6.29; using 1.6.29
Compiled with poppler version 0.52.0
Using Mac OS X Core Text and Cocoa frameworks

and Version 2018.011.20038 for the Adobe viewer.

Can you test it with my compiled pdf? test.pdf

Also, I am using the master

gipert avatar Apr 09 '18 18:04 gipert