Hello.

This is perhaps not exactly a LyX-specific issue, but might concern LyX users.

I've been generating letters with an image in the background. The LyX preamble is:

\usepackage[all]{xy}
\usepackage{eso-pic}
\newcommand\BackgroundPic{
  \put(-7,0){
    \parbox[b][\paperheight]{\paperwidth}{%
      \includegraphics[width=\paperwidth,height=\paperheight]
       {background.png}%
    }
  }
}
\usepackage{xspace}
\usepackage{pifont}
\usepackage{xcolor}
\hypersetup{colorlinks=true,urlcolor={brown!100!orange!75!black!100}}

and I'm using the command \AddToShipoutPicture*{\BackgroundPic} as Evil Red Text at the beginning of my document.

When generating the .pdf with pdflatex, I can read it fine on my Debian box with evinve, but people cannot read the .pdf on Windows, presumably with Adobe Acrobat Reader. They report "a black page". My gues is therefore a RGB / CMYK coloring issue, but I've been unable to pinpoint it precisely.

Has anyone experienced similar issues before?

--
     Guillaume Yziquel
http://yziquel.homelinux.org/

Reply via email to