ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \define in conflict with \startxtable[]
@ 2020-11-08  3:54 Sylvain Hubert
  2020-11-08  9:15 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Sylvain Hubert @ 2020-11-08  3:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Dear List,

Could anyone manage to typeset the following example? Here [] causes an
error "Extra }, or forgotten \endgroup".

    \starttext
    \define\sample{
    \startxtable[]
    \startxtablehead
    \startxrow
    \startxcell 123\stopxcell
    \stopxrow
    \stopxtablehead
    \stopxtable
    }
    \sample
    \stoptext

Thanks in advance.

Best,
Sylvain

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

[-- Attachment #2: Type: text/plain, Size: 493 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: \define in conflict with \startxtable[]
  2020-11-08  3:54 \define in conflict with \startxtable[] Sylvain Hubert
@ 2020-11-08  9:15 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2020-11-08  9:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Sylvain Hubert schrieb am 08.11.2020 um 04:54:
> Dear List,
> 
> Could anyone manage to typeset the following example? Here [] causes an 
> error "Extra }, or forgotten \endgroup".
> 
>      \starttext
>      \define\sample{
>      \startxtable[]
>      \startxtablehead
>      \startxrow
>      \startxcell 123\stopxcell
>      \stopxrow
>      \stopxtablehead
>      \stopxtable
>      }
>      \sample
>      \stoptext


\starttext

\define\sample
   {\startembeddedxtable
      \startxrow
        \startxcell \unknown \stopxcell
      \stopxrow
    \stopembeddedxtable}

\sample

\stoptext


or


\starttext

\startbuffer[sample]
   \startxtable
     \startxrow
       \startxcell \unknown \stopxcell
     \stopxrow
   \stopxtable
\stopbuffer

\getbuffer[sample]

\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] 2+ messages in thread

end of thread, other threads:[~2020-11-08  9:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-08  3:54 \define in conflict with \startxtable[] Sylvain Hubert
2020-11-08  9:15 ` Wolfgang Schuster

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