ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* What is the best way to implement a table like this
@ 2011-03-02 22:32 Cecil Westerhof
  2011-03-03  5:27 ` Wolfgang Schuster
  0 siblings, 1 reply; 6+ messages in thread
From: Cecil Westerhof @ 2011-03-02 22:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

I want to implement a table like:
    http://www.hooversbiz.com/wp-content/uploads/2009/02/coveyquad.bmp

What is the best way to do this?

-- 
Cecil Westerhof

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

[-- Attachment #2: Type: text/plain, Size: 486 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] 6+ messages in thread

* Re: What is the best way to implement a table like this
  2011-03-02 22:32 What is the best way to implement a table like this Cecil Westerhof
@ 2011-03-03  5:27 ` Wolfgang Schuster
  2011-03-03 11:56   ` Cecil Westerhof
  2011-03-03 12:34   ` Cecil Westerhof
  0 siblings, 2 replies; 6+ messages in thread
From: Wolfgang Schuster @ 2011-03-03  5:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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


Am 02.03.2011 um 23:32 schrieb Cecil Westerhof:

> I want to implement a table like:
>     http://www.hooversbiz.com/wp-content/uploads/2009/02/coveyquad.bmp
> 
> What is the best way to do this?

\starttext

\setupTABLE[r][1][height=1cm,style=bold]
\setupTABLE[c][1][width=1cm,style=normal,orientation=90]

\bTABLE[align={middle,middle},width=4cm,height=4cm,style=\tfd]
  \bTR
    \bTD[frame=off] \eTD
    \bTD Urgent \eTD
    \bTD Non-Urgent \eTD
  \eTR
  \bTR
    \bTD Important \eTD
    \bTD I \eTD
    \bTD[color=red] II \eTD
  \eTR
  \bTR
    \bTD Unimportant \eTD
    \bTD III \eTD
    \bTD IV \eTD
  \eTR
\eTABLE

\stoptext

Wolfgang


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

[-- Attachment #2: Type: text/plain, Size: 486 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] 6+ messages in thread

* Re: What is the best way to implement a table like this
  2011-03-03  5:27 ` Wolfgang Schuster
@ 2011-03-03 11:56   ` Cecil Westerhof
  2011-03-03 12:34   ` Cecil Westerhof
  1 sibling, 0 replies; 6+ messages in thread
From: Cecil Westerhof @ 2011-03-03 11:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

2011/3/3 Wolfgang Schuster <schuster.wolfgang@googlemail.com>

>
> Am 02.03.2011 um 23:32 schrieb Cecil Westerhof:
>
> I want to implement a table like:
>     http://www.hooversbiz.com/wp-content/uploads/2009/02/coveyquad.bmp
>
> What is the best way to do this?
>
>
> \starttext
>
> \setupTABLE[r][1][height=1cm,style=bold]
> \setupTABLE[c][1][width=1cm,style=normal,orientation=90]
>
> \bTABLE[align={middle,middle},width=4cm,height=4cm,style=\tfd]
>   \bTR
>     \bTD[frame=off] \eTD
>     \bTD Urgent \eTD
>     \bTD Non-Urgent \eTD
>   \eTR
>   \bTR
>     \bTD Important \eTD
>     \bTD I \eTD
>     \bTD[color=red] II \eTD
>   \eTR
>   \bTR
>     \bTD Unimportant \eTD
>     \bTD III \eTD
>     \bTD IV \eTD
>   \eTR
> \eTABLE
>
> \stoptext
>

Thanks, works like a charm.

-- 
Cecil Westerhof

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

[-- Attachment #2: Type: text/plain, Size: 486 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] 6+ messages in thread

* Re: What is the best way to implement a table like this
  2011-03-03  5:27 ` Wolfgang Schuster
  2011-03-03 11:56   ` Cecil Westerhof
@ 2011-03-03 12:34   ` Cecil Westerhof
  2011-03-03 13:40     ` Wolfgang Schuster
  1 sibling, 1 reply; 6+ messages in thread
From: Cecil Westerhof @ 2011-03-03 12:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

2011/3/3 Wolfgang Schuster <schuster.wolfgang@googlemail.com>

> \starttext
>
> \setupTABLE[r][1][height=1cm,style=bold]
> \setupTABLE[c][1][width=1cm,style=normal,orientation=90]
>
> \bTABLE[align={middle,middle},width=4cm,height=4cm,style=\tfd]
>   \bTR
>     \bTD[frame=off] \eTD
>     \bTD Urgent \eTD
>     \bTD Non-Urgent \eTD
>   \eTR
>   \bTR
>     \bTD Important \eTD
>     \bTD I \eTD
>     \bTD[color=red] II \eTD
>   \eTR
>   \bTR
>     \bTD Unimportant \eTD
>     \bTD III \eTD
>     \bTD IV \eTD
>   \eTR
> \eTABLE
>
> \stoptext
>

There is also a placetable necessary. So it becomes:
\setupTABLE[r][1][height=1cm,style=bold]
\setupTABLE[c][1][width=1cm,style=bold,orientation=90]

\placetable{De TijdManagement-Matrix}
{\bTABLE[align={middle,middle},width=4cm,height=4cm,style=\tfd]
  \bTR
    \bTD[frame=off] \eTD
    \bTD Dringend \eTD
    \bTD Niet Dringend \eTD
  \eTR
  \bTR
    \bTD Belangrijk \eTD
    \bTD I \eTD
    \bTD[color=red] II \eTD
  \eTR
  \bTR
    \bTD Niet Belangrijk \eTD
    \bTD III \eTD
    \bTD IV \eTD
  \eTR
\eTABLE}

-- 
Cecil Westerhof

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

[-- Attachment #2: Type: text/plain, Size: 486 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] 6+ messages in thread

* Re: What is the best way to implement a table like this
  2011-03-03 12:34   ` Cecil Westerhof
@ 2011-03-03 13:40     ` Wolfgang Schuster
  2011-03-03 14:08       ` Cecil Westerhof
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfgang Schuster @ 2011-03-03 13:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 03.03.2011 um 13:34 schrieb Cecil Westerhof:

> There is also a placetable necessary. So it becomes:
> \setupTABLE[r][1][height=1cm,style=bold]
> \setupTABLE[c][1][width=1cm,style=bold,orientation=90]

Put these setups in \placetable too, otherwise the affect the layout
of other natural tables.

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


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

* Re: What is the best way to implement a table like this
  2011-03-03 13:40     ` Wolfgang Schuster
@ 2011-03-03 14:08       ` Cecil Westerhof
  0 siblings, 0 replies; 6+ messages in thread
From: Cecil Westerhof @ 2011-03-03 14:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

2011/3/3 Wolfgang Schuster <schuster.wolfgang@googlemail.com>

> > There is also a placetable necessary. So it becomes:
> > \setupTABLE[r][1][height=1cm,style=bold]
> > \setupTABLE[c][1][width=1cm,style=bold,orientation=90]
>
> Put these setups in \placetable too, otherwise the affect the layout
> of other natural tables.
>

Very good tip. Thanks.

-- 
Cecil Westerhof

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

[-- Attachment #2: Type: text/plain, Size: 486 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] 6+ messages in thread

end of thread, other threads:[~2011-03-03 14:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-02 22:32 What is the best way to implement a table like this Cecil Westerhof
2011-03-03  5:27 ` Wolfgang Schuster
2011-03-03 11:56   ` Cecil Westerhof
2011-03-03 12:34   ` Cecil Westerhof
2011-03-03 13:40     ` Wolfgang Schuster
2011-03-03 14:08       ` Cecil Westerhof

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