ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* multipage tabular
@ 2009-07-17 10:33 Vafa Khalighi
  2009-07-17 10:39 ` Wolfgang Schuster
  0 siblings, 1 reply; 8+ messages in thread
From: Vafa Khalighi @ 2009-07-17 10:33 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 150 bytes --]

Does ConTeXt allow users to typeset multipage tabular and if it does, then
can someone please tell me what kind of algorithm ConTeXt uses  for these?

[-- Attachment #1.2: Type: text/html, Size: 177 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: multipage tabular
  2009-07-17 10:33 multipage tabular Vafa Khalighi
@ 2009-07-17 10:39 ` Wolfgang Schuster
  2009-07-17 11:03   ` Vafa Khalighi
  0 siblings, 1 reply; 8+ messages in thread
From: Wolfgang Schuster @ 2009-07-17 10:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 17.07.2009 um 12:33 schrieb Vafa Khalighi:

> Does ConTeXt allow users to typeset multipage tabular

all table environments in context can be split across pages

> and if it does, then can someone please tell me what kind of  
> algorithm ConTeXt uses  for these?

???

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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: multipage tabular
  2009-07-17 10:39 ` Wolfgang Schuster
@ 2009-07-17 11:03   ` Vafa Khalighi
  2009-07-17 11:07     ` luigi scarso
                       ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Vafa Khalighi @ 2009-07-17 11:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 422 bytes --]

>
>  and if it does, then can someone please tell me what kind of algorithm
>> ConTeXt uses  for these?
>>
>
> ???
>
>
In TeX you can not have multi page tabular unless you program something. I
want to know about the ConTeXt algorithm of doing this.  In LaTeX there are
two packages longtable and suopertabular each with advantages and
disadvantages so I have been interested to see how ConTeXt handles multipage
tabular.

[-- Attachment #1.2: Type: text/html, Size: 831 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: multipage tabular
  2009-07-17 11:03   ` Vafa Khalighi
@ 2009-07-17 11:07     ` luigi scarso
  2009-07-17 11:08     ` Wolfgang Schuster
  2009-07-17 11:21     ` Wolfgang Schuster
  2 siblings, 0 replies; 8+ messages in thread
From: luigi scarso @ 2009-07-17 11:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 610 bytes --]

On Fri, Jul 17, 2009 at 1:03 PM, Vafa Khalighi <vafa@users.berlios.de>wrote:

>
>
>
>>
>>  and if it does, then can someone please tell me what kind of algorithm
>>> ConTeXt uses  for these?
>>>
>>
>> ???
>>
>>
> In TeX you can not have multi page tabular unless you program something. I
> want to know about the ConTeXt algorithm of doing this.  In LaTeX there are
> two packages longtable and suopertabular each with advantages and
> disadvantages so I have been interested to see how ConTeXt handles multipage
> tabular.
>
hmm, the definitive answer is in the code --and into the Hans's head -- .
-- 
luigi

[-- Attachment #1.2: Type: text/html, Size: 1294 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: multipage tabular
  2009-07-17 11:03   ` Vafa Khalighi
  2009-07-17 11:07     ` luigi scarso
@ 2009-07-17 11:08     ` Wolfgang Schuster
  2009-07-17 11:21     ` Wolfgang Schuster
  2 siblings, 0 replies; 8+ messages in thread
From: Wolfgang Schuster @ 2009-07-17 11:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 17.07.2009 um 13:03 schrieb Vafa Khalighi:

> and if it does, then can someone please tell me what kind of  
> algorithm ConTeXt uses  for these?
>
> ???
>
> In TeX you can not have multi page tabular unless you program  
> something.

And what's this for you?

\starttext
\halign{#\cr\dorecurse{100}{text\cr}\crcr}
\stoptext

> I want to know about the ConTeXt algorithm of doing this.

Take a look in the tabl-xxx.(mkii|mkiv) files.

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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: multipage tabular
  2009-07-17 11:03   ` Vafa Khalighi
  2009-07-17 11:07     ` luigi scarso
  2009-07-17 11:08     ` Wolfgang Schuster
@ 2009-07-17 11:21     ` Wolfgang Schuster
  2009-07-17 11:22       ` Vafa Khalighi
  2009-07-17 11:30       ` Hans Hagen
  2 siblings, 2 replies; 8+ messages in thread
From: Wolfgang Schuster @ 2009-07-17 11:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 17.07.2009 um 13:03 schrieb Vafa Khalighi:

> In LaTeX there are two packages longtable and suopertabular each  
> with advantages and disadvantages so I have been interested to see  
> how ConTeXt handles multipage tabular.

When you want to make a decision which table you want to you take a  
look at this table: http://wiki.contextgarden.net/Tables_Overview

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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: multipage tabular
  2009-07-17 11:21     ` Wolfgang Schuster
@ 2009-07-17 11:22       ` Vafa Khalighi
  2009-07-17 11:30       ` Hans Hagen
  1 sibling, 0 replies; 8+ messages in thread
From: Vafa Khalighi @ 2009-07-17 11:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 30 bytes --]

thanks heaps  for the details

[-- Attachment #1.2: Type: text/html, Size: 57 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: multipage tabular
  2009-07-17 11:21     ` Wolfgang Schuster
  2009-07-17 11:22       ` Vafa Khalighi
@ 2009-07-17 11:30       ` Hans Hagen
  1 sibling, 0 replies; 8+ messages in thread
From: Hans Hagen @ 2009-07-17 11:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Wolfgang Schuster wrote:
> 
> Am 17.07.2009 um 13:03 schrieb Vafa Khalighi:
> 
>> In LaTeX there are two packages longtable and suopertabular each with 
>> advantages and disadvantages so I have been interested to see how 
>> ConTeXt handles multipage tabular.
> 
> When you want to make a decision which table you want to you take a look 
> at this table: http://wiki.contextgarden.net/Tables_Overview

ah, nice page

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | 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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2009-07-17 11:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-17 10:33 multipage tabular Vafa Khalighi
2009-07-17 10:39 ` Wolfgang Schuster
2009-07-17 11:03   ` Vafa Khalighi
2009-07-17 11:07     ` luigi scarso
2009-07-17 11:08     ` Wolfgang Schuster
2009-07-17 11:21     ` Wolfgang Schuster
2009-07-17 11:22       ` Vafa Khalighi
2009-07-17 11:30       ` Hans Hagen

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