From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/83624 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: bug in \externalfigure Date: Thu, 1 Aug 2013 09:56:24 -0400 (EDT) Message-ID: References: <027C1595-7898-4B75-A677-BA4C24FE9B3F@icloud.com> <20130801130854.GA8003@homerow> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323329-75506608-1375365385=:3506" X-Trace: ger.gmane.org 1375365399 22503 80.91.229.3 (1 Aug 2013 13:56:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 Aug 2013 13:56:39 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Aug 01 15:56:43 2013 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([5.39.185.229]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V4tMr-0004vg-59 for gctc-ntg-context-518@m.gmane.org; Thu, 01 Aug 2013 15:56:37 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 09ABB101EC; Thu, 1 Aug 2013 15:56:05 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id CukNX3QBCf7J; Thu, 1 Aug 2013 15:56:03 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 9393E101E6; Thu, 1 Aug 2013 15:56:03 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 37B0E101E6 for ; Thu, 1 Aug 2013 15:56:02 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id CeHtKdD8ZE0d for ; Thu, 1 Aug 2013 15:56:01 +0200 (CEST) Original-Received: from filter3-utr.mf.surf.net (filter3-utr.mf.surf.net [195.169.124.154]) by balder.ntg.nl (Postfix) with ESMTP id 347D5101E4 for ; Thu, 1 Aug 2013 15:56:01 +0200 (CEST) Original-Received: from hackers.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.14.81]) by filter3-utr.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id r71DuRb7029097 for ; Thu, 1 Aug 2013 15:56:31 +0200 Original-Received: FROM adi-thinkpad.local ((null) [135.0.233.198]) By hackers.mr.itd.umich.edu ID 51FA6909.E1034.6208 ; Authuser adityam; 1 Aug 2013 09:56:25 EDT In-Reply-To: <20130801130854.GA8003@homerow> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=141.211.14.81; country=US; region=MI; city=Ann Arbor; postalcode=48109; latitude=42.2923; longitude=-83.7145; metrocode=505; areacode=734; http://maps.google.com/maps?q=42.2923,-83.7145&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 08K7pUrjf - b387e66490fb - 20130801 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 195.169.124.154 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:83624 Archived-At: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-75506608-1375365385=:3506 Content-Type: TEXT/PLAIN; charset=utf-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Thu, 1 Aug 2013, Marco Patzer wrote: > On 2013=E2=80=9308=E2=80=9301 Jannik Voges wrote: > >> I found a bug in the current ConTeXt Beta with externalfigure. The follo= wing minimal example will show you what happens >> >> >> \starttext >> >> \externalfigure[cow] >> >> \externalfigure[cow][width=3D10cm] >> >> \page >> >> \externalfigure[test] > > This reads in the file > > texmf-modules/doc/fonts/urw/garamond/test.tex > > which is not desired. But I assume you have a =E2=80=9Ctest=E2=80=9D grap= hic in your > current directory which is used instead, so this is unrelated to > your problem. I think that the advice of omitting the file extension given in most LaTeX= =20 introductions is more trouble than it is worth in ConTeXt. Omitting file=20 extensions is important if you are generating both dvi and pdf outputs. In= =20 ConTeXt, one never uses the DVI output, so I think that one should ALWAYS= =20 specify the file extension. That removes a lot of headaches with the wrong= =20 file being sourced. Aditya --8323329-75506608-1375365385=:3506 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________ --8323329-75506608-1375365385=:3506--