From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/29876 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: Switching Font Size in a Natural Table Date: Wed, 2 Aug 2006 01:31:19 +0200 Message-ID: <6faad9f00608011631j431d8e98m890580901a6f4a07@mail.gmail.com> References: <44C7D844.700@wxs.nl> <7.0.1.0.0.20060726142829.01e35d28@3dsafety.com> 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 1154475139 15339 80.91.229.2 (1 Aug 2006 23:32:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 1 Aug 2006 23:32:19 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Aug 02 01:32:16 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 1G83iC-0004sh-GX for gctc-ntg-context-518@m.gmane.org; Wed, 02 Aug 2006 01:31:44 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E291F1FE21; Wed, 2 Aug 2006 01:31:43 +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 00580-07-2; Wed, 2 Aug 2006 01:31:34 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 77D331FE16; Wed, 2 Aug 2006 01:31:34 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A02F41FE1A for ; Wed, 2 Aug 2006 01:31:28 +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 03937-01 for ; Wed, 2 Aug 2006 01:31:22 +0200 (CEST) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by ronja.ntg.nl (Postfix) with SMTP id DF6821FE16 for ; Wed, 2 Aug 2006 01:31:20 +0200 (CEST) Original-Received: by nf-out-0910.google.com with SMTP id p46so409391nfa for ; Tue, 01 Aug 2006 16:31:19 -0700 (PDT) Original-Received: by 10.78.131.13 with SMTP id e13mr73602hud; Tue, 01 Aug 2006 16:31:19 -0700 (PDT) Original-Received: by 10.78.194.19 with HTTP; Tue, 1 Aug 2006 16:31:19 -0700 (PDT) Original-To: "mailing list for ConTeXt users" In-Reply-To: <7.0.1.0.0.20060726142829.01e35d28@3dsafety.com> Content-Disposition: inline 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:29876 Archived-At: On 7/26/06, Neal Lester wrote: > Is it possible to use more than one font size within a Natural > Table? If so, how? Why not? But what exactly is your question/what do you want to do/what went wrong when you tried to use it? \setupTABLE[c][1][style=\bfb] \bTABLE \bTR\bTD abc\eTD\bTD def\eTD\eTR \eTABLE Mojca