From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/23516 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: \appliedfigure... Date: Wed, 16 Nov 2005 23:29:29 +0100 Message-ID: <437BB2C9.5020203@wxs.nl> References: <43287E28.8010303@wxs.nl> <4329BDCB.3040500@wxs.nl> <432DAC82.7010408@wxs.nl> <43311AEB.5090605@wxs.nl> <437B28B8.4050901@elvenkind.com> <437B722B.5060508@elvenkind.com> <437B7C97.2030404@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1132180432 18616 80.91.229.2 (16 Nov 2005 22:33:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 16 Nov 2005 22:33:52 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Nov 16 23:33:44 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 1EcVoD-0001Bg-3R for gctc-ntg-context-518@m.gmane.org; Wed, 16 Nov 2005 23:31:17 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BE0B3127BE; Wed, 16 Nov 2005 23:31:16 +0100 (CET) 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 21652-05; Wed, 16 Nov 2005 23:31:16 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 571F3127ED; Wed, 16 Nov 2005 23:29:32 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4E5BA127ED for ; Wed, 16 Nov 2005 23:29:31 +0100 (CET) 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 21615-02-3 for ; Wed, 16 Nov 2005 23:29:30 +0100 (CET) Original-Received: from controller-1 (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by ronja.ntg.nl (Postfix) with ESMTP id 6705C127BE for ; Wed, 16 Nov 2005 23:29:30 +0100 (CET) Original-Received: from [10.100.1.102] (unverified [10.100.1.102]) by controller-1 (SurgeMail 3.5b3) with ESMTP id 3588 for ; Wed, 16 Nov 2005 23:33:05 +0300 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <437B7C97.2030404@elvenkind.com> X-Server: High Performance Mail Server - http://surgemail.com r=-274017400 X-Authenticated-User: hagen@controller-1 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-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:23516 Archived-At: Taco Hoekwater wrote: > Peter M=EF=BF=BDnster wrote: > >> On Wed, 16 Nov 2005, Taco Hoekwater wrote: >> >> >>> Peter M=EF=BF=BDnster wrote: >>> >>>> On Wed, 16 Nov 2005, Taco Hoekwater wrote: >>>> >>>> Yes and no, \appliedfigureoptions seems to be empty: >>> >>> >>> It contains only the value of the option=3D key from >>> \externalfigure, so it will be empty in this case. >> >> >> Is there any possibility to get "width=3D1cm" ? > > > Not using \appliedfigure.... , but if you are willing > to mess with \unprotect: > > \unprotect > \appendtoks > \writestatus{figures}{@@efwidth=3D\@@efwidth} > \writestatus{figures}{figurewidth=3D\figurewidth} > \to\externalfigurepostprocessors > \protect > > Not sure if Hans is all that happy with that, though, because > the use of low-level \@@ef... stuff is precisely what the > \applied .. macros were supposed to hide. hm, @@ef is going to stay, but it is indeed ugly (maybe some day we have=20 \figureparameter btw, how about: \usemodule[res-trace] it will let context write a \jobname.rlg (resource log) with some info Hans