[NTG-context] MetaFun: nofmultipars wrong?

2018-09-24 Thread Henri Menke
Dear list,

I used to be under the impression that when you wanted a background
frame around a piece of text, you'd use a loop over nofmultipars.
However, I realized that even when the contained material breaks across
pages, the counter remains 1 on the second page.

Another issue is that the frame containing the page break has a stray
blank line at the end.

Is this something that changed recently when switching to the one-pass
processing?  I have attached the output of beta 2018.09.24 14:11 (which
I believe is the latest).

Cheers, Henri

---

\startuseMPgraphic{pageframe}
for i=1 upto nofmultipars :
draw (ulcorner multipars[i] -- urcorner multipars[i]) withcolor red ;
draw (llcorner multipars[i] -- lrcorner multipars[i]) withcolor red ;
label.lft(decimal i, ulcorner multipars[i]) withcolor red ;
endfor ;
\stopuseMPgraphic

\definetextbackground
  [PageFrame]
  [mp=pageframe,
   location=paragraph]

\starttext

\samplefile{knuth}

\starttextbackground[PageFrame]
\samplefile{knuth}
\stoptextbackground

\samplefile{knuth}

\starttextbackground[PageFrame]
\samplefile{knuth}
\samplefile{knuth}
\samplefile{knuth}
\stoptextbackground

\stoptext


test.pdf
Description: Adobe PDF document
___
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] Creating flyers with ConTeXt

2018-09-24 Thread Jan U. Hasecke
Hi Marco,

On 21.09.18 16:56, Marco Patzer wrote:

> A while ago I made a corporate flyer with context using the
> TRYPTICHON method. Printing required 3mm bleed.

Thanks a lot for this template. This is exactly what I need.

I try to understand it in order to adapt it to the requirements of my
print shop which only needs a bleed of 1mm.

I hope that I understand it right:

Page 1,2,3 and 6 are 100mm

Page 4 and 5 are 97mm as these are the pages that are folded to the inside.

The measure "shortfold" (3mm) reduces the 100mm page to 97mm. Right?

The pageshift thing is beyond my horizon so I won't comment on this.

You adjust the backspace of the pages with multiples of the measure
"big". Right?

As you can see in my example I use layers on page 2-4 to have bleeding
images on the top of the page. This works more or less.

But as you can see there are blank white spaces between the images of
page 2-4. Maybe I can adjust this by using absolut measures like 100mm
or 97mm in the layers.

I have to adjust the layout of pages 2-4 so that the text starts below
the images.

An now here is my question. Is there a value I can simply change to have
a pdf with only 1mm bleed?

Only adjusting the papersize A4-flyer to 299mm/212mm does not work of
course.

TIA
juh

%% The page shift of page #6 needs to be adjusted if the value is changed, no
%% clue why.
%% A4-flyer pagesize needs to be adjusted as well
\definemeasure
	[shortfold]
	[3mm]

\definepapersize
	[A4-flyer]
	[width=303mm,
	 height=216mm]

\definepapersize
	[flyer-page]
	[width=100mm,
	 height=210mm]

\definepapersize
  [flyer-page-small]
	[width=\dimexpr100mm-\measure{shortfold}\relax,
	 height=210mm]

\setuppapersize
	[flyer-page]
	[A4-flyer]

\setuparranging
	[TRYPTICHON]

%% The page shift of page #6 needs to be adjusted if shortfold is adjusted, no
%% clue why.
\definepageshift
	[flyer]
	[horizontal]
	[\zeropoint,
	 \measure{shortfold},
	 \measure{shortfold},
	 3\measured{shortfold},
	 \measure{shortfold},
	 \zeropoint]

\definepageshift
	[flyer]
	[vertical]
	[\measure{shortfold}]

\setuppageshift
	[paper]
	[flyer]

\definemeasure
	[small]
	[3mm]

\definemeasure
	[big]
	[\measure{small}*2]

\definelayout
	[first]
	[page]
	[page=flyer-page,
	 topspace=2\measured{big},
	 backspace=2\measured{small},
	 width=\dimexpr\paperwidth-4\measured{small}\relax,
	 height=\dimexpr\paperheight-4\measured{big}\relax]

\definelayout
	[second]
	[first]
	[topspace=4\measured{big},
	 backspace=2\measured{big},
	 width=\dimexpr\paperwidth-3\measured{big}\relax,
	 height=\dimexpr\paperheight-4\measured{big}-2\measured{big}\relax]

\definelayout
	[thirdandfourth]
	[second]
	[backspace=\measure{big},
	 width=\dimexpr\paperwidth-2\measured{big}\relax]

\definelayout
	[fifthandsixth]
	[first]
	[backspace=\measure{big},
	 width=\dimexpr\paperwidth-2\measured{big}\relax]

\definelayout [1] [first]
\definelayout [2] [second]
\definelayout [3] [thirdandfourth]
\definelayout [4] [thirdandfourth]
\definelayout [5] [fifthandsixth]
\definelayout [6] [fifthandsixth]


\setuphead[title][header=none,footer=none]

\definecolor [hs-logoblau] [c=1.0,m=0.46,y=0.0,k=0.42]
\definecolor [hs-dunkelblau] [c=0.65,m=0.36,y=0.0,k=0.26]
\definecolor [hs-mittelblau] [c=0.72,m=0.33,y=0.0,k=0.28]
\definecolor [hs-hellblau] [c=0.30,m=0.14,y=0.0,k=0.14]
\definecolor [hs-orange] [c=0.0,m=0.67,y=1.0,k=0.13]

\definefontfamily
[mainface]
[rm]
[Tex Gyre Heros]



\setupmakeup [doublesided=no]
\setupinterlinespace[line=3ex]

\setuphead [title] [textcolor=hs-dunkelblau,textstyle=\bfc, align=right]
\setupbodyfont	[mainface,10pt]
\setuptolerance [verytolerant]
\mainlanguage [de]
\setbreakpoints[compound]

\definelayer[Hintergrund]
[x=0, y=0, width=\paperwidth, height=\paperwidth]

\setlayer[Hintergrund]
[x=1.2cm, y=1cm]
{\externalfigure[../bilder/logo.pdf][width=7cm]}

\definelayer[topic1]
[x=-3mm, y=-3mm, width=\paperwidth, height=\paperheight]

\setlayer[topic1]
[x=-3mm, y=-3mm]
{\externalfigure[../bilder/topic1.png][width=102mm]}

\definelayer[topic2]
[x=0, y=-3mm, width=\paperwidth, height=\paperheight]

\setlayer[topic2]
[x=0cm, y=-3mm]
{\externalfigure[../bilder/topic2.png][width=99mm,height=58mm]}

\definelayer[topic3]
[x=0, y=0, width=\paperwidth, height=\paperwidth]

\setlayer[topic3]
[x=0cm, y=-3mm]
{\externalfigure[../bilder/topic3.png][width=102mm]}

\definelayer[blau]
[x=0, y=-3mm, width=\paperwidth, height=\paperheight]

\setlayer[blau]
[x=0mm,y=-3mm]
{\framed[frame=off,background=color, backgroundcolor=hs-dunkelblau,width=102mm, height=303mm]{}}

\showframe


\starttext
\setupbackgrounds[page][background=blau]

\startstandardmakeup

\externalfigure [../bilder/example.png] [width=\textwidth]
\blank[5*big]

\externalfigure [../bilder/logo.svg] [width=\textwidth]


\stopstandardmakeup

\starttitle[title={PAGE 2},marking{}]
\setupbackgrounds[page][background=topic1]



   \input lorem
\stoptitle 

\starttitle[title={PAGE 3},marking{ }]
\setupbackgrounds[page][background=topic2]

\input lorem

Re: [NTG-context] Taco's TODO list: server upgrade

2018-09-24 Thread Pablo Rodriguez
On 9/24/18 7:39 PM, Taco Hoekwater wrote:
> [...]
> Yes, I knew that. The perl code that runs that site did not like the newer, 
> stricter version of mysql after the upgrade (or  the other way around, 
> depending on how you look at it). 
> 
> It should be better now, I am not 100% sure everything works, but I had no
> more immediate 500’s, at least.

It seems to be totally fine now, Taco.

https://modules.contextgarden.net/cgi-bin/module.cgi/action=view/id=86
was updated without errors.

Many thanks for your excellent work,

Pablo
-- 
http://www.ousia.tk
___
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] Taco's TODO list: server upgrade

2018-09-24 Thread Taco Hoekwater


> On 24 Sep 2018, at 18:43, Pablo Rodriguez  wrote:
> 
> On 9/24/18 6:35 PM, Pablo Rodriguez wrote:
>> On 9/24/18 5:43 PM, Taco Hoekwater wrote:
>>> Afaik, ‘my' other cg sites (articles, live, sourcebrowser) seem to be
>>> functioning normally.
>> 
>> Taco,
>> 
>> many thanks for your work at the ConTeXt Garden server.
>> 
>> I’m afraid
>> https://modules.contextgarden.net/cgi-bin/register.cgi/action=register
>> doesn’t work.

Yes, I knew that. The perl code that runs that site did not like the newer, 
stricter version of mysql after the upgrade (or  the other way around, 
depending on how you look at it). 

It should be better now, I am not 100% sure everything works, but I had no
more immediate 500’s, at least.

Best wishes,
Taco

___
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] Taco's TODO list: server upgrade

2018-09-24 Thread Pablo Rodriguez
On 9/24/18 6:35 PM, Pablo Rodriguez wrote:
> On 9/24/18 5:43 PM, Taco Hoekwater wrote:
>> Afaik, ‘my' other cg sites (articles, live, sourcebrowser) seem to be
>> functioning normally.
>
> Taco,
> 
> many thanks for your work at the ConTeXt Garden server.
> 
> I’m afraid
> https://modules.contextgarden.net/cgi-bin/register.cgi/action=register
> doesn’t work.
Sorry, Taco, what doesn’t work is the login at
https://modules.contextgarden.net/cgi-bin/menu.cgi/lang=EN/action=login.

I wanted to update a module, not to register a new user . After
logging in, I get the 500 error.

BTW, I get software error messages at
https://modules.contextgarden.net/cgi-bin/module.cgi/action=listall and
https://modules.contextgarden.net/cgi-bin/module.cgi/action=recent.

Sorry for the wrong info in my previous message,

Pablo
-- 
http://www.ousia.tk
___
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] Taco's TODO list: server upgrade

2018-09-24 Thread Pablo Rodriguez
On 9/24/18 5:43 PM, Taco Hoekwater wrote:
> [...]
> The site modules.contextgarden.net is more than a bit broken, I’ll
> try to fix that later today.>
> Afaik, ‘my' other cg sites (articles, live, sourcebrowser) seem to be
> functioning normally.
Taco,

many thanks for your work at the ConTeXt Garden server.

I’m afraid
https://modules.contextgarden.net/cgi-bin/register.cgi/action=register
doesn’t work.

I get a 500 error when trying to log in.

Many thanks for your help,

Pablo
-- 
http://www.ousia.tk
___
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] \autodirhbox doesn’t work in \framed

2018-09-24 Thread Hans Hagen

On 9/23/2018 7:13 PM, Wolfgang Schuster wrote:

Hi,

for another thread in the normal list I tried to show how you can use 
the \itemtag command with natural tables but the result was that no item 
counter appeared in the PDF.



\starttext

\startitemize[n]
\bTABLE
     \bTR
         \bTD (\itemtag) Item 1 \eTD
     \eTR
\eTABLE
\stopitemize

\stoptext


The reason for this is the \autodirhbox command – which is used to store 
the item symbol – produces only a empty space when you use it with \framed.



\starttext

\hbox{Text?}

\autodirhbox{Text?}

\framed{\autodirhbox{Text?}}

\framed[align=right,width=4cm]{\autodirhbox{Text?}}

\stoptext

it's a bug in the engine (which i will look into)

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

[NTG-context] Taco's TODO list: server upgrade

2018-09-24 Thread Taco Hoekwater
Hi,

> Tue, Sep 11, 2018 ve 03:08:30PM +0200 Taco Hoekwater napsal(a):
> # 
> # * update the wiki to a new mediawiki and port the extensions (needs ubuntu 
> upgrade first, planned for sept 24)
> # * upgrade ubuntu on the wiki

Ubuntu upgraded, so 'my' server is now 16.04. We may even move to 18.04, but 
better get 
everything working again properly before attempting that. 

At least now we have php7, and also the latest mediawiki. That had to be done 
immediately,
because the old one refused to run on php7. :( 

The wiki is missing its skin and various plugins, unfortunately.
We will be discussing that on the wiki mailing list.

The site modules.contextgarden.net is more than a bit broken, I’ll try to fix 
that later today.

Afaik, ‘my' other cg sites (articles, live, sourcebrowser) seem to be 
functioning normally.

Best wishes,
Taco
___
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] issue with interaction

2018-09-24 Thread Pablo Rodriguez
Hans,

I have the following sample (sorry, but I’m afraid I don’t know how to
write a lopp here):

\setupinteraction[state=start]
\setupcomment[location=inmargin]
\showframe
\starttext
This is a sample comment.
\startcomment
Just a comment
\stopcomment

This is a sample comment.
\startcomment[symbol=Comment]
Just a comment
\stopcomment

This is a sample comment.
\startcomment[symbol=Help]
Just a comment
\stopcomment

This is a sample comment.
\startcomment[symbol=Insert]
Just a comment
\stopcomment

This is a sample comment.
\startcomment[symbol=Key]
Just a comment
\stopcomment

This is a sample comment.
\startcomment[symbol=Newparagraph]
Just a comment
\stopcomment

This is a sample comment.
\startcomment[symbol=Paragraph]
Just a comment
\stopcomment

This is a sample comment.
\startcomment[symbol=Note]
Just a comment
\stopcomment
\stoptext

The /Rect entries are the following:

  /Rect [ 52.939237 702.3845 58.913537 708.3588 ]
  /Rect [ 9.183458 687.714 58.913537 696.3768 ]
  /Rect [ 35.19556 671.22738 58.913537 681.8377 ]
  /Rect [ 29.281004 659.0063 58.913537 667.2867 ]
  /Rect [ 38.44558 642.2687 58.913537 652.8671 ]
  /Rect [ -15.526249 627.83718 58.913537 638.579 ]
  /Rect [ 5.754209 613.4176 58.913537 624.15939 ]
  /Rect [ 34.538389 601.328 58.913537 609.6084 ]

I don’t know how the lower-left x coordinate is calculated, but I think
it should be the same for all annotation types. If location is in
margin, the lower-left x coordinate should be around 35 user units.

I have checked it with Acrobat Reader, evince, mupdf-gl, SumatraPDF and
PDF.js (within Firefox).

I think it makes sense to unify the lower-left x coordinate for this
kind of annotation when located in margin.

Many thanks for your help,

Pablo
-- 
http://www.ousia.tk
___
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] interaction

2018-09-24 Thread Hans Hagen

On 9/24/2018 2:39 PM, Pablo Rodriguez wrote:

On 9/24/18 2:08 PM, Hans Hagen wrote:

[...]
The latest beta has a version of the ongoing manual at
tex/texmf-context/doc/context/documents/general/manuals/interaction.pdf.

Just in case it might be relevant,

preliminary stuff


I thought so, but I was unsure whether you wanted to include it with the
latest beta.

It's in the beta so that Tomas H can check it -)

Hans

-
  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] interaction

2018-09-24 Thread Pablo Rodriguez
On 9/24/18 2:08 PM, Hans Hagen wrote:
>> [...]
>> The latest beta has a version of the ongoing manual at
>> tex/texmf-context/doc/context/documents/general/manuals/interaction.pdf.
>>
>> Just in case it might be relevant,
> preliminary stuff

I thought so, but I was unsure whether you wanted to include it with the
latest beta.

Everything is clear now,

Pablo
-- 
http://www.ousia.tk
___
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] interaction

2018-09-24 Thread Hans Hagen

On 9/24/2018 1:59 PM, Pablo Rodriguez wrote:

On 9/21/18 6:06 PM, Hans Hagen wrote:

On 9/21/2018 3:50 PM, Tomas Hala wrote:

[...]
Where could I find the current version of the mentioned
'interactions' manual now?

On my machine ... I'll add stepwise chapters to the distribution,


The latest beta has a version of the ongoing manual at
tex/texmf-context/doc/context/documents/general/manuals/interaction.pdf.

Just in case it might be relevant,

preliminary stuff

Hans

-
  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] interaction

2018-09-24 Thread Pablo Rodriguez
On 9/21/18 6:06 PM, Hans Hagen wrote:
> On 9/21/2018 3:50 PM, Tomas Hala wrote:
>> [...]
>> Where could I find the current version of the mentioned
>> 'interactions' manual now?
> On my machine ... I'll add stepwise chapters to the distribution,

The latest beta has a version of the ongoing manual at
tex/texmf-context/doc/context/documents/general/manuals/interaction.pdf.

Just in case it might be relevant,

Pablo
-- 
http://www.ousia.tk
___
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] Reminder: wiki maintenance

2018-09-24 Thread Henning Hraban Ramm
Thank you and good luck!
Best, Hraban

Am 2018-09-24 um 10:40 schrieb Taco Hoekwater :

> Hi all, 
> 
> Let me remind you that the wiki and various other ConTeXt related
> sites will be down some time this afternoon (my local time, GMT+1) 
> for server maintenance.
> 
> Best wishes,
> Taco

___
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] Reminder: wiki maintenance

2018-09-24 Thread Taco Hoekwater
Hi all, 

Let me remind you that the wiki and various other ConTeXt related
sites will be down some time this afternoon (my local time, GMT+1) 
for server maintenance.

Best wishes,
Taco

___
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] Itemize and natural tables

2018-09-24 Thread Jan Willem Flamma
Thank you, also for the follow up in reporting the bug.

I have playing around with \item at various positions but hadn’t considered 
using \itemtag.

As a more general question:
My understanding is that in a tabulate environment \NI is short for \NC 
\itemtag \NC
Is that the case as well in a TABLE environment. E.g., \NI is short for \bTD 
\itemtag \eTD?




> On 23 Sep 2018, at 19:09, Wolfgang Schuster 
>  wrote:
> 
> You would use the \itemtag command in the same way as you would do it with 
> tabulate
> 
> \starttext
> 
> \startitemize[n]
> \bTABLE
> \bTR
> \bTD (\itemtag) Item 1 \eTD
> \eTR
> \eTABLE
> \stopitemize
> 
> \stoptext
> 
> but there is a bug which prevents the item counter to appear in the output 
> (which I will report in a different thread).
> 
> Wolfgang
> 
> 
> Jan Willem Flamma schrieb am 23.09.18 um 17:33:
>> Dear list members,
>> 
>> I’m able to combine itemize and tabulate as per:
>> https://www.mail-archive.com/ntg-context@ntg.nl/msg86189.html 
>> 
>> 
>> Also, based on this discussion, I understand that combining modes and 
>> tabulate is not possible. Instead modes must be comined with natural tables.
>> https://www.mail-archive.com/ntg-context@ntg.nl/msg88877.html 
>> 
>> 
>> A logical follow up questions is if itemize can be combined with natural 
>> tables that include modes like in the MWE below.
>> 
>> MWE:
>> 
>> \startsetups [table]
>> \setupTABLE [start]  [frame=off,rulethickness=0pt,offset=0pt]
>> \setupTABLE [column] [1] [width=4cm,align=flushleft]
>> \setupTABLE [row][1] [toffset=5pt]
>> \setupTABLE [column] [2] [width=4cm,align=flushleft]
>> \stopsetups
>> 
>> \enablemode[test]
>> 
>> \starttext
>> 
>> \bTABLE [setups=table]
>> \bTR\bTC Item 1 \eTC\bTC Column 1 \eTC   \startmode[test] \bTC 
>> Column 2 \eTC \stopmode \eTR
>> \bTR\bTC Item 2 \eTC\bTC Column 1 \eTC  \startmode[test] \bTC Column 
>> 2 \eTC \stopmode \eTR
>> \eTABLE
>> 
>> \stoptext
>> 
>> Kind regards,
>> Jan Wilem Flamma
>> 
>> 
>> 
>> 
>> ___
>> 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 
>> ___
> 

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