Displaying 2 results from an estimated 2 matches for "whitecross".
2004 May 06
1
Printing ps pictures with transparent b'ground
...izontal=FALSE,
onefile=FALSE,
bg="white",
width=4,
height=4,
paper="special",
file="testfile2.eps" )
I then want to place these files in a LaTeX prosper document
for a presentation. A typical (minimal) prosper file is:
\documentclass[pdf,colorBG,slideColor,whitecross]{prosper}
\begin{document}
\begin{slide}{Print to \textsc{ps} direct}
\includegraphics{testfile.eps}
\end{slide}
\begin{slide}{Print to screen first}
\includegraphics{testfile2.eps}
\end{slide}
\end{document}
The whitecross class provides a blue background for the
presentation. testfile.ep...
2004 Mar 29
1
White background in PS pictures
Hi all
I am using R to produce postscript pictures via the
postscript command. I have never had any problems...
until now, when I want to inlcude my .ps file is a
LaTeX document *without* a white background. (If
it's important, I'm using the prosper class with
the whitecross option, so the background in blue.)
I would like my .ps file to have a white background.
If I read the help correctly (?postscript), this is
achieved using bg="white", either in the call to
postscript or via ps.options.
However, whenever I do so, and include my .ps
file in my LaTeX d...