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
-----------------------------------------------------------------


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to