RE: Fitting the text into the slide environment

"Hendri Adriaens" <[email protected]>
Newsgroups gmane.comp.tex.latex.prosper.user
Message-ID <[email protected]>
> \scalebox(\textwidth,0)

Yes, but not quite. This can't be used in prosper
as prosper loads graphicx after pstricks, redefining
\scalebox, meaning that only the graphicx syntax
for \scalebox can be used.

\scaleboxto can indeed be used. See below.

-Hendri.

\documentclass[pdf]{prosper}
\begin{document}
\begin{slide}{test}
\begin{tabular}{ll}
some & text
\end{tabular}\\
\scalebox{.5}[1]{%
\begin{tabular}{ll}
some & text
\end{tabular}
}\\
\psscalebox{.5}{%
\begin{tabular}{ll}
some & text
\end{tabular}
}\\
\scaleboxto(4,2){%
\begin{tabular}{ll}
some & text
\end{tabular}
}
\end{slide}
\end{document}


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.