ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* textbackground inside itemize
@ 2014-07-09  3:55 Troy Henderson
  2014-07-09  8:10 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Troy Henderson @ 2014-07-09  3:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

The following code produces a textbackground whose background color enters
into the "itemize label" area on the second (and succeeding) lines of the
paragraph.  I would appreciate advice on fixing this.

Thanks,

Troy Henderson

---

\setuppapersize[letter,landscape][letter,landscape]

\definetextbackground[foo][
    state=start,
    location=paragraph,
    background=color,
    backgroundcolor={0.875,0.875,0.875},
    frame=off
]

\starttext
    \startcolumns[n=2,rule=on]
        \startitemize[n,2*broad]
            \item Here is my first item
                \starttextbackground[foo]
                    Here is some long text that demonstrates how the
background color is wrong on the second line and all successive lines of
this paragraph.
                \stoptextbackground
            \item Here is my second item
        \stopitemize
    \stopcolumns
\stoptext

[-- Attachment #1.2: Type: text/html, Size: 1093 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: textbackground inside itemize
  2014-07-09  3:55 textbackground inside itemize Troy Henderson
@ 2014-07-09  8:10 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2014-07-09  8:10 UTC (permalink / raw)
  To: ntg-context

On 7/9/2014 5:55 AM, Troy Henderson wrote:
> The following code produces a textbackground whose background color
> enters into the "itemize label" area on the second (and succeeding)
> lines of the paragraph.  I would appreciate advice on fixing this.

i'll send you a (simple one line) patch to test


> Thanks,
>
> Troy Henderson
>
> ---
>
> \setuppapersize[letter,landscape][letter,landscape]
>
> \definetextbackground[foo][
>      state=start,
>      location=paragraph,
>      background=color,
>      backgroundcolor={0.875,0.875,0.875},
>      frame=off
> ]
>
> \starttext
>      \startcolumns[n=2,rule=on]
>          \startitemize[n,2*broad]
>              \item Here is my first item
>                  \starttextbackground[foo]
>                      Here is some long text that demonstrates how the
> background color is wrong on the second line and all successive lines of
> this paragraph.
>                  \stoptextbackground
>              \item Here is my second item
>          \stopitemize
>      \stopcolumns
> \stoptext
>
>
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
>


-- 

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


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

end of thread, other threads:[~2014-07-09  8:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-09  3:55 textbackground inside itemize Troy Henderson
2014-07-09  8:10 ` Hans Hagen

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