ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* split TABLE cells
@ 2022-05-18 18:07 Steffen Wolfrum via ntg-context
  2022-05-19  6:14 ` Hans Hagen via ntg-context
  0 siblings, 1 reply; 4+ messages in thread
From: Steffen Wolfrum via ntg-context @ 2022-05-18 18:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Steffen Wolfrum

Hi,

I just found an old mail from 30 May 2008:

How do I split not only TABLE but cells? It was not possible then.

\starttext
\bTABLE[split=yes,option=stretch]
\bTR
\bTD
\input tufte \input knuth Hello world ...
\eTD
\bTD
\input tufte
\eTD
\bTD
\input knuth
\eTD
\eTR
\bTR
\bTD
Test
\eTD
\bTD
Test
\eTD
\bTD
Test
\eTD
\eTR
\eTABLE
\stoptext


Best wishes, Steffen
___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: split TABLE cells
  2022-05-18 18:07 split TABLE cells Steffen Wolfrum via ntg-context
@ 2022-05-19  6:14 ` Hans Hagen via ntg-context
  2022-05-19 10:44   ` Steffen Wolfrum via ntg-context
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen via ntg-context @ 2022-05-19  6:14 UTC (permalink / raw)
  To: ntg-context; +Cc: Hans Hagen

On 5/18/2022 8:07 PM, Steffen Wolfrum via ntg-context wrote:
> Hi,
> 
> I just found an old mail from 30 May 2008:
> 
> How do I split not only TABLE but cells? It was not possible then.
> 
> \starttext
> \bTABLE[split=yes,option=stretch]
> \bTR
> \bTD
> \input tufte \input knuth Hello world ...
> \eTD
> \bTD
> \input tufte
> \eTD
> \bTD
> \input knuth
> \eTD
> \eTR
> \bTR
> \bTD
> Test
> \eTD
> \bTD
> Test
> \eTD
> \bTD
> Test
> \eTD
> \eTR
> \eTABLE
> \stoptext
not possible, use tabulate instead

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

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

* Re: split TABLE cells
  2022-05-19  6:14 ` Hans Hagen via ntg-context
@ 2022-05-19 10:44   ` Steffen Wolfrum via ntg-context
  2022-05-19 16:38     ` Wolfgang Schuster via ntg-context
  0 siblings, 1 reply; 4+ messages in thread
From: Steffen Wolfrum via ntg-context @ 2022-05-19 10:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Steffen Wolfrum



> Am 19.05.2022 um 08:14 schrieb Hans Hagen via ntg-context <ntg-context@ntg.nl>:
> 
> On 5/18/2022 8:07 PM, Steffen Wolfrum via ntg-context wrote:
>> Hi,
>> I just found an old mail from 30 May 2008:
>> How do I split not only TABLE but cells? It was not possible then.
>> \starttext
>> \bTABLE[split=yes,option=stretch]
>> \bTR
>> \bTD
>> \input tufte \input knuth Hello world ...
>> \eTD
>> \bTD
>> \input tufte
>> \eTD
>> \bTD
>> \input knuth
>> \eTD
>> \eTR
>> \bTR
>> \bTD
>> Test
>> \eTD
>> \bTD
>> Test
>> \eTD
>> \bTD
>> Test
>> \eTD
>> \eTR
>> \eTABLE
>> \stoptext
> not possible, use tabulate instead


do you have a MWE? 

the example from https://wiki.contextgarden.net/Tabulate gives an empty page:



\setuppapersize[A10, landscape][A8, landscape]
\setuppaper[nx=2,ny=2]
\setuparranging[XY]

\switchtobodyfont[5pt]
\setuppagenumbering[location={header,inright}]
\showframe[edge]

\setuptabulate
 [split=yes,
  header=text,
  title={\color[red] Fenchurch St. Paul},
  frame=on]

\starttabulate[|p(1.2cm)|p(1.2cm)|]
\dorecurse{6}{
\NC  Bells:  \NC  Tin tan din dan bim bam bom bo \NC\NR
\HL
\NC  Name:  \NC  Tailor Paul \NC \NR                                              
\HL
}
\stoptabulate
)



Best wishes, Steffen
___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: split TABLE cells
  2022-05-19 10:44   ` Steffen Wolfrum via ntg-context
@ 2022-05-19 16:38     ` Wolfgang Schuster via ntg-context
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Schuster via ntg-context @ 2022-05-19 16:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Wolfgang Schuster

Steffen Wolfrum via ntg-context schrieb am 19.05.2022 um 12:44:
> do you have a MWE?
> the example from https://wiki.contextgarden.net/Tabulate gives an empty page:
>
> [...]

You need \starttext and \stoptext in your document. The examples in the 
wiki don't need
both commands because they are added when the examples are created.

Below is a simple example.

\setuppapersize[A5]

\starttext

\starttabulate[|l|p|]
\NC Donald Knuth  \NC \input{knuth}  \NC\NR
\NC Hermann Zapf  \NC \input{zapf}   \NC\NR
\NC Edward Tufte  \NC \input{tufte}  \NC\NR
\NC Eugene Linden \NC \input{linden} \NC\NR
\stoptabulate

\stoptext

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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2022-05-19 16:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18 18:07 split TABLE cells Steffen Wolfrum via ntg-context
2022-05-19  6:14 ` Hans Hagen via ntg-context
2022-05-19 10:44   ` Steffen Wolfrum via ntg-context
2022-05-19 16:38     ` Wolfgang Schuster via ntg-context

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