From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31078 Path: news.gmane.org!not-for-mail From: Sanjoy Mahajan Newsgroups: gmane.comp.tex.context Subject: \sometxt bodyfontsize in staticMPfigure (2006.09.27 beta) Date: Thu, 28 Sep 2006 00:24:26 -0400 Message-ID: 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 1159417528 13763 80.91.229.2 (28 Sep 2006 04:25:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Sep 2006 04:25:28 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Sep 28 06:25:19 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 1GSnSN-00030m-9O for gctc-ntg-context-518@m.gmane.org; Thu, 28 Sep 2006 06:25:07 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id ED6B91FECE; Thu, 28 Sep 2006 06:25:05 +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 05572-07; Thu, 28 Sep 2006 06:24:52 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 207DB1FE83; Thu, 28 Sep 2006 06:24:52 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 69AC01FE83 for ; Thu, 28 Sep 2006 06:24:48 +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 05864-06 for ; Thu, 28 Sep 2006 06:24:42 +0200 (CEST) Original-Received: from elasmtp-kukur.atl.sa.earthlink.net (elasmtp-kukur.atl.sa.earthlink.net [209.86.89.65]) by ronja.ntg.nl (Postfix) with SMTP id E1C971FE7F for ; Thu, 28 Sep 2006 06:24:38 +0200 (CEST) Original-Received: from [24.41.6.91] (helo=approximate.corpus.cam.ac.uk) by elasmtp-kukur.atl.sa.earthlink.net with asmtp (TLSv1:AES256-SHA:256) (Exim 4.34) id 1GSnRs-0008VS-Na; Thu, 28 Sep 2006 00:24:36 -0400 Original-Received: from sanjoy by approximate.corpus.cam.ac.uk with local (Exim 4.60) (envelope-from ) id 1GSnRi-0003Yg-U2; Thu, 28 Sep 2006 00:24:26 -0400 Original-To: ntg-context@ntg.nl X-Mailer: MH-E 7.85; nmh 1.1; GNU Emacs 21.4.1 X-ELNK-Trace: dcd19350f30646cc26f3bd1b5f75c9f474bf435c0eb9d4786a166ed818d7c74791ddca28fba760b331a49835436c9336350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 24.41.6.91 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:31078 Archived-At: [I'm testing the 2006.09.27 beta on Linux] Thanks for the new \sometxt in staticMPfigures. I'm just testing its operation, and find that the text is not set in the document's bodyfont size. For example, \setupbodyfont[20pt] \starttext \startstaticMPfigure{fig} label(\sometxt{in sometxt},origin); \stopstaticMPfigure outside sometxt \usestaticMPfigure[fig] \stoptext produces a small "in sometxt" and a large "outside sometxt". With this file both are large, as I expected \sometxt to work: \setupbodyfont[20pt] \starttext \startreusableMPgraphic{fig} label(\sometxt{in sometxt},origin); \stopreusableMPgraphic{ outside sometxt \reuseMPgraphic{fig} \stoptext I haven't figured out the full story. But in the intermediate .mp files generated by texexec, the staticMPfigure case has "BodyFontSize:=12.0pt;" whereas in the reusableMPgraphic case, the file has "BodyFontSize:=20.0pt;". -Sanjoy `A society of sheep must in time beget a government of wolves.' -- Bertrand de Jouvenal