RE: RE: Fitting the text into the slide environment

"Hendri Adriaens" <[email protected]>
Newsgroups gmane.comp.tex.latex.prosper.user
Message-ID <[email protected]>
> This works except  \psscalebox command. 
> Should it be definded somewhere in the beginning of the file upfront? 

This is defined by pstricks.sty, meaning that you have
a quite old pstricks installation.

I checked it. This is what pstricks.sty does nowadays:
1) make a copy of \scalebox (possibly coming from graphicx)
2) load pstricks, which redefines \scalebox
3) copy this \scalebox to \psscalebox
4) restore the original \scalebox with the copy from step 1
\AtBeginDocument

If we check in my example, by doing
\documentclass[pdf]{prosper}
\begin{document}
\show\scalebox\show\psscalebox
...

Then we see that \scalebox has the original graphicx
definition and that \psscalebox is the one that works
with the new pstricks syntax.

-Hendri.


-------------------------------------------------------
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.