From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30268 Path: news.gmane.org!not-for-mail From: Peter Rolf Newsgroups: gmane.comp.tex.context Subject: Re: some questions Date: Mon, 14 Aug 2006 01:07:53 +0200 Message-ID: <44DFB0C9.1010704@gmx.net> References: <44DFB4C9.6159.A5C9A1@wwl.musensturm.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1155510508 10938 80.91.229.2 (13 Aug 2006 23:08:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 13 Aug 2006 23:08:28 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Aug 14 01:08:23 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1GCP49-0004Uo-Im for gctc-ntg-context-518@m.gmane.org; Mon, 14 Aug 2006 01:08:21 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E29D31FD8C; Mon, 14 Aug 2006 01:08:20 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 05776-08; Mon, 14 Aug 2006 01:08:15 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F0AD91FD7E; Mon, 14 Aug 2006 01:08:14 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2B9AE1FD7E for ; Mon, 14 Aug 2006 01:08:11 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 12281-01 for ; Mon, 14 Aug 2006 01:08:07 +0200 (CEST) Original-Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by ronja.ntg.nl (Postfix) with SMTP id A97C01FD72 for ; Mon, 14 Aug 2006 01:08:06 +0200 (CEST) Original-Received: (qmail invoked by alias); 13 Aug 2006 23:08:04 -0000 Original-Received: from i577B9FE6.versanet.de (EHLO [192.168.1.3]) [87.123.159.230] by mail.gmx.net (mp043) with SMTP; 14 Aug 2006 01:08:04 +0200 X-Authenticated: #24293357 User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) Original-To: mailing list for ConTeXt users In-Reply-To: <44DFB4C9.6159.A5C9A1@wwl.musensturm.de> X-Enigmail-Version: 0.94.0.0 X-Y-GMX-Trusted: 0 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:30268 Archived-At: wwl@musensturm.de wrote: >>> \setupcolors[state=start] >>> \starttext >>> How can I use the brace-key right? >>> \starttable[| \{ |] >> the wiki entry is not that clear ("enclose the column in braces"). >> \{ is a just a grouping command (which directly gives a solution >> for >> your second answer) >> >> Use >> [| a{\{}b{\}} |] >> >> to add "braces" >> >>> \NC no braces \SR >>> \stoptable >>> >>> What I am doing wrong here? >>> \starttable[ o1 | C{red} |] >> \{C{red} > > Ahh! I see! > So '\{' is a table command NOT a FormatKey? > > But why is '\{' introduced in 'thrd-tab.tex' with > \NewFormatKey \{{..} as a primitive key? > > The wikiwriter has obviously used this source too. > Sorry, I don't know. > >>> Should'nt \arg{bla} be \type{{bla}}? > > \arg{bla} gives me 'argbla'! > I have no idea what it is used for. Using it in math environment $\arg{bla}$ gives me "arg {\it bla}" which is much better than 'argbla'. I guess it's a math only macro. Greetings, Peter > Wolfgang > > > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context > >