<div dir="ltr">Hi all,<div><br></div><div>I am experiencing a problem with xelatex, with a very simple presentation I wrote using beamer. It was written on a linux machine, and all is working well.</div><div>Now I am using a mac (last update) with a mactex 2013 base system.</div>
<div>All needed packages are installed.</div><div>I get an error relative to the use of pgf shadows. In particular, xelatex complaints about </div><div><div>** WARNING ** Error locating image file "pgfshadebeamer@headfade"</div>
<div>** WARNING ** Specified (image) object doesn't exist: pgfshadebeamer@headfade</div><div>** WARNING ** Interpreting special command usexobj (pdf:) failed.</div></div><div><br></div><div>I made a lot of testing, but I was not able to solve the issue.</div>
<div><br></div><div>I paste here a small piece of code that reproduce the error in my machine</div><div><br></div><div><div><div>\documentclass[10pt,compress,svgnames]{beamer}</div><div>\usepackage{amsmath}</div><div>\usepackage{graphicx}</div>
<div>\graphicspath{{img/}}</div><div>\usepackage{xcolor}</div><div>\usepackage{booktabs,array}</div><div>\usepackage{xltxtra}</div><div>\defaultfontfeatures{Scale=MatchLowercase}</div><div>\usepackage{polyglossia}</div><div>
\setmainlanguage{italian}</div><div>\usepackage{unicode-math}</div><div>\usepackage{pstricks,pst-node,pst-grad}</div><div>\psset{linecolor=red}</div><div>\newrgbcolor{gradbegin}{0 1 1}</div><div><br></div><div>\usetheme{Singapore}</div>
<div><br></div><div>\beamertemplatenumberedballsectiontoc</div><div>\setbeamertemplate{navigation symbols}{}</div><div>\usecolortheme[RGB={129,24,43}]{structure}</div><div>\usefonttheme{structurebold}</div><div>\usefonttheme{professionalfonts}</div>
<div>\setbeamercolor{alerted text}{fg=DarkRed}</div><div><br></div><div>\setbeamertemplate{footline}{\leavevmode%</div><div>\begin{beamercolorbox}[wd=.33\paperwidth,center,ht=2.25ex,dp=1ex%,rightskip=4pt  plus 1pt%</div><div>
<span class="" style="white-space:pre">               </span>]{subsection in head/foot}</div><div>  \insertshortauthor\ (\insertshortinstitute)</div><div>\end{beamercolorbox}% </div><div>\begin{beamercolorbox}[wd=.33\paperwidth,center,ht=2.25ex,dp=1ex]{section in head/foot}</div>
<div>  \usebeamercolor[fg]{section in foot/head}\insertshorttitle</div><div>\end{beamercolorbox}%</div><div>\begin{beamercolorbox}[wd=.34\paperwidth,ht=2.25ex,dp=1ex,leftskip=10pt plus 1pt,rightskip=10 pt plus 1pt]{subsection in head/foot}</div>
<div>  \insertshortdate\hfill\insertframenumber/\inserttotalframenumber</div><div>\end{beamercolorbox}</div><div>}</div><div><br></div><div>\setbeamercovered{dynamic}</div><div>\setbeamertemplate{itemize items}{$\rightsquigarrow$}</div>
<div>\setbeamertemplate{blocks}[rounded][shadow=true]</div><div>\colorlet{LC foreground}{DarkBlue}</div><div>\definecolor{LC background}{rgb}{0.941, 0.901, 0.941}</div><div>\setbeamercolor{block body}{fg=LC foreground,bg=LC background}</div>
<div>\setbeamercolor{block title}{bg=LC background}</div><div><br></div><div>\title[Test title]{Test title}</div><div>\author[Name~Surname]{\textbf{Name~Surname}}</div><div>\date[\today]{\today}</div><div>\institute[University of XXX]{Department of Information Engineering\\</div>
<div>University of XXX, Italy} </div><div><br></div><div>\begin{document}</div><div>\frame{\titlepage}</div><div>\end{document}</div></div></div><div><br></div><div>The output from xelatex run is:</div><div><br></div><div>
<div>This is XeTeX, Version 3.1415926-2.5-0.9999.3 (TeX Live 2013)</div><div> restricted \write18 enabled.</div><div>entering extended mode</div></div><div>...</div><div><div>** WARNING ** Error locating image file "pgfshadebeamer@headfade"</div>
<div>** WARNING ** Specified (image) object doesn't exist: pgfshadebeamer@headfade</div><div>** WARNING ** Interpreting special command usexobj (pdf:) failed.</div><div>** WARNING ** >> at page="1" position="(1.09453e-05, 236.693)" (in PDF)</div>
<div>** WARNING ** >> xxx "pdf: usexobj @pgfshadebeamer@headfade"</div></div><div>...</div><div><br></div><div>having stripped the normal logs for other operations.</div><div><br></div><div>If I run xelatex -no-pdf, it does not display any complaints in the production of the xdv file.</div>
<div>However the same warning/error is given by xdvipdfmx.</div><div><br></div><div>In practice, the pdf produced does not show the gradient on the background.</div><div>Please note that if I add several other pages, they have the correct background. Only the first page is "corrupted".</div>
<div><br></div><div>Please, is someone able to help me/reproduce this error?</div><div>Or simply could you give me some advice on how to solve it?</div><div><br></div><div>Best regards to all</div><div>Sincerely</div><div>
<br></div><div>F. Tramarin</div><div><br></div></div>