ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Khaled Hosny <khaledhosny@eglug.org>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: right/left only background offset?
Date: Fri, 3 Apr 2009 14:12:21 +0200	[thread overview]
Message-ID: <20090403121221.GA7318@khaled-laptop> (raw)
In-Reply-To: <D8B53362-F506-4B7E-BF04-6C8B5DB195C5@gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 1300 bytes --]

On Thu, Apr 02, 2009 at 07:05:04PM +0200, Wolfgang Schuster wrote:
>
> Am 02.04.2009 um 18:55 schrieb Khaled Hosny:
>
>> Is there a way to typeset a paragraph with background extending only  
>> in
>> the margin?
>>
>> I used the following setup, but I don't want the background to extend 
>> in
>> the top/bottom (or at least minimize it), any ideas?
>
> Use textbackgrounds.

Thanks for he tip. However, I managed to get the desired effect by
setting a positive background offset, zero left/right offset, and
negative top offset, this worked fine foe background, but the negative
part has no effect in textbackground, any ideas?

\setupcolors[state=start]

\setupbackground
  [background=color,backgroundcolor=lightgray,
   leftoffset=0cm,rightoffset=0cm,
   backgroundoffset=.5cm,topoffset=-.3cm, % the offset works here
   frame=on]

\setuptextbackground
  [background=color,backgroundcolor=lightgray,
   leftoffset=0cm,rightoffset=0cm,
   backgroundoffset=.5cm,topoffset=-.3cm, % but not here
   frame=on]

\starttext
\startbackground
\input tufte
\stopbackground
\vfill
\starttextbackground
\input tufte
\stoptextbackground

\stoptext

Regards,
 Khaled

-- 
 Khaled Hosny
 Arabic localiser and member of Arabeyes.org team
 Free font developer

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

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

      reply	other threads:[~2009-04-03 12:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-02 16:55 Khaled Hosny
2009-04-02 17:05 ` Wolfgang Schuster
2009-04-03 12:12   ` Khaled Hosny [this message]

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=20090403121221.GA7318@khaled-laptop \
    --to=khaledhosny@eglug.org \
    --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).