[powerdot] Re: Placement of graphics

  • From: Hendri Adriaens <spotje@xxxxxxxxx>
  • To: Hendri Adriaens <spotje@xxxxxxxxx>, powerdot mailing list <powerdot@xxxxxxxxxxxxx>
  • Date: Fri, 21 Oct 2005 11:19:28 +0200

> What I read in your docu: pspicture with \rput is used internally,
> right?

pspicture is not used.

The usual way to insert pictures in templates is as follows:
\pddefinetemplate{slide}{ < some keys here > }{%
  % Put the picture here
  \rput[c](.5\slidewidth,.5\slideheight){\includegraphics{my_fig.eps}}%
}

(see also an example on page 30)

The example above places the picture exactly at the center of the
slide. Hope this helps.

Best,
-Hendri.

Other related posts: