Re: [NTG-context] paragraphs in starttables

2005-02-16 Thread Peter Münster
On Wed, 16 Feb 2005, Hans Hagen wrote: > > "Without success" means: I don't get anything similar to \starttablehead or > > \starttabletail > > > > The head and the foot appear, but not on each page. I think, I just don't > > know how to use all these commands the right way... > > split=repeat H

Re: [NTG-context] paragraphs in starttables

2005-02-16 Thread Hans Hagen
Peter Münster wrote: On Tue, 15 Feb 2005, Hans Hagen wrote: Peter Münster wrote: Here is some code, that I tried, but without success: how ancient is your context? TeXExec 5.2.4 - ConTeXt / PRAGMA ADE 1997-2005 executable : pdfetex format : cont-en input

Re: [NTG-context] paragraphs in starttables

2005-02-15 Thread Peter Münster
On Tue, 15 Feb 2005, Hans Hagen wrote: > Peter Münster wrote: > > > Here is some code, that I tried, but without success: > > how ancient is your context? TeXExec 5.2.4 - ConTeXt / PRAGMA ADE 1997-2005 executable : pdfetex format : cont-en inputfile :

Re: [NTG-context] paragraphs in starttables

2005-02-15 Thread Hans Hagen
Peter Münster wrote: Here is some code, that I tried, but without success: how ancient is your context? Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Neth

Re: [NTG-context] paragraphs in starttables

2005-02-15 Thread Peter Münster
On Tue, 15 Feb 2005, Hans Hagen wrote: > bTABle ... it can split if you say > > \setupTABLE[split=yes] % splitmethod=a|b > > you can make head, foot and body sections as well as define alternative > headers for the split off parts Ok, I'm going to try bTABLE. How can I define header and tail fo

Re: [NTG-context] paragraphs in starttables

2005-02-14 Thread Hans Hagen
Peter Münster wrote: btw, tabulate is the most clever with paragraphs Yes, but not multi-page... :( actually, tabulate will split quit enicely but does not provide vertical lines; bTABle ... it can split if you say \setupTABLE[split=yes] % splitmethod=a|b you can make head, foot and body sections

Re: [NTG-context] paragraphs in starttables

2005-02-14 Thread Peter Münster
On Mon, 14 Feb 2005, Peter Münster wrote: > > btw, tabulate is the most clever with paragraphs > > Yes, but not multi-page... :( Oh, pardon, that's wrong. Of course, tabulate *can* do multi-page, but not the other features, that I need... Greetings, Peter -- http://pmrb.free.fr/contact/ _

Re: [NTG-context] paragraphs in starttables

2005-02-14 Thread Peter Münster
On Mon, 14 Feb 2005, Hans Hagen wrote: > Peter Münster wrote: > > > while playing around with starttables, footnotes and paragraphs in > > starttables, I found some problems. Here is the first one, I would like to > > get a paragraph in 2 columns: > > > > \def\SomeText{\dorecurse{20}{hallo }} >

Re: [NTG-context] paragraphs in starttables

2005-02-14 Thread Hans Hagen
Peter Münster wrote: while playing around with starttables, footnotes and paragraphs in starttables, I found some problems. Here is the first one, I would like to get a paragraph in 2 columns: \def\SomeText{\dorecurse{20}{hallo }} \starttext \starttables[s1|p(13em)|l|p(13em)|] \VL \SomeText \VL xxx

[NTG-context] paragraphs in starttables

2005-02-14 Thread Peter Münster
Hello, while playing around with starttables, footnotes and paragraphs in starttables, I found some problems. Here is the first one, I would like to get a paragraph in 2 columns: \def\SomeText{\dorecurse{20}{hallo }} \starttext \starttables[s1|p(13em)|l|p(13em)|] \VL \SomeText \VL xxx \VL \SomeTex