ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [***SPAM***] Re: Line break in a cell of a table
@ 2013-04-17  6:07 "H. Özoguz"
  2013-04-17  6:26 ` Aditya Mahajan
  0 siblings, 1 reply; 2+ messages in thread
From: "H. Özoguz" @ 2013-04-17  6:07 UTC (permalink / raw)
  To: ntg-context

> BTW, I think that it is better to use Natural Table or tabulate instead of
> table environment. For example, you can write:
>
> \startTABLE
> \NC First Entry \\ (Explanation) \NC Second Entry \NC \NR
> \stopTABLE

Thanks Aditya. Can you give me a short reference to understand the 
difference, what is "Natural Table"? Is it the same as
\placetable[][]{}{\starttable[]....\stoptable}
?

Huseyin

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


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

* Re: [***SPAM***] Re: Line break in a cell of a table
  2013-04-17  6:07 [***SPAM***] Re: Line break in a cell of a table "H. Özoguz"
@ 2013-04-17  6:26 ` Aditya Mahajan
  0 siblings, 0 replies; 2+ messages in thread
From: Aditya Mahajan @ 2013-04-17  6:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: TEXT/PLAIN, Size: 944 bytes --]

On Wed, 17 Apr 2013, "H. Özoguz" wrote:

>> BTW, I think that it is better to use Natural Table or tabulate instead of
>> table environment. For example, you can write:
>> 
>> \startTABLE
>> \NC First Entry \\ (Explanation) \NC Second Entry \NC \NR
>> \stopTABLE
>
> Thanks Aditya. Can you give me a short reference to understand the 
> difference, what is "Natural Table"?

See http://wiki.contextgarden.net/TABLE

and

http://tex.stackexchange.com/search?q=user%3A323+[tables]

for examples.

> Is it the same as
> \placetable[][]{}{\starttable[]....\stoptable}
> ?

No. \placetable is a float mechanism, which can float any \hbox. For 
example, you can use:

    \placetable[..][..]{...}{\hbox{Hello world}}

table, tables, tabulate, linetable, TABLE, xtable, are different wrappers 
around \halign for creating tables. See

http://wiki.contextgarden.net/Tables_Overview

for a partial comparison.

Aditya

[-- Attachment #2: Type: text/plain, Size: 485 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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2013-04-17  6:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-17  6:07 [***SPAM***] Re: Line break in a cell of a table "H. Özoguz"
2013-04-17  6:26 ` Aditya Mahajan

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