From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30256 Path: news.gmane.org!not-for-mail From: Peter Rolf Newsgroups: gmane.comp.tex.context Subject: Re: some questions Date: Sun, 13 Aug 2006 00:57:39 +0200 Message-ID: <44DE5CE3.2020800@gmx.net> References: <44DE5E51.26129.197AF05@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 1155423473 27761 80.91.229.2 (12 Aug 2006 22:57:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 12 Aug 2006 22:57:53 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Aug 13 00:57:52 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 1GC2QR-0002vv-LG for gctc-ntg-context-518@m.gmane.org; Sun, 13 Aug 2006 00:57:51 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0CC631FE45; Sun, 13 Aug 2006 00:57:51 +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 18543-06; Sun, 13 Aug 2006 00:57:45 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9F8BF1FE09; Sun, 13 Aug 2006 00:57:45 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 15C981FE09 for ; Sun, 13 Aug 2006 00:57:44 +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 15940-06 for ; Sun, 13 Aug 2006 00:57:40 +0200 (CEST) Original-Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by ronja.ntg.nl (Postfix) with SMTP id C3D5B1FE00 for ; Sun, 13 Aug 2006 00:57:40 +0200 (CEST) Original-Received: (qmail invoked by alias); 12 Aug 2006 22:57:40 -0000 Original-Received: from i577BAC06.versanet.de (EHLO [192.168.1.3]) [87.123.172.6] by mail.gmx.net (mp020) with SMTP; 13 Aug 2006 00:57:40 +0200 X-Authenticated: #24293357 User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) Original-To: mailing list for ConTeXt users In-Reply-To: <44DE5E51.26129.197AF05@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:30256 Archived-At: Hi Wolfgang, wwl@musensturm.de wrote: > Hallo! > > After reading some manuals, I have some questions. > May be I have not understand it right. > > Try the following example: > --------------------------- > \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} Salve, Peter > \VL red \VL\SR > \stoptable > red too! > > Should'nt \arg{bla} be \type{{bla}}? > \stoptext > ------------------------ > > Wolfgang > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context > >