ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [tabulate] colored background
@ 2012-09-27 23:05 Philipp Gesang
  2012-09-27 23:35 ` Aditya Mahajan
  0 siblings, 1 reply; 3+ messages in thread
From: Philipp Gesang @ 2012-09-27 23:05 UTC (permalink / raw)
  To: ConTeXt ML


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

Hi all,

the background mechanism of tabulations is quite simplistic: it
extends only to the first line of a cell irrespective of its
length. Example:

·······································································
\starttext
\starttabulate[|p|r|]
  \CM [red] \input knuth \NC was said by The Don \NC \AR
\stoptabulate
\stoptext
·······································································

Is there a way to get the whole cell covered? (Textbackgrounds
only color the area where text is, not the entire cell.)

Regards
Philipp

-- 
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

[-- Attachment #1.2: Type: application/pgp-signature, Size: 198 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] 3+ messages in thread

* Re: [tabulate] colored background
  2012-09-27 23:05 [tabulate] colored background Philipp Gesang
@ 2012-09-27 23:35 ` Aditya Mahajan
  2012-09-28  7:13   ` Philipp Gesang
  0 siblings, 1 reply; 3+ messages in thread
From: Aditya Mahajan @ 2012-09-27 23:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: TEXT/PLAIN, Size: 925 bytes --]

On Fri, 28 Sep 2012, Philipp Gesang wrote:

> Hi all,
>
> the background mechanism of tabulations is quite simplistic: it
> extends only to the first line of a cell irrespective of its
> length. Example:
>
> ·······································································
> \starttext
> \starttabulate[|p|r|]
>  \CM [red] \input knuth \NC was said by The Don \NC \AR
> \stoptabulate
> \stoptext
> ·······································································
>
> Is there a way to get the whole cell covered? (Textbackgrounds
> only color the area where text is, not the entire cell.)

The TABLE macros are more flexible than tabulate.

(Untested)

\startsetups table:setup
\setupTABLE[frame=off]
\setupTABLE[r][1][background=color, color=red, width=0.5\hsize]
\stopsetups

\startTABLE[setups={table:setup}]
\NC \input knuth \NC was said by the Don \NC \NR
\stopTABLE

Aditya

[-- 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] 3+ messages in thread

* Re: [tabulate] colored background
  2012-09-27 23:35 ` Aditya Mahajan
@ 2012-09-28  7:13   ` Philipp Gesang
  0 siblings, 0 replies; 3+ messages in thread
From: Philipp Gesang @ 2012-09-28  7:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

···<date: 2012-09-27, Thursday>···<from: Aditya Mahajan>···

> On Fri, 28 Sep 2012, Philipp Gesang wrote:
> 
> >Hi all,
> >
> >the background mechanism of tabulations is quite simplistic: it
> >extends only to the first line of a cell irrespective of its
> >length. Example:
> >
> >·······································································
> >\starttext
> >\starttabulate[|p|r|]
> > \CM [red] \input knuth \NC was said by The Don \NC \AR
> >\stoptabulate
> >\stoptext
> >·······································································
> >
> >Is there a way to get the whole cell covered? (Textbackgrounds
> >only color the area where text is, not the entire cell.)
> 
> The TABLE macros are more flexible than tabulate.

Yes, I know that, but I cannot rule out that I will be needing
page breaks inside paragraphs. (Besides, the wiki doesn’t mention
this behavior and afair I’m partially responsible for that
omission ;-))

Philipp


> 
> (Untested)
> 
> \startsetups table:setup
> \setupTABLE[frame=off]
> \setupTABLE[r][1][background=color, color=red, width=0.5\hsize]
> \stopsetups
> 
> \startTABLE[setups={table:setup}]
> \NC \input knuth \NC was said by the Don \NC \NR
> \stopTABLE
> 
> Aditya

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


-- 
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

[-- Attachment #1.2: Type: application/pgp-signature, Size: 198 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] 3+ messages in thread

end of thread, other threads:[~2012-09-28  7:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-27 23:05 [tabulate] colored background Philipp Gesang
2012-09-27 23:35 ` Aditya Mahajan
2012-09-28  7:13   ` Philipp Gesang

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