From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/58460 Path: news.gmane.org!not-for-mail From: Troy Henderson Newsgroups: gmane.comp.tex.context Subject: Referencing a Figure Date: Thu, 29 Apr 2010 20:45:07 -0500 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1272591919 30498 80.91.229.12 (30 Apr 2010 01:45:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 30 Apr 2010 01:45:19 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Apr 30 03:45:17 2010 connect(): No such file or directory Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O7fI4-00050v-TR for gctc-ntg-context-518@m.gmane.org; Fri, 30 Apr 2010 03:45:16 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id A11F4C9BB3; Fri, 30 Apr 2010 03:45:15 +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 1sBINJ1qDaWm; Fri, 30 Apr 2010 03:45:13 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id EBF14C9B92; Fri, 30 Apr 2010 03:45:12 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 87877C9B92 for ; Fri, 30 Apr 2010 03:45:11 +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 O2pOBvgXps7b for ; Fri, 30 Apr 2010 03:45:09 +0200 (CEST) Original-Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by balder.ntg.nl (Postfix) with ESMTP id 3F88CC9B59 for ; Fri, 30 Apr 2010 03:45:08 +0200 (CEST) Original-Received: by fg-out-1718.google.com with SMTP id e21so3884962fga.2 for ; Thu, 29 Apr 2010 18:45:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=2JifqaJQGw+BzBnytesDXJCy5PwToBe+KSAJ7tdLDQs=; b=W+3bt56+9JFIGNUALuVLswKmUJQGX7RsbRS8fgiiw5SA+RCJC/H5rsqlYyeuzsU3Id aEr6NR1HTq5PS5cAUHEf3I5vpqf82ENRc7om6euK8702WCocsDib5F/JzYFsQQnNzvsP lvhPyKWia8sF6ETnqhohg3ZtsMLMcqTguQj+g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=HS3LIHpK8pU3QH4KzLqOcTO2l2bzU/XQ2UuwVReQ8ZP5IYDAmq9563Vn7foiSDWvgi ewPivKrlL6FtFOPhmJ95uVG80Rd5TPcxFzbd0kIvffFK+smOgTunuXSiVRNAZmGeJi4F N9MUcORMTSy5kqq8SHNVcOxuwkVVDGpPB1UWw= Original-Received: by 10.239.186.79 with SMTP id f15mr948462hbh.103.1272591907866; Thu, 29 Apr 2010 18:45:07 -0700 (PDT) Original-Received: by 10.239.148.75 with HTTP; Thu, 29 Apr 2010 18:45:07 -0700 (PDT) X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:58460 Archived-At: I am trying to reference a figure, and the results are not as expected. Here is my snippet. \placefigure[fig:myfigure]{A beautiful circle}{ \startMPcode draw fullcircle scaled 72; \stopMPcode } Isn't Figure \in[fig:myfigure] beautiful? When this code renders, the text says "Isn't Figure ?? beautiful?" How can I get the correct figure number? Thanks, Troy ___________________________________________________________________________________ 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 ___________________________________________________________________________________