Re: [NTG-context] Colored cell background in Table

2014-02-23 Thread Flavien Lambert
Hi all, following the piece of advice, I tried to use tabulate but got an
error message with the following code:
\starttext
\startcombination[1]{
\starttabulate[|r|l|]
\NC c \NC centered  \NC \AR
\NC l \NC left aligned  \NC \AR
\NC r \NC right aligned \NC \AR
\stoptabulate
}{a}
\stopcombination
\stoptext

! Missing } inserted.

system   tex  error on line 7 in file /tmp/test.tex: Missing  ...

 1 \starttext
 2 \startcombination[1]{
 3 \starttabulate[|r|l|]
 4 \NC c \NC centered  \NC \AR
 5 \NC l \NC left aligned  \NC \AR
 6 \NC r \NC right aligned \NC \AR
 7   \stoptabulate
 8 }{a}
 9 \stopcombination
10 \stoptext

inserted text
}
to be read again
\halign
to be read again
{
inserted text
\aligntab \tabl_tabulate_flush_indent \strut \alignmark \aligntab
\alignmark \t
\tabl_tabulate_process ..._tabl_tabulate_preamble
  \crcr
\tabl_tabulate_inser...
l.7 \stoptabulate

Thanks,
F.


On 21 February 2014 17:15, Thangalin thanga...@gmail.com wrote:

 Hi Flavlen,

 See these threads:

 https://www.mail-archive.com/ntg-context@ntg.nl/msg51252.html
 http://www.ntg.nl/pipermail/ntg-context/2010/054614.html

 Looks like the wiki is out of date and the CL command has been
 deprecated. Hans wrote, ok, thanks for testing it ... I'm stripping
 that old code so bugs can creep in; I'm also considering removing the
 CL and such.

 See the tabulate command:

 http://wiki.contextgarden.net/Tabulate

 ___
 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

 ___

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

Re: [NTG-context] Colored cell background in Table

2014-02-23 Thread Wolfgang Schuster

Am 24.02.2014 um 08:40 schrieb Flavien Lambert petit.lep...@gmail.com:

 Hi all, following the piece of advice, I tried to use tabulate but got an 
 error message with the following code:
 \starttext
 \startcombination[1]{
 \starttabulate[|r|l|]
 \NC c \NC centered  \NC \AR
 \NC l \NC left aligned  \NC \AR
 \NC r \NC right aligned \NC \AR
 \stoptabulate
 }{a}
 \stopcombination
 \stoptext


When you have content which covers multiple lines you have to put \framed 
around it.

\starttext

\startcombination[nx=1,ny=1]
  \startcontent
\startframed[frame=off,align=normal,width=fit]
  \starttabulate[|r|l|]
  \NC c \NC centered  \NC \AR
  \NC l \NC left aligned  \NC \AR
  \NC r \NC right aligned \NC \AR
  \stoptabulate
\stopframed
  \stopcontent
  \startcaption
Tabulate
  \stopcaption
\stopcombination

\stoptext

PS. When you have a new question start a new thread and do not only change the 
subject of a old thread.

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


Re: [NTG-context] Colored cell background in Table

2014-02-21 Thread Thangalin
Hi Flavlen,

See these threads:

https://www.mail-archive.com/ntg-context@ntg.nl/msg51252.html
http://www.ntg.nl/pipermail/ntg-context/2010/054614.html

Looks like the wiki is out of date and the CL command has been
deprecated. Hans wrote, ok, thanks for testing it ... I'm stripping
that old code so bugs can creep in; I'm also considering removing the
CL and such.

See the tabulate command:

http://wiki.contextgarden.net/Tabulate
___
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
___