ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: problem with layers and line spacing
Date: Wed, 12 Aug 2009 06:33:57 +0200	[thread overview]
Message-ID: <2BB529A9-FE73-4E02-A41B-C01ABBC4DAEA@gmail.com> (raw)
In-Reply-To: <20090810170922.15774qz05yz4tnk0@serenity.landy.cx>


Am 10.08.2009 um 23:09 schrieb Brian R. Landy:

> Hi, I am attempting to do some work with layers that can repeat (and  
> update) using \startsetups & \stopsetups.  However I find that the  
> line spacing in a \framed in the layers is not alterable and instead  
> tracks the font size on the page.  I'm attaching a simple example  
> (it shows the same issue under MKII and MKIV, although the \vbox{}  
> example does not work under MKII).
>
> If you remove the \startsetups and \stopsetups the line spacing  
> works like it should.  While they are used, the line spacing in the  
> layer's \framed tracks the setting in \switchtobodyfont[12pt].  It  
> does not track to either 6pt or 8pt.  And I can't find a way to  
> reset the spacing (I tried adding in a \setupinterlinespace[reset]).

\startsetups RCheaderleft

       %\switchtobodyfont[8pt]

\stopsetups

\startsetups RCheaderright

       \switchtobodyfont[6pt]

\stopsetups

\definelayer[RCheaderleft] [width=\paperwidth,height=\paperheight]
\definelayer[RCheaderright][width=\paperwidth,height=\paperheight]

\startsetups RClayers

     \setlayerframed
         [RCheaderleft]
         [hoffset=\backspace,
          voffset=\toppace]
         [frame=off,
          setups=RCheaderleft,
          align=right,
          width=fit]
         {Line 1\\Line 2}

     \setlayerframed
         [RCheaderright]
         [hoffset=\backspace,
          voffset=\toppace]
         [frame=off,
          setups=RCheaderright,
          align={middle,flushright},
          width=broad]
         {Line 1\\Line 2}

\stopsetups

\setupbackgrounds[page] 
[setups=RClayers,background={RCheaderleft,RCheaderright}]

\starttext
\dorecurse{250}{test\par}
\stoptext

Wolfgang

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  parent reply	other threads:[~2009-08-12  4:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-10 21:09 Brian R. Landy
2009-08-11 22:11 ` Hans Hagen
2009-08-12  4:33 ` Wolfgang Schuster [this message]
2009-08-12  2:09 Brian R. Landy
2009-08-12  8:23 ` Hans Hagen
2009-08-12 18:50   ` Brian R. Landy
2009-08-12 19:19     ` Hans Hagen

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=2BB529A9-FE73-4E02-A41B-C01ABBC4DAEA@gmail.com \
    --to=schuster.wolfgang@googlemail.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).