Re: [NTG-context] Tabulate backgroundcolors

2018-09-10 Thread Hans Hagen

On 9/10/2018 12:45 PM, Henri Menke wrote:

bump


already fixed but no upload yet (maybe later today)


On 09/07/2018 09:58 AM, Henri Menke wrote:

Dear list,

I'm trying to color the background of “p” cells in tabulate.  The MWE
below will fail with the error “Undefined control sequence \IMPOSSIBLE”
but when I enter scrollmode to finish the run, I get a PDF which looks
exactly as intended.  Looks like it's not \IMPOSSIBLE after all but
there is actually just a definition missing.  Can you please fix this?

Cheers, Henri

---

\starttext
\starttabulate[|CM{black}l|CM{gray}p|][distance=none]
   \HL
   \VL \color[white]{\bf Table NAME} \CM[black] \VL\NR
   \HL
   \VL \VL \bf Description: \VL\NR
   \HL
   \VL \VL
 \startitemize
 \dorecurse{60}{\item Item \recurselevel}
 \stopitemize
   \VL\NR
   \HL
\stoptabulate
\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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___




--

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] Tabulate backgroundcolors

2018-09-10 Thread Henri Menke
bump

On 09/07/2018 09:58 AM, Henri Menke wrote:
> Dear list,
> 
> I'm trying to color the background of “p” cells in tabulate.  The MWE
> below will fail with the error “Undefined control sequence \IMPOSSIBLE”
> but when I enter scrollmode to finish the run, I get a PDF which looks
> exactly as intended.  Looks like it's not \IMPOSSIBLE after all but
> there is actually just a definition missing.  Can you please fix this?
> 
> Cheers, Henri
> 
> ---
> 
> \starttext
> \starttabulate[|CM{black}l|CM{gray}p|][distance=none]
>   \HL
>   \VL \color[white]{\bf Table NAME} \CM[black] \VL\NR
>   \HL
>   \VL \VL \bf Description: \VL\NR
>   \HL
>   \VL \VL
> \startitemize
> \dorecurse{60}{\item Item \recurselevel}
> \stopitemize
>   \VL\NR
>   \HL
> \stoptabulate
> \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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

[NTG-context] Tabulate backgroundcolors

2018-09-06 Thread Henri Menke
Dear list,

I'm trying to color the background of “p” cells in tabulate.  The MWE
below will fail with the error “Undefined control sequence \IMPOSSIBLE”
but when I enter scrollmode to finish the run, I get a PDF which looks
exactly as intended.  Looks like it's not \IMPOSSIBLE after all but
there is actually just a definition missing.  Can you please fix this?

Cheers, Henri

---

\starttext
\starttabulate[|CM{black}l|CM{gray}p|][distance=none]
  \HL
  \VL \color[white]{\bf Table NAME} \CM[black] \VL\NR
  \HL
  \VL \VL \bf Description: \VL\NR
  \HL
  \VL \VL
\startitemize
\dorecurse{60}{\item Item \recurselevel}
\stopitemize
  \VL\NR
  \HL
\stoptabulate
\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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___