Re: [Prosper-users] Including PS/Latex graphics
Brought to you by:
goualard
|
From: Pedro J. C. <car...@qt...> - 2005-09-19 09:50:19
|
Hi
The problem is well known in prosper for a long time.
By my small crystal ball (;) ) you are not using the ctan version but
prosper 1.25. If this is the case the pstricks and color packages are
not so good together.
Solutions: try to use Hendri's PowerDot which is prosper+HA-prosper
class (very nice!), other possibility is to use HA-prosper (although I'm
not sure if this is solved), or use the xcolor package. The last option
is to edit prosper.cls and do some small trick:
look for the lines:
\RequirePackage{pstcol}
\RequirePackage{graphicx} % MUST be loaded *before* seminar
and comment the first one. Load pstcol later. I think this is how I
manage to use color in prosper presentations.
One final note, prosper is not free of bugs (no package is) but this
package is based on seminar (not updated long ago) and for two years
Hendri's work on cleaning bugs is over since he build one class from
scratch. My advice is to starting moving to PowerDot to get prompt
replays on problems like this.
Regards
Pedro
On Fri, 2005-09-16 at 17:07, Florence Berbain wrote:
> Denis Dubaj wrote:
>
> >Hello,
> >
> >Perhaps, you can add :
> >
> >\usepackage{color}
> >
> >Denis Dubaj
> >
> >
> >
> I tried, but then I get another error:
>
> >>If I try to add the package color (\usepackage{graphicx, color}, the
> >>error becomes:
> >>
> >>! LaTeX Error: Missing \begin{document}.
> >>
> >>See the LaTeX manual or LaTeX Companion for explanation.
> >>Type H <return> for immediate help.
> >> ...
> >>
> >>l.159 \definecolor{black}{gray}{0}
> >>
> >>
> >>
>
>
>
> -------------------------------------------------------
> SF.Net email is sponsored by:
> Tame your development challenges with Apache's Geronimo App Server.
> Download it for free - -and be entered to win a 42" plasma tv or your very
> own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
> _______________________________________________
> Prosper-users mailing list
> Pro...@li...
> https://lists.sourceforge.net/lists/listinfo/prosper-users
|