From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/35161 Path: news.gmane.org!not-for-mail From: "Horacio Suarez" Newsgroups: gmane.comp.tex.context Subject: Re: lis of figures Date: Wed, 27 Jun 2007 22:57:58 +0000 Message-ID: References: <20070627181252.xep9sje56soo44o8@web.mail.umich.edu> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0800631152==" X-Trace: sea.gmane.org 1182985130 20969 80.91.229.12 (27 Jun 2007 22:58:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Jun 2007 22:58:50 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Thu Jun 28 00:58:47 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 1I3gTH-0002Z4-Mz for gctc-ntg-context-518@m.gmane.org; Thu, 28 Jun 2007 00:58:47 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5C8DD20157; Thu, 28 Jun 2007 00:58:47 +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 10966-01-4; Thu, 28 Jun 2007 00:58:12 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8A9FC1FF17; Thu, 28 Jun 2007 00:58:12 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3B0801FF17 for ; Thu, 28 Jun 2007 00:58:09 +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 10966-01-3 for ; Thu, 28 Jun 2007 00:58:03 +0200 (CEST) Original-Received: from bay0-omc1-s20.bay0.hotmail.com (bay0-omc1-s20.bay0.hotmail.com [65.54.246.92]) by ronja.ntg.nl (Postfix) with ESMTP id DDE401FEB0 for ; Thu, 28 Jun 2007 00:58:02 +0200 (CEST) Original-Received: from hotmail.com ([207.46.10.106]) by bay0-omc1-s20.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Wed, 27 Jun 2007 15:58:01 -0700 Original-Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 27 Jun 2007 15:58:01 -0700 Original-Received: from 207.46.10.123 by by121fd.bay121.hotmail.msn.com with HTTP; Wed, 27 Jun 2007 22:57:58 GMT X-Originating-IP: [200.127.84.209] X-Originating-Email: [horaciosuarez@hotmail.com] X-Sender: horaciosuarez@hotmail.com In-Reply-To: <20070627181252.xep9sje56soo44o8@web.mail.umich.edu> X-OriginalArrivalTime: 27 Jun 2007 22:58:01.0650 (UTC) FILETIME=[9CE85120:01C7B90E] 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:35161 Archived-At: --===============0800631152== Content-Type: text/plain; format=flowed Hello: I have a book with 18 chapter. in one of them, the 16th, I need a local list of figures, I mean figures in that chapter only. But if I type: \completelistoffigures[alternative=c] I only get the head, "Ilustraciones" but empty. And \placelist[figure] Is also empty but without head. I´ve allready made list I need almost by hand, but anyway I want to know how to do it. Thankyou in advance. -------------------- Horacio Suarez Editotrial Antropofagia www.eantropofagia.com.ar >From: Aditya Mahajan >Reply-To: mailing list for ConTeXt users >To: ntg-context@ntg.nl >Subject: Re: [NTG-context] lis of figures >Date: Wed, 27 Jun 2007 18:12:52 -0400 > >Quoting Crt Gorup : > > > Hi, > > > > i was playing with table of figures few days ago. My "solution" is > > probably not the best one, but it works. > > > > \definelist[figs] > > > > > > > > \def\addFigure#1#2#3#4% > > > > { > > > > \placefigure[here][fig:#1]{#2}{\externalfigure[#3][scale=#4]} > > > > \writetolist[figs]{fig:#1}{#2} > > > > } > > > > > > > > > > > > \def\placeTOF% > > > > { > > > > \title{Table of figures} > > > > \placelist[figs][alternative=command,command=\TOFCommand] > > > > } > > > > > > > > \def\TOFCommand#1#2#3% > > > > {{\bf Fig. \in[#1] } #2 \dotfill #3\blank[.1cm] } > > > > For each figure you want on list you have to use \addFigure instead of > > \placefigure. Is there any shorter and better solution? > >What is wrong with \placelist[figure]? AFAIU, \placefigure does >something equivalent to \writetolist[figure]{}{}. so you should be able >to access the list of figures using \placelist[figure]. > >Does that not work for you? Can you post a minimal example? > >Aditya >___________________________________________________________________________________ >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 >___________________________________________________________________________________ _________________________________________________________________ Don't just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/ --===============0800631152== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ --===============0800631152==--