ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Cc: dalyoung <haksan@me.com>
Subject: Re: write my own text in the header
Date: Tue, 17 Jul 2012 21:43:36 +0200	[thread overview]
Message-ID: <5005C068.1040308@wxs.nl> (raw)
In-Reply-To: <F4C97C3E-5C38-4397-B9FA-F2F67B475789@me.com>

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	other threads:[~2012-07-17 19:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-17 16:25 dalyoung
2012-07-17 19:43 ` Hans Hagen [this message]
2012-07-18  6:55 ` Thomas A. Schmitz
     [not found] <mailman.19.1342600652.2216.ntg-context@ntg.nl>
2012-07-19  2:01 ` dalyoung

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5005C068.1040308@wxs.nl \
    --to=pragma@wxs.nl \
    --cc=haksan@me.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).