ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Natural TABLE does not split with \placetable
@ 2007-07-04  0:31 Saji Njarackalazhikam Hameed
  2007-07-04  5:47 ` Wolfgang Schuster
  2007-07-04  7:08 ` luigi scarso
  0 siblings, 2 replies; 5+ messages in thread
From: Saji Njarackalazhikam Hameed @ 2007-07-04  0:31 UTC (permalink / raw)
  To: ntg-context

                                                                                                                   
Hi,                                                                                                                
                                                                
I am using Natural Tables to typeset a rather long table. If I 
embed the table within a \placetable[][]{}{\bTABLE \eTABLE}, I
cannot get the table to spread over multiple pages.          
                                                                                                                   
The table extends over multiple pages, if I do not embed it 
within \placetable.                                        
                                                                                                                   
Can somebody help? I am using  the latest version of context
( i believe ) :
                                                            
texexec --version                                          
TeXExec | version 6.2.0 - 1997-2006 - PRAGMA ADE/POD      
                                                                                                                   
saji                                 

-- 
Saji N. Hameed

APEC Climate Center          				+82 51 668 7470
National Pension Corporation Busan Building 12F         
Yeonsan 2-dong, Yeonje-gu, BUSAN 611705			saji@apcc21.net
KOREA
___________________________________________________________________________________
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] 5+ messages in thread

* Re: Natural TABLE does not split with \placetable
  2007-07-04  0:31 Natural TABLE does not split with \placetable Saji Njarackalazhikam Hameed
@ 2007-07-04  5:47 ` Wolfgang Schuster
  2007-07-04  7:48   ` Saji Njarackalazhikam Hameed
  2007-07-04  7:08 ` luigi scarso
  1 sibling, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2007-07-04  5:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users

2007/7/4, Saji Njarackalazhikam Hameed <saji@apcc21.net>:
>
> Hi,
>
> I am using Natural Tables to typeset a rather long table. If I
> embed the table within a \placetable[][]{}{\bTABLE \eTABLE}, I
> cannot get the table to spread over multiple pages.
>
> The table extends over multiple pages, if I do not embed it
> within \placetable.
>
> Can somebody help? I am using  the latest version of context
> ( i believe ) :
>
> texexec --version
> TeXExec | version 6.2.0 - 1997-2006 - PRAGMA ADE/POD
>
> saji
>
> --
> Saji N. Hameed

\starttext

\placetable
  [split]
  {Splitted table}
  {\bTABLE
   \dorecurse{100}{\bTR\bTD text\eTD\eTR}
   \eTABLE}

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


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

* Re: Natural TABLE does not split with \placetable
  2007-07-04  0:31 Natural TABLE does not split with \placetable Saji Njarackalazhikam Hameed
  2007-07-04  5:47 ` Wolfgang Schuster
@ 2007-07-04  7:08 ` luigi scarso
  2007-07-04  7:48   ` Saji Njarackalazhikam Hameed
  1 sibling, 1 reply; 5+ messages in thread
From: luigi scarso @ 2007-07-04  7:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Can you give an example ?

-- 
luigi
----------------------------------------------------------------
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
___________________________________________________________________________________
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] 5+ messages in thread

* Re: Natural TABLE does not split with \placetable
  2007-07-04  7:08 ` luigi scarso
@ 2007-07-04  7:48   ` Saji Njarackalazhikam Hameed
  0 siblings, 0 replies; 5+ messages in thread
From: Saji Njarackalazhikam Hameed @ 2007-07-04  7:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users

> Can you give an example ?

i am cutting and pasting this from Wolfgang. He suggested using the 
split option and it works.

\starttext                                                                                                 
                                                                                                           
\placetable                                                                                                
  [split]                                                                                                  
  {Splitted table}                                                                                         
  {\bTABLE                                                                                                 
   \dorecurse{100}{\bTR\bTD text\eTD\eTR}                                                                  
   \eTABLE}                                                                                                
                                                                                                           
\stoptext   

* luigi scarso <luigi.scarso@gmail.com> [2007-07-04 09:08:53 +0200]:

> Can you give an example ?
> 
> -- 
> luigi
> ----------------------------------------------------------------
> 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
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

-- 
Saji N. Hameed

APEC Climate Center          				+82 51 668 7470
National Pension Corporation Busan Building 12F         
Yeonsan 2-dong, Yeonje-gu, BUSAN 611705			saji@apcc21.net
KOREA
___________________________________________________________________________________
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] 5+ messages in thread

* Re: Natural TABLE does not split with \placetable
  2007-07-04  5:47 ` Wolfgang Schuster
@ 2007-07-04  7:48   ` Saji Njarackalazhikam Hameed
  0 siblings, 0 replies; 5+ messages in thread
From: Saji Njarackalazhikam Hameed @ 2007-07-04  7:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thanks very much. 

saji

* Wolfgang Schuster <schuster.wolfgang@googlemail.com> [2007-07-04 07:47:48 +0200]:

> 2007/7/4, Saji Njarackalazhikam Hameed <saji@apcc21.net>:
> >
> > Hi,
> >
> > I am using Natural Tables to typeset a rather long table. If I
> > embed the table within a \placetable[][]{}{\bTABLE \eTABLE}, I
> > cannot get the table to spread over multiple pages.
> >
> > The table extends over multiple pages, if I do not embed it
> > within \placetable.
> >
> > Can somebody help? I am using  the latest version of context
> > ( i believe ) :
> >
> > texexec --version
> > TeXExec | version 6.2.0 - 1997-2006 - PRAGMA ADE/POD
> >
> > saji
> >
> > --
> > Saji N. Hameed
> 
> \starttext
> 
> \placetable
>   [split]
>   {Splitted table}
>   {\bTABLE
>    \dorecurse{100}{\bTR\bTD text\eTD\eTR}
>    \eTABLE}
> 
> \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://tex.aanhet.net
> archive  : https://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________

-- 
Saji N. Hameed

APEC Climate Center          				+82 51 668 7470
National Pension Corporation Busan Building 12F         
Yeonsan 2-dong, Yeonje-gu, BUSAN 611705			saji@apcc21.net
KOREA
___________________________________________________________________________________
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] 5+ messages in thread

end of thread, other threads:[~2007-07-04  7:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-04  0:31 Natural TABLE does not split with \placetable Saji Njarackalazhikam Hameed
2007-07-04  5:47 ` Wolfgang Schuster
2007-07-04  7:48   ` Saji Njarackalazhikam Hameed
2007-07-04  7:08 ` luigi scarso
2007-07-04  7:48   ` Saji Njarackalazhikam Hameed

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