ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* right/left only background offset?
@ 2009-04-02 16:55 Khaled Hosny
  2009-04-02 17:05 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Khaled Hosny @ 2009-04-02 16:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

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?

\setupcolors[state=start]
\setupbackground
  [background=color,
   backgroundcolor=green,
   frame=on,
   backgroundoffset=.5cm]%,
   %leftoffset=0cm,rightoffset=0cm]


\starttext
\startbackground
\input tufte
\stopbackground

\input tufte
\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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: right/left only background offset?
  2009-04-02 16:55 right/left only background offset? Khaled Hosny
@ 2009-04-02 17:05 ` Wolfgang Schuster
  2009-04-03 12:12   ` Khaled Hosny
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2009-04-02 17:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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.

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: right/left only background offset?
  2009-04-02 17:05 ` Wolfgang Schuster
@ 2009-04-03 12:12   ` Khaled Hosny
  0 siblings, 0 replies; 3+ messages in thread
From: Khaled Hosny @ 2009-04-03 12:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-04-03 12:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-02 16:55 right/left only background offset? Khaled Hosny
2009-04-02 17:05 ` Wolfgang Schuster
2009-04-03 12:12   ` Khaled Hosny

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