Consider the example below compiled using pdflatex. Basically it is a simple test of the Frankfurt theme and the Whale color theme (just attempting to make something smaller).
We experience problems with this example when printed on our Konica Minolta C360.
When we print from Adobe Reader, on Linux (or Mac, or from Windows using a PostScript Driver), the print is ignored. Prints fine if printed on Canon, HP or Oki, also print fine if we do not use Adobe Reader!
AR also prints on the KM, if the file is made using latex+dvips+ps2pdf.
I'm having some discussions with KM as to what the problem is.
Here are a few interesting observations.
If I print the PDF to a PS file on Linux using AR 8, the Adobe Distiller 9 on Win7, complain and recreate a PDF that is flawed.
AR X on Win 7, freezes if I attempt to print the PDF to a file.
The main problem in the PDF is the shadow, there is no problem if I remove the shadow.
Does anyone know if there are Adobe problems in regards to some of the shadings used by TikZ? (when compiling with pdflatex)
I can provide some of the generated files if needed.
I use an up to date TL 11 system to create the offending PDF.
Any comments?
\documentclass[handout]{beamer}
\usepackage{tikz}
%\usetheme{Frankfurt}
\makeatletter
\def\beamer@themerounded@shadow{true}
%\def\beamer@themerounded@shadow{false}
\setbeamertemplate{title page}[default][colsep=-4bp,rounded=true,shadow=\beamer@themerounded@shadow]
\usecolortheme{whale}
\title{Test}
\author{}
\date{}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\end{document}
Xpdfworks fine plus I can print this very file just fine from AR, on all of our other PostScript capable printers – daleif May 08 '12 at 08:32latex+dvipsand then print the PS as is. – daleif Jun 07 '12 at 09:16