From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/36726 Path: news.gmane.org!not-for-mail From: Wolfgang Schuster Newsgroups: gmane.comp.tex.context Subject: Re: Completelistoffigures, help needed! Date: Sun, 23 Sep 2007 13:00:39 +0200 Message-ID: <20070923130039.bdb63149.schuster.wolfgang@googlemail.com> References: <46F56561.6070804@ision.nl> 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: sea.gmane.org 1190550313 29316 80.91.229.12 (23 Sep 2007 12:25:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 23 Sep 2007 12:25:13 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Sun Sep 23 14:25:08 2007 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1IZQWJ-0004Pk-VN for gctc-ntg-context-518@m.gmane.org; Sun, 23 Sep 2007 14:25:08 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1EB521FEED; Sun, 23 Sep 2007 14:25:01 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 20819-02-4; Sun, 23 Sep 2007 14:25:00 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A6A361FBF6; Sun, 23 Sep 2007 13:01:19 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 991361FA2D for ; Sun, 23 Sep 2007 13:01:11 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 07760-04 for ; Sun, 23 Sep 2007 13:00:52 +0200 (CEST) Original-Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by ronja.ntg.nl (Postfix) with ESMTP id 46265201C7 for ; Sun, 23 Sep 2007 13:00:50 +0200 (CEST) Original-Received: by ug-out-1314.google.com with SMTP id h2so710673ugf for ; Sun, 23 Sep 2007 04:00:48 -0700 (PDT) Original-Received: by 10.66.219.20 with SMTP id r20mr4063905ugg.1190545247872; Sun, 23 Sep 2007 04:00:47 -0700 (PDT) Original-Received: from eve ( [89.51.234.65]) by mx.google.com with ESMTPS id k28sm6040041ugd.2007.09.23.04.00.44 (version=SSLv3 cipher=OTHER); Sun, 23 Sep 2007 04:00:46 -0700 (PDT) In-Reply-To: <46F56561.6070804@ision.nl> X-Mailer: Sylpheed 2.4.4 (GTK+ 2.10.13; i686-pc-mingw32) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:36726 Archived-At: On Sat, 22 Sep 2007 20:56:33 +0200 "G.C.H.M. Verhaag" wrote: > Dear ConTeXt Users, > > Last week I posted a completelistoffigures question, but unfortunately > nobody responded to it! That's why I give it another try, because I > don't know how to tackle this problem. > > I'd like to generate a list of figures that only have a caption > description, but no figure (\setupcaptions[...,number=no,....]) number. > > Using the setupcaptions command in the preamble with the number=no > option yields only the title Figures of the list of figures, nothing > more! However, when I change the number option of the setupcaptions > command to yes, the list is generated correctly. But I don't want a > figure number to appear in the caption of a figure! The figures appear > throughout a book I'm currently writing using ConTeXt. > > Is there a way to accomplish the desired effect using the > completelistoffigures command? > > Please can anybody give a hint! Thanks! > > Regards, > Gerard Hi Gerard, you can use the following method, it is very dirty but it works and give you what you want. \setupcaption[figure][distance=\zeropoint] \defineconversion[gobble][\gobbleoneargument] \setupnumber[figure][conversion=gobble] \setuplabeltext[figure=] \starttext \completelistoffigures \page \placefigure{First Figure}{\blackrule[width=4cm,height=2cm]} \placefigure{Second Figure}{\blackrule[width=3cm,height=5cm]} \stoptext Wolfgang ___________________________________________________________________________________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________