How to set a picture as the background of sildes ?
Hi, I am going to write a slides with a picture as background. I have googled but got no hints. Can someone recommend how to achieve this? Thanks in advance! Best regards. xiaojf
fdu.xiaojf@gmail.com wrote:
Hi,
I am going to write a slides with a picture as background. I have googled but got no hints.
Can someone recommend how to achieve this?
Thanks in advance!
ah .. an easy one \defineoverlay[nice][\overlayfigure{something.pdf}] \setupbackgrounds[page][background=nice] more advanced thinsg canbe done by stacking backgrounds and/or using layers HAns ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
One of the approaches is to use things like \defineoverlay [TitleGraphic] [{\externalfigure[picture-A][width=\overlaywidth,height=\overlayheight]}] \setupbackgrounds[page][background={TitleGraphic}] % Yet another way is using layers. For details please refer to the "details" manual. Willi fdu.xiaojf@gmail.com wrote:
Hi,
I am going to write a slides with a picture as background. I have googled but got no hints.
Can someone recommend how to achieve this?
Thanks in advance!
Best regards.
xiaojf _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
participants (3)
-
fdu.xiaojf@gmail.com
-
Hans Hagen
-
Willi Egger