From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17499 Path: main.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: \placefigure bug Date: Mon, 13 Dec 2004 17:39:52 +0100 Organization: Elvenkind Message-ID: <20041213173952.338e9278.taco@elvenkind.com> References: <41BD9C94.9000207@elvenkind.com> <41BDC01F.60703@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1102956030 14850 80.91.229.6 (13 Dec 2004 16:40:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Dec 2004 16:40:30 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Dec 13 17:40:19 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 1CdtFD-0003OZ-00 for ; Mon, 13 Dec 2004 17:40:19 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 73B01127A0; Mon, 13 Dec 2004 17:40:17 +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 06782-08; Mon, 13 Dec 2004 17:40:13 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2A1D012792; Mon, 13 Dec 2004 17:40:13 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5E58D12792 for ; Mon, 13 Dec 2004 17:40:11 +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 06824-06 for ; Mon, 13 Dec 2004 17:40:10 +0100 (CET) Original-Received: from post-24.mail.nl.demon.net (unknown [194.159.73.194]) by ronja.ntg.nl (Postfix) with ESMTP id A622B1278E for ; Mon, 13 Dec 2004 17:40:10 +0100 (CET) Original-Received: from boo.demon.nl ([82.161.175.147]:44172) by post-24.mail.nl.demon.net with smtp (Exim 4.34) id 1CdtF4-000EV8-Gh for ntg-context@ntg.nl; Mon, 13 Dec 2004 16:40:10 +0000 Original-To: ntg-context@ntg.nl In-Reply-To: <41BDC01F.60703@wxs.nl> X-Mailer: Sylpheed version 0.8.5 (GTK+ 1.2.10; i586-mandrake-linux-gnu) 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:17499 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17499 On Mon, 13 Dec 2004 17:15:27 +0100 Hans Hagen wrote: > Taco Hoekwater wrote: > > 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). > > the first [arg] is the directive location and such), so it's: > > \placefigure [here] [figa] {The caption} {\externalfigure [02.jpg]} I know this, but I was not worried about placement, I only wanted a working figure reference. The actual author-supplied example that I was trying to typeset was this: %% Dat uitbundig fontgebruik niet van onze tijd is, toont de meer dan honderd jaar oude voorpagina in \in {figuur} [fig:font:1]. \placefigure [fig:font:1] {Een voorpagina.} {\externalfigure[scan-2.jpg]} %% If that was incorrect, then I'll happily shift from 'bug' to 'feature request' on the spot :-) That input looks perfectly sensible to me. Greetings, Taco