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