[NTG-context] making my own simpleslides module
Wolfgang Schuster
schuster.wolfgang at gmail.com
Thu Jul 19 16:36:55 CEST 2012
Am 19.07.2012 um 16:27 schrieb dalyoung:
> Dear Thomas,
>
> I tested making my simpleslides module "SsuWave" by modifying "simpleslides-s-Rounded.tex"
>
> (1) I just replaced MP figures for horizontal and title with some figures as follows for test :
>
> \defineoverlay
> [simpleslides:background:horizontal]
> % [\useMPgraphic{simpleslides:MP:horizontal}]
> [\externalfigure[/Users/graph/Documents/figures/background/ssuwave1][]]
>
> \defineoverlay
> [simpleslides:background:title]
> % [\useMPgraphic{simpleslides:MP:title}]
> [\externalfigure[/Users/graph/Documents/figures/background/ssuwave][]]
You need braces around \externalfigure
\defineoverlay[…][{\externalfigure[…]}]
and the second argument is optional and can be omitted.
Wolfgang
More information about the ntg-context
mailing list