Re: [Prosper-users] Including PS/Latex graphics
Brought to you by:
goualard
|
From: Denis D. <du...@ne...> - 2005-09-16 15:59:12
|
Hello,
Perhaps, you can add :
\usepackage{color}
Denis Dubaj
En r=E9ponse =E0 Florence Berbain <fbe...@xs...>:
> Hello,
>=20
> Can somebody tell me how to include combined PS/Latex graphics in a=20
> Prosper presentation? I'm trying to compile the following test
> document:
>=20
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> \documentclass[%
> pdf,
> colorBG,
> final,
> total,
> slideColor,
> ]{prosper}
>=20
> \usepackage{graphicx}
> \usepackage{epsfig}
>=20
> \include{hdr_macros}
>=20
> \title{the title}
> \author{the author}
> \slideCaption{the slide caption}
>=20
> \begin{document}
> \maketitle
>=20
> \begin{slide}{the first slide}
> \scalebox{1}{\input{treillis2.pstex_t}}
> \end{slide}
>=20
> \end{document}
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>=20
> This gives me the following error:
> [1] (./treillis2.pstex_t <treillis2.pstex>
> ! Undefined control sequence.
> <argument> ... }{\mddefault }{\updefault }{\color
> [rgb]{0,0,0}$m_1$}}
> l.14 }}}}
>=20
>=20
> If I try to add the package color (\usepackage{graphicx, color}, the=20
> error becomes:
>=20
> ! LaTeX Error: Missing \begin{document}.
>=20
> See the LaTeX manual or LaTeX Companion for explanation.
> Type H <return> for immediate help.
> ... =20
> =20
> l.159 \definecolor{black}{gray}{0}
>=20
>=20
> The errors go away if I remove the special flags in the xfig figure.=20
> Problem is, I really need them.
> This is my first time using Prosper, and it's kind of hard to find=20
> what's going wrong. Can somebody help?
>=20
> Thanks,
> Florence
>=20
>=20
>=20
>=20
>=20
>=20
>=20
> -------------------------------------------------------
> SF.Net email is sponsored by:
> Tame your development challenges with Apache's Geronimo App Server.=20
> 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
>=20
|