From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14507 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Reducing fontsize for some equations (\startformula), how done best Date: Tue, 13 Jan 2004 13:58:12 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20040113135716.01eefec0@server-1> References: <20040112103658.GA27467@physik.fu-berlin.de> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1073998751 5798 80.91.224.253 (13 Jan 2004 12:59:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Jan 2004 12:59:11 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Jan 13 13:59:01 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AgO8L-0006Y1-00 for ; Tue, 13 Jan 2004 13:59:01 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 1726410B52; Tue, 13 Jan 2004 13:58:19 +0100 (MET) Original-Received: from mail.solcon.net (mail.solcon.net [212.45.33.5]) by ref.ntg.nl (Postfix) with ESMTP id 8D89610AFC for ; Tue, 13 Jan 2004 13:57:41 +0100 (MET) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mail.solcon.net (8.11.6/8.9.3) with ESMTP id i0DCwG310571 for ; Tue, 13 Jan 2004 13:58:16 +0100 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id C962317AFF; Tue, 13 Jan 2004 13:58:19 +0100 (CET) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id CBBC617A21 for ; Tue, 13 Jan 2004 12:58:18 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: <20040112103658.GA27467@physik.fu-berlin.de> Original-References: <20040112103658.GA27467@physik.fu-berlin.de> Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14507 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14507 Hi Tobias, >I have several equations. But for some of them (lengthy and >uninteresting calculations) in the appendix the default fontsize is too >big. What is the best way (command) to reduce their size consistently? Can you play with the following and let me know it this works ok with regards to spacing: \starttext \unprotect \appendtoks \doifdefined{\??fm\currentformula\c!korps} {\switchtobodyfont[\getvalue{\??fm\currentformula\c!korps}]}% \to \everydisplay \protect \definieerformule[small][bodyfont=5pt] \input tufte \startsmallformula \hbox{small and boring: } e = mc^2 \stopsmallformula \input tufte \stoptext When ok i can incorporate the bodyfont key Hans