From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17496 Path: main.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: \placefigure bug Date: Mon, 13 Dec 2004 14:43:48 +0100 Message-ID: <41BD9C94.9000207@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1102945442 12073 80.91.229.6 (13 Dec 2004 13:44:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Dec 2004 13:44:02 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Dec 13 14:43:57 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CdqUX-0003tT-00 for ; Mon, 13 Dec 2004 14:43:57 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 16EDE1278E; Mon, 13 Dec 2004 14:43:55 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 05739-02; Mon, 13 Dec 2004 14:43:52 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2FF7612784; Mon, 13 Dec 2004 14:43:51 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0A44E12784 for ; Mon, 13 Dec 2004 14:43:50 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 05702-03-2 for ; Mon, 13 Dec 2004 14:43:49 +0100 (CET) Original-Received: from glenfiddich.elvenkind.com (unknown [213.84.171.68]) by ronja.ntg.nl (Postfix) with ESMTP id 6D41712783 for ; Mon, 13 Dec 2004 14:43:49 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id 2B87C36229 for ; Mon, 13 Dec 2004 14:41:47 +0100 (CET) Original-Received: from glenfiddich.elvenkind.com ([127.0.0.1]) by localhost (glenfiddich.elvenkind.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25708-02 for ; Mon, 13 Dec 2004 14:41:46 +0100 (CET) Original-Received: from [10.10.0.6] (glenlivet.elvenkind.com [10.10.0.6]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id 9530836221 for ; Mon, 13 Dec 2004 14:41:46 +0100 (CET) User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl X-Virus-Scanned: by amavisd-new at elvenkind.net X-Virus-Scanned: by 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: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:17496 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17496 Hans, The following gives me and undefined reference: %%%%%%%%%%%%%%%%%%% \starttext A test of a figure, see \in {figure} [figa] \placefigure [figa] {The caption} {\externalfigure [02.jpg]} \stoptext %%%%%%%%%%%%%%%%%%% It only works correctly if both bracketed arguments to \placefigure are supplied (I tested versions 2004.11.06 and 2004.12.06, but it probably affects other versions as well). Greetings, Taco