Displaying 1 result from an estimated 1 matches for "sl_demo".
Did you mean:
sipdemo
2004 Mar 11
1
Difficulties in interaction between R and latex (prosper)
...3,3,0.1)
postscript("cm_test.eps", width = 4.0, height = 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}...