From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/313 Path: main.gmane.org!not-for-mail From: "Berend de Boer" Newsgroups: gmane.comp.tex.context Subject: How to get the figure size Date: Tue, 16 Feb 1999 13:10:39 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <013001be59a5$5ec7a250$0321a8c0@bmach.nederware.nl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035391173 22965 80.91.224.250 (23 Oct 2002 16:39:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:39:33 +0000 (UTC) Original-To: Xref: main.gmane.org gmane.comp.tex.context:313 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:313 > - 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). Change routine CheckInputFiles in texutil.pl to: sub CheckInputFiles { my ($UserSuppliedPath) = @_ ; @UserSuppliedFiles = glob $UserSuppliedPath } This is the correct implementation IMHO. Hopefully in IHHO (In Hans Honest Opinion) soon as well :-) Groetjes, Berend. (-: