[NTG-context] references over several documents

2003-10-15 Thread gmorais
Hello All:

At this moment i am producing a set of documents, that ocasionally have
refences among them. For eg:

document 1

   \starttext
 
   \placeformula[eq:1.1]
\startformula
e = m c^2
\stopformula

   \stoptext

document 2

 \starttext

In here I want to refer to equation 1.1 in document 1

 \stoptext
 
How can I do it?

Thanks in advance: Gonçalo



___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] columns and alignment at the bottom

2003-10-15 Thread Hans Hagen
At 18:54 15/10/2003, you wrote:

   TeXExec 3.3 - ConTeXt / PRAGMA ADE 1997-2003
this should be no problem but we have 4.0 now

  This is pdfeTeX, Version 3.14159-13d-2.1 (Web2C 7.3.1)
  entering extended mode
but version 13d is asking for problems and around that ime column sets were 
not there

just pick up the zip mentioned in an earlier mail and try that one (new 
binaries, new tex)

Hans  

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] TeX Live 2003 miseries.

2003-10-15 Thread Hans Hagen
At 00:53 16/10/2003, you wrote:
On Tuesday 14 October 2003 19:11, George N. White III wrote:
> On Mon, 13 Oct 2003, John Culleton wrote:
> > I installed the latest version of TeXLive 2003 (the so-called
> > demo version) and did the fmtutil and texhash bit.  When I ran a
> > job for a customer, texexec hung up at the point where a graphic
> > was being loaded. So I went back to last year's texlive in a
> > terrible hurry. That worked fine.
>
> What platform?
Slackware 9.1
I reinstalled 2002 TeXlive to get my customer's job out the door.
That worked. Then I downloaded the latest Context zip file. That
didn't work for some reason. Fmtutil failed on pdftex and pdfetex.
Then I reinstalled TeXLive 2003, the only change being that I did not
first wipe out the web2c directory. Now TeXlive seems to work. As you
may have noticed, the TeXlive installation program doesn't wipe out
an existing web2c.  Just why retaining an old web2c directory helps
things along I don't know.
Wipe out and set variables like the folowing (in a start up script), just 
to make sure that preinstalled tex's got lost:

TEXROOT=$1
export TEXROOT
TEXMFMAIN=$TEXROOT/texmf
TEXMFLOCAL=$TEXROOT/texmf-local
TEXMFFONTS=$TEXROOT/texmf-fonts
TEXMFPROJECT=$TEXROOT/texmf-project
TEXMFOS=$TEXROOT/texmf-linux
VARTEXMF=$TMP/texmf-var
export TEXMFMAIN
export TEXMFLOCAL
export TEXMFPROJECT
export TEXMFFONTS
export TEXMFOS
export VARTEXMF
PATH=$TEXMFOS/bin:$PATH
export PATH
HOMETEXMF=/nonexist
export HOMETEXMF
TEXMFCNF=$TEXROOT/texmf{-local,}/web2c
TEXMF='{$TEXMFOS,$TEXMFPROJECT,$TEXMFFONTS,$TEXMFLOCAL,!!$TEXMFMAIN}'
TEXFORMATS=$TEXMFOS/web2c
TEXPOOL=$TEXFORMATS
MPPOOL=$TEXFORMATS
export TEXMFCNF
export TEXMF
export TEXFORMATS
export TEXPOOL
export MPPOOL
TEXINPUTS=
MPINPUTS=
MFINPUTS=
export TEXINPUTS
export MPINPUTS
export MFINPUTS
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] TeX Live 2003 miseries.

2003-10-15 Thread Hans Hagen
At 01:11 15/10/2003, you wrote:

1.  the perl scripts were confused by the embedded spaces in the default
"c:\Program Files\.." install path.  In general, ConTeXt does not play
well for paths that have embedded spaces.
http://www.pragma-ade.com/context/mswintex (just runsetuptex,bat in the 
path where it is)
http://www.pragma-ade.com/context/linuxtex (run setuptex and generate formats)

is the minimum that you need for context. For windows the trick is in using 
irun in the right way, i.e. either use a full path spec or something 
relative like ../../whatever (which is what i've done there); i didn't test 
it for "program files"

Hans   

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] \but command for referring to index.

2003-10-15 Thread John Culleton
The useful d-en-all.tex example shows buttons used for accessing 
Acrobat Reader functions and also for jumping to the Contents page. I 
would like to create a button that would jump to the back-of-book 
index. The info in the manual is a bit terse and I don't quite follow 
it.


also, I read posts referring to a \button command. How does this 
differ from the \but command?  

Thanks for any help!
-- 
John Culleton
Able Typesetters and Indexers
http://wexfordpress.com
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] TeX Live 2003 miseries.

2003-10-15 Thread John Culleton
On Tuesday 14 October 2003 19:11, George N. White III wrote:
> On Mon, 13 Oct 2003, John Culleton wrote:
> > I installed the latest version of TeXLive 2003 (the so-called
> > demo version) and did the fmtutil and texhash bit.  When I ran a
> > job for a customer, texexec hung up at the point where a graphic
> > was being loaded. So I went back to last year's texlive in a
> > terrible hurry. That worked fine.
>
> What platform?  
Slackware 9.1
I reinstalled 2002 TeXlive to get my customer's job out the door. 
That worked. Then I downloaded the latest Context zip file. That 
didn't work for some reason. Fmtutil failed on pdftex and pdfetex. 
Then I reinstalled TeXLive 2003, the only change being that I did not 
first wipe out the web2c directory. Now TeXlive seems to work. As you 
may have noticed, the TeXlive installation program doesn't wipe out 
an existing web2c.  Just why retaining an old web2c directory helps 
things along I don't know. 
-- 
John Culleton
Able Typesetters and Indexers
http://wexfordpress.com
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Typo in d-en-all.tex

2003-10-15 Thread John Culleton
The typo in d-en-all.tex persists. As a result the useful information 
on bookmarks never makes it into the pdf file. 

FYI
On Monday 17 March 2003 12:25, John Culleton wrote:
> I uncovered an ancient typo. Here is a text fragment from the above
> document:
>
>   \ShowSample {001} {A simple document}
>   \ShowSample {002} {Setting up the page}
>   \ShowSample {003} {Using the margin}
>   \ShowSample {004} {Adaptive headers and footers}
>   \ShowSample {004} {Some bookmarks}
>
> The 004 file is called twice, and the 005 file is omitted.
>
> Sounds like a case for 007 :-)
>
> John Culleton
> ___
> ntg-context mailing list
> [EMAIL PROTECTED]
> http://www.ntg.nl/mailman/listinfo/ntg-context

-- 
John Culleton
Able Typesetters and Indexers
http://wexfordpress.com
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] repeated headers in the TABLE environment

2003-10-15 Thread Henning Hraban Ramm
Am Mittwoch, 15.10.03, um 10:36 Uhr (Europe/Zurich) schrieb Lutz 
Haseloff:

how can i get repeated headers for a splitted
TABLE?
I tried to define \setupTABLE[split=yes]
and have \bTH \eTH in my header row.
\bTABLEhead
(header)
\eTABLEhead
\bTABLEtail
(footer)
\eTABLEtail
\bTABLE[split=repeat] % otherwise you don't get repeated headers; 
footers are never repeated

Grüßlis vom Hraban!
--
http://www.fiee.net/texnique/
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: columns and alignment at the bottom

2003-10-15 Thread Willi Egger
At 19:21 15.10.2003, George N.White wrote:
On Wed, 15 Oct 2003, Ed L Cashin wrote:

> Hans Hagen <[EMAIL PROTECTED]> writes:
>
> > \starttext
> >
> > \startcolumnset
> >
> > \dorecurse{100}
> >{\framed
> >   [width=\hsize,height=fit,align=normal]
> >   {\getrandomnumber\whatever{1}{9}%
> >\dorecurse\whatever{\strut test \recurselevel\endgraf}}
> > \vfilll}
> >
> > \stopcolumnset
> >
> > \stoptext
>
> Oh, I can't wait to see what that example does!  Does it show that I
> am not recalling correctly?  I hope so.
>
> The example, though, doesn't result in a pdf file for me when I put it
> into a file, "test.tex", and run "texexec --pdf test".
The example works for me, using TeX Live 2003 with a newer (beta)
cont-tmf.tex:
$ texexec --pdf context-align.tex
[...]
This is pdfeTeXk, Version 3.141592-1.11a-2.1 (Web2C 7.5.2)
[...]
ConTeXt  ver: 2003.9.26  fmt: 2003.10.14  int: english  mes: english
[...]
systems : begin file context-align at line 69
systems : randomizer starts with 995399654
[1.1{/opt/texLive/texmf-var/fonts/map/pdftex/updmap/pdftex.map}] [2.2]
[3.3] [4.4] [5.5] [6.6] [7.7]
systems : end file context-align at line 82
){/opt/texLive/texmf/dvips/tetex/f7b6d320.enc}
Output written on context-align.pdf (7 pages, 14051 bytes).
Transcript written on context-align.log.
The given example works also here with texlive7 and
ConTeXt  ver: 2003.9.25  fmt: 2003.9.25  int: english  mes: english
Willi 

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: columns and alignment at the bottom

2003-10-15 Thread George N. White III
On Wed, 15 Oct 2003, Ed L Cashin wrote:

> Hans Hagen <[EMAIL PROTECTED]> writes:
>
> > \starttext
> >
> > \startcolumnset
> >
> > \dorecurse{100}
> >{\framed
> >   [width=\hsize,height=fit,align=normal]
> >   {\getrandomnumber\whatever{1}{9}%
> >\dorecurse\whatever{\strut test \recurselevel\endgraf}}
> > \vfilll}
> >
> > \stopcolumnset
> >
> > \stoptext
>
> Oh, I can't wait to see what that example does!  Does it show that I
> am not recalling correctly?  I hope so.
>
> The example, though, doesn't result in a pdf file for me when I put it
> into a file, "test.tex", and run "texexec --pdf test".

The example works for me, using TeX Live 2003 with a newer (beta)
cont-tmf.tex:

$ texexec --pdf context-align.tex
[...]
This is pdfeTeXk, Version 3.141592-1.11a-2.1 (Web2C 7.5.2)
[...]
ConTeXt  ver: 2003.9.26  fmt: 2003.10.14  int: english  mes: english
[...]
systems : begin file context-align at line 69
systems : randomizer starts with 995399654
[1.1{/opt/texLive/texmf-var/fonts/map/pdftex/updmap/pdftex.map}] [2.2]
[3.3] [4.4] [5.5] [6.6] [7.7]
systems : end file context-align at line 82
){/opt/texLive/texmf/dvips/tetex/f7b6d320.enc}
Output written on context-align.pdf (7 pages, 14051 bytes).
Transcript written on context-align.log.

--
George N. White III  <[EMAIL PROTECTED]>
  Head of St. Margarets Bay, Nova Scotia, Canada




___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] columns and alignment at the bottom

2003-10-15 Thread Ed L Cashin
Hans Hagen <[EMAIL PROTECTED]> writes:

> At 22:50 12/10/2003, Ed L Cashin wrote:
...
>>Some months ago another columns implementation came out, but if I
>>recall correctly, when you have columns of vboxes separated by very
>>stretchy glue, the new columns implementation can't bottom-align them
>>either.
>
> got you:
>
> \starttext
>
> \startcolumnset
>
> \dorecurse{100}
>{\framed
>   [width=\hsize,height=fit,align=normal]
>   {\getrandomnumber\whatever{1}{9}%
>\dorecurse\whatever{\strut test \recurselevel\endgraf}}
> \vfilll}
>
> \stopcolumnset
>
> \stoptext

Oh, I can't wait to see what that example does!  Does it show that I
am not recalling correctly?  I hope so.  

The example, though, doesn't result in a pdf file for me when I put it
into a file, "test.tex", and run "texexec --pdf test".

Acrobat Reader 4.0 says, "There was an error opening this document.
Could not repair file."


  [EMAIL PROTECTED] tmp$ PATH=/opt/teTeX-1.0.7/bin:$PATH texexec --pdf test
  
   TeXExec 3.3 - ConTeXt / PRAGMA ADE 1997-2003
  
  executable : pdfetex
  format : cont-en
   inputfile : test
  output : pdftex
   interface : en
current mode : none
 TeX run : 1
  
  This is pdfeTeX, Version 3.14159-13d-2.1 (Web2C 7.3.1)
  entering extended mode
...
  pdftex : needs map file: original-vogel-symbol.map
  systems: begin file test at line 1
  systems: randomizer starts with 903229090
  [1.1[/opt/teTeX-1.0.7/share/texmf/dvips/config/pdftex.map]] [2.2]
 return code : 11
run time : 2 seconds
  
  total run time : 2 seconds
  [EMAIL PROTECTED] tmp$ acroread test.pdf
  [EMAIL PROTECTED] tmp$ 


-- 
--Ed L Cashin|   PGP public key:
  [EMAIL PROTECTED]|   http://noserose.net/e/pgp/

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: Visual creators for ConTeXt

2003-10-15 Thread Giuseppe Bilotta
Wednesday, October 15, 2003 Patrick Gundlach wrote:

> Giuseppe Bilotta <[EMAIL PROTECTED]> writes:

>> There already is (was) a ConTeXt-documentation project on
>> SourceForge, with a mailing list and all.

> I searched for context and documentation on sf.net, but did not get
> any results.

http://sourceforge.net/projects/context/

-- 
Giuseppe "Oblomov" Bilotta

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Odp: Re: [NTG-context] Visual creators for ConTeXt

2003-10-15 Thread ^Nitram^
Hi,

[cut seggestion]

Ok - I wait for any comments and I will work for improving 
functionality - but of course I have limited time for working 
on it. ;( But after weekend I think there will be much more ;)

> Is is it posible that the popu-window for changing the shape and 
[cut]
Hmm... For now the 'window' is calling 'in reference' to changing
element - for elements near side of document this menu is hidding and
scrolling is needed - I will try do it automatically ;) And also 
scrolling to actual choiced element type in that long list of types ;)

> The table creator looks promising. Nice to read polish helptexts :-)

It is a mistake, of course ;)
Have someone a little time to writing texts in english ? ;) My knolwedge
of English is a little poor, so sometimes I have a problems ;(

> Nice overview of the commands. Is there a "copy to clipboard" 
> intended?

Of course ;)

> I hope you will further invest into this project.

I hope so, too ;)

I will try implement also setups for \setupTABLE (especially odd, even
columns and rows), so the question is: is somewhere examples how use xml
commands instead setupTABLE ? I would like make alternative choice to
generating code - for bTABLE-eTABLE environment and - also.

-- 
Best regards
Martin

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: Visual creators for ConTeXt

2003-10-15 Thread Patrick Gundlach
Giuseppe Bilotta <[EMAIL PROTECTED]> writes:

> There already is (was) a ConTeXt-documentation project on
> SourceForge, with a mailing list and all.

I searched for context and documentation on sf.net, but did not get
any results.

Patrick
-- 
You are your own rainbow!
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: Visual creators for ConTeXt

2003-10-15 Thread Patrick Gundlach

Hi,

>> (btw, do you use the xml alternative of the command reference?)
>
> I'm sorry - could you explain this question?... ;)

copy setupe.tex (from the distribution) to a scratch directory and
run texexec on it. Look at the result (cont-??.xml) and you get the
answer. 

> But the code is preparing to making help on each parameter and each
> value, but where can I find so detailed description ;)

Well, we should work together in this case. Later this week I'll
deploy my web frontend for the xml file.

> I'm realy new user in ConTeXt - about 2 months (no experience in 
> any TeX system before) so you must forgive my inexperience ;)

But for 2 months this is great :)

Patrick
-- 
You are your own rainbow!
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Visual creators for ConTeXt

2003-10-15 Thread ^Nitram^
Hi,

> (btw, do you use the xml alternative of the command reference?)

I'm sorry - could you explain this question?... ;)

Parameters for commands I get from manual - I had a short script 
in php which made a code in javascript - that is a cause of many
errors in these 'creators'...

But the code is preparing to making help on each parameter and each
value, but where can I find so detailed description ;)

I'm realy new user in ConTeXt - about 2 months (no experience in 
any TeX system before) so you must forgive my inexperience ;)

-- 
Best regards
Martin

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: Visual creators for ConTeXt

2003-10-15 Thread Giuseppe Bilotta
Tuesday, October 14, 2003 Patrick Gundlach wrote:

> Hi,

>> (btw, do you use the xml alternative of the command reference?)

> (why "alternative"? ;-))


> This is a very good question! I'd like to know, too :) 
> We could establish a cont-??.xml working group. Or a technical
> committee.

There already is (was) a ConTeXt-documentation project on
SourceForge, with a mailing list and all.

-- 
Giuseppe "Oblomov" Bilotta

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: texfont and type-tmf.dat

2003-10-15 Thread Patrick Gundlach
Hi,

> The last time I tried to run texfont (from the final TeX Live 2003 inst
> iso), it tried to use a lower-cased version of the install path, e.g.,
> /opt/texline instead of /opt/texLive.

which should be unnecessary on MacOS X (when using hfs as a filesystem)

Patrick
-- 
You are your own rainbow!
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] repeated headers in the TABLE environment

2003-10-15 Thread Lutz Haseloff
Hi all,

how can i get repeated headers for a splitted
TABLE?
I tried to define \setupTABLE[split=yes]
and have \bTH \eTH in my header row.
up-008-s.pdf didn't help further.

Greetings Lutz

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Czech patterns in TeXlive2003

2003-10-15 Thread Hans Hagen
At 11:58 06/10/2003, you wrote:

we have prepared a new czhyph.tex file. It detect ConTeXt and reads
patterns directly in that case. ConTeXt and TeXlive2003 users, just
replace czhyph.tex with the attached file.
(Hope it works :-)
looks ok to me, how about the slovak patterns?

I assume that this patch goes into the tex live repository

Thanks

Hans  

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: uncompatibility?

2003-10-15 Thread Hans Hagen
This one is supposed to work with the latest version.

At 17:36 11/10/2003, you wrote:

From: "Pawel Jackowski na Onet" <[EMAIL PROTECTED]>
Sent: Saturday, October 11, 2003 9:29 AM
> At 11:09 11/10/2003, you wrote:
> >Hi,
> >
> > > are quite different... There are some warnings in newer one (about
doubled
> > > map entries) but shouldn't play a role here. Thanks for any hints!
> >
From: "Patrick Gundlach" <[EMAIL PROTECTED]>
Sent: Saturday, October 11, 2003 11:09 AM
> >right. You might want to clean up the map files, but that is not
> >important.
> >
> >tl7: ConTeXt  ver: 2002.5.24  fmt: 2003.10.6  int: english  mes: english
> >tl8: ConTeXt  ver: 2003.10.5  fmt: 2003.10.10  int: english  mes: english
Ok, the difference is about 17 months in ConTeXt version, while formats are
quite fresh... Can't see the clue :-?
From: "Hans Hagen" <[EMAIL PROTECTED]>
Sent: Saturday, October 11, 2003 11:34 AM
 > actually, cleaning up really matters! I have my own alternative map files
> without the "Internal Font Names" since that will mess up pdf inclusion of
> fonts with similar names but different instances (slanted etc)
I admit that maps in my tl8 installation aren't cleaned up already; I have
to spend some time to make it in the way that suits me best. But the problem
I sent doesn't look to be font-dependent. Every characters are found at this
moment, so I put the problem off.
Lets consider the following code:

\setupitemize[4,packed]
\starttext
\startitemize[n]
 \item one
 \item two
 \item three
\stopitemize
\stoptext
The problem is that in newer installation, default itemize style (meaning
packed, with triangle symbol) IS FORCED instead of style given direclty
(just numbering). The older one do what I would expect; numbered style has a
priority. So after running tl8 I get three items with triangles, but after
running tl7 I get three numbered items. Why it is so? Has anything been
changed in itemizing mechanism? I will accept all changes with pleasure, but
the point is to understand what is going on :-D
Thanks, Pawe/l

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Deze e-mail is door E-mail VirusScanner van Planet Internet gecontroleerd 
op virussen.
Op http://www.planet.nl/evs staat een verwijzing naar de actuele lijst 
waar op wordt gecontroleerd.
-
  Hans Hagen | PRAGMA ADE | [EMAIL PROTECTED]
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-
   information: http://www.pragma-ade.com/roadmap.pdf
documentation: http://www.pragma-ade.com/showcase.pdf
-
\unprotect

\def\redostartitemgroup[#1][#2]%
  {\setfalse\inlinelistitem % new, no indent (leftskip)
   \setfalse\concatnextitem % new, concat
   \ifhmode
 \ifconditional\autoconcatnextitem % new, concat
   \ifdim\lastskip=\itemsignal % new, concat
 \settrue\concatnextitem   % new, concat
   \fi % new, concat
 \fi   % new, concat
 \iftextitems\else\doifnotinset\v!tekst{#1}\par\fi % suboptimal
   \fi
   \begingroup
   \ifnum\itemlevel=\plusone % NIEUW
 \doadaptleftskip{\getitemparameter1\c!marge}%
   \fi
   \dosetraggedcommand{\getitemparameter\itemlevel\c!uitlijnen}\raggedcommand
   \doifsomething{\getitemparameter\itemlevel\c!inspringen}
 {% is \expanded needed?
  \expanded{\setupindenting[\getitemparameter\itemlevel\c!inspringen]}}%
   \doifinset\v!kolommen{#1}%
 {\ifbinnenkolommen\else\ifnum\itemcolumndepth=\zerocount
\globallet\itemcolumndepth\itemlevel
\getitemparameter\itemlevel\c!voor
\processfirstactioninset
  [#1]
  [  \v!een=>\!!counta1\relax,
\v!twee=>\!!counta2\relax,
\v!drie=>\!!counta3\relax,
\v!vier=>\!!counta4\relax,
\v!vijf=>\!!counta5\relax,
 \s!unknown=>[EMAIL PROTECTED]
% new
\edef\columneditemleftskip{\the\leftskip}%
\def\postprocesscolumnbox##1%
  {\scratchdimen\columneditemleftskip
   \divide\scratchdimen \nofcolumns
   \hbox{\hskip\columneditemleftskip\hbox{\box##1}}}%
\scratchdimen-\columneditemleftskip
\multiply\scratchdimen \nofcolumns
\advance\scratchdimen \columneditemleftskip
\advance\scratchdimen \hsize
\edef\columntextwidth{\the\scratchdimen}%
\leftskip\zeropoint
% so far
\startkolommen
  [\c!n=\!!counta, % netter \??op\itemlevel\c!n
   \c!hoogte=,
   \c!lijn=\v!uit,