Dear all, I have two questions. 1. I'd like to write various text in the header differently at every page. It is like "SlideTitle{}" used in the simpleslide module. I tried "\setupheadertexts[text]" at the beginning of every page. But only the text defined at last appeared at the header of every page. Is there a way to do such a job? 2. Is it possible to use my own figure as a background under the simpleslide module? -- Example-- .... \usemodule[simpleslides][style=HorizontalStripes,font=] .... \defineoverlay[yellow-spring][{\externalfigure[./background/yellowspring][width=\paperwidth]}] \setupbackgrounds[page][background=yellow-spring] \dontleavehmode \blank[.5cm] \placefigure[none][]{} {\getbuffer[TitleOfSlides]} \blank[1.5cm] \placefigure[none][]{} {\getbuffer[Speaker]} \page \component TestPage ... --Output The background "yellow-spring" is appeared in the first page(Title page), but from the second page only horizontalstripes appeared. Thank you for reading. Best regards, Dalyoung
On 17-7-2012 18:25, dalyoung wrote:
Dear all,
I have two questions.
1. I'd like to write various text in the header differently at every page. It is like "SlideTitle{}" used in the simpleslide module.
I tried "\setupheadertexts[text]" at the beginning of every page. But only the text defined at last appeared at the header of every page.
Is there a way to do such a job?
2. Is it possible to use my own figure as a background under the simpleslide module? -- Example-- ..... \usemodule[simpleslides][style=HorizontalStripes,font=] ..... \defineoverlay[yellow-spring][{\externalfigure[./background/yellowspring][width=\paperwidth]}] \setupbackgrounds[page][background=yellow-spring]
maybe you need to set \setupbackgrounds [page] [background=yellow-spring, state=repeat] if there is already a background then you might need something \setupbackgrounds [page] [background={existing-thing,yellow-spring}, state=repeat] Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hi Dalyoung, On 07/17/2012 06:25 PM, dalyoung wrote:
Dear all,
I have two questions.
1. I'd like to write various text in the header differently at every page. It is like "SlideTitle{}" used in the simpleslide module.
I tried "\setupheadertexts[text]" at the beginning of every page. But only the text defined at last appeared at the header of every page.
Is there a way to do such a job?
This has been answered already, I assume? And wasn't specific to the simpleslides module?
2. Is it possible to use my own figure as a background under the simpleslide module? -- Example--
The background "yellow-spring" is appeared in the first page(Title page), but from the second page only horizontalstripes appeared.
It is absolutely possible to have your own image as a background, but you will have to wrap it into your own style for the simpleslides module; you can't have a background to an existing style. It's not that difficult (best start from an existing style, rename it and then edit it), but if you're having trouble, let me know, and I can send you an example. All best Thomas
participants (3)
-
dalyoung
-
Hans Hagen
-
Thomas A. Schmitz