search for: slidecolor

Displaying 3 results from an estimated 3 matches for "slidecolor".

2004 Mar 11
1
Difficulties in interaction between R and latex (prosper)
...ht = 3.0, horizontal = FALSE, onefile = FALSE, paper = "special", family = "ComputerModern") plot(x, sin(x), type="l") I fed this into a simplest-possible tex file, named sl_demo.tex, which uses prosper: \documentclass[pdf,serpaggi,slideColor,colorBG]{prosper} \usepackage[latin1]{inputenc} \usepackage{graphicx} \begin{document} \begin{slide}{Demo} \includegraphics[width=\linewidth]{cm_test.eps} \end{slide} \begin{slide}{This one works} \includegraphics[width=\linewidth]{thisworks.eps} \end{slid...
2004 May 06
1
Printing ps pictures with transparent b'ground
...pt, horizontal=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....
2003 Apr 05
3
slides in linux R
Hello, In S-Plus Windows you can transform graphics to Powerpoint very easily, in R Windows you can use enhanced metafiles (.emf) and Powerpoint almost as easy. Is there a simular way with R in Linux to transform to the presentation program in StarOffice or OpenOffice or are you stuck with the pdf device? Fredrik Lundgren