From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/19123 Path: news.gmane.org!not-for-mail From: David Arnold Newsgroups: gmane.comp.tex.context Subject: Suppress numbering of figures Date: Thu, 17 Mar 2005 12:48:07 -0800 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1111092734 24816 80.91.229.2 (17 Mar 2005 20:52:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 17 Mar 2005 20:52:14 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Mar 17 21:52:14 2005 Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1DC1wj-00061L-5Q for gctc-ntg-context-518@m.gmane.org; Thu, 17 Mar 2005 21:50:21 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D87501290E; Thu, 17 Mar 2005 21:51:53 +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 11618-05; Thu, 17 Mar 2005 21:51:53 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5D5DE12904; Thu, 17 Mar 2005 21:48:25 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id ADC4212904 for ; Thu, 17 Mar 2005 21:48:23 +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 11613-05 for ; Thu, 17 Mar 2005 21:48:23 +0100 (CET) Original-Received: from borg.inreach.com (mail.northcoast.com [209.142.2.71]) by ronja.ntg.nl (Postfix) with SMTP id B70FD128FC for ; Thu, 17 Mar 2005 21:48:22 +0100 (CET) Original-Received: (qmail 1661 invoked by uid 507); 17 Mar 2005 20:48:20 -0000 Original-Received: from unknown (HELO ?209.209.14.26?) (209.209.14.26) by mail.northcoast.com with SMTP; 17 Mar 2005 20:48:20 -0000 Original-To: Context Mailing List X-Mailer: Apple Mail (2.619) 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 X-MailScanner-From: ntg-context-bounces@ntg.nl X-MailScanner-To: gctc-ntg-context-518@m.gmane.org Xref: news.gmane.org gmane.comp.tex.context:19123 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:19123 All, I have: \placefigure [here][] {Mary Glenn}{\externalfigure[MaryGlenn3.jpg][width=0.5\makeupwidth]} I'd like the figure to float with the caption, but I don't want the Figure 1, Figure 2, etc. That is, I just want the caption under the figure. How can I modify to accomplish this?