From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/311 Path: main.gmane.org!not-for-mail From: "Gilbert van den Dobbelsteen" Newsgroups: gmane.comp.tex.context Subject: How to get the figure size Date: Tue, 16 Feb 1999 09:53:32 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <000401be5989$d4cdc7c0$0c01a8c1@worf.login-bv.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035391171 22948 80.91.224.250 (23 Oct 2002 16:39:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:39:31 +0000 (UTC) Original-To: "context" Xref: main.gmane.org gmane.comp.tex.context:311 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:311 Hi there, This is probably very trivial but I need to do something like this: \presetexternalfigure[foo][somefig][height=100pt] \framed[width={\figurewidth[foo]}]{Some contents} Are there any macro's like this? I need to have the height too. I need it because I have a lot of figures with the same height, but with different widths. O yeah, and another problem: I use ActivateState perl, and some DJGPP perl (you know, a port that runs under DOS/WIN/OS/2 *and* win95 and it has long filename support) and there are some differences: - The DJGPP port is much faster (and I mean a lot faster here) - The DJGPP port does globbbing correct, e.g.: texutil --figures --epspage *.eps works fine, while the ActiveState port doesn't (texutil says it doesn't know any figures *.eps). Perhaps I did something completely wrong (Ok, Wybo, I'll switch to Linux some day). I have to stick to the ActiveState port because I use perl/Tk and ODBC database connectivity, which doesn't run under the DJGPP port. Gilbert.