From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/22405 Path: news.gmane.org!not-for-mail From: Giuseppe Bilotta Newsgroups: gmane.comp.tex.context Subject: Re[2]: Switching to smaller font more thoroughly Date: Mon, 12 Sep 2005 09:42:27 +0200 Message-ID: <849892459.20050912094227@iol.it> References: <1387845739.20050911205340@iol.it> <432523B2.3040507@elvenkind.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 1126511139 26675 80.91.229.2 (12 Sep 2005 07:45:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 12 Sep 2005 07:45:39 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Sep 12 09:45:36 2005 Return-path: 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 1EEizW-0004rE-7w for gctc-ntg-context-518@m.gmane.org; Mon, 12 Sep 2005 09:44:38 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5222512812; Mon, 12 Sep 2005 09:44:37 +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 06373-02-3; Mon, 12 Sep 2005 09:44:32 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4EFA2127FA; Mon, 12 Sep 2005 09:44:32 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 96F0E127F7 for ; Mon, 12 Sep 2005 09:44:22 +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 06373-02 for ; Mon, 12 Sep 2005 09:44:20 +0200 (CEST) Original-Received: from smtp6.libero.it (smtp6.libero.it [193.70.192.59]) by ronja.ntg.nl (Postfix) with ESMTP id 21E26127E3 for ; Mon, 12 Sep 2005 09:44:19 +0200 (CEST) Original-Received: from localhost (172.16.1.17) by smtp6.libero.it (7.0.027-DD01) id 431C376300575945 for ntg-context@ntg.nl; Mon, 12 Sep 2005 09:44:19 +0200 Original-Received: from smtp0.libero.it ([172.16.1.76]) by localhost (asav12.libero.it [193.70.192.95]) (amavisd-new, port 10024) with ESMTP id 32630-01-10 for ; Mon, 12 Sep 2005 09:44:19 +0200 (CEST) Original-Received: from OBLOMOV (adsl-ull-110-177.44-151.net24.it [151.44.177.110]) by smtp0.libero.it (Postfix) with ESMTP id 3BF25B095B for ; Mon, 12 Sep 2005 09:44:19 +0200 (MEST) X-Mailer: The Bat! (v3.5.25) Professional X-Priority: 3 (Normal) Original-To: mailing list for ConTeXt users In-Reply-To: <432523B2.3040507@elvenkind.com> X-Scanned: with antispam and antivirus automated system at libero.it X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:22405 Archived-At: Monday, September 12, 2005 Taco Hoekwater wrote: > Giuseppe Bilotta wrote: >> For a particular table, I need to switch to a smaller body >> font. Currently I'm using >> >> {\tfxx >> \placetable etc >> >> \par} >> >> but this way the math in the table doesn't get switched. Is >> there a way to make a more thorough switch? I tried >> \switchtobodyfont but it didn't work ... > Have you tried to put the \swichtobodyfont inside the > argument? > \placetable[here][tables]{Caption}{ > \switchtobodyfont[5pt] > etc. > } It doesn't work either way.