ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: lis of figures
Date: Thu, 28 Jun 2007 12:11:17 +0200	[thread overview]
Message-ID: <46838945.3050300@wxs.nl> (raw)
In-Reply-To: <20070627193600.v0kjiu1wf4kw8www@web.mail.umich.edu>

Aditya Mahajan wrote:
> Quoting Horacio Suarez <horaciosuarez@hotmail.com>:
> 
>> 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.
> 
> Hmm... Ok, I think that I finally nailed it down. Hans, this looks like a bug.
> 
> \starttext
> \chapter {Test}
> \placelist[figure]
> \dorecurse{3}{
> % \section{ABC} % Uncomment this and everything works.
> Text \placefigure{test again}{}}
> \stoptext

has to do with the defaults ...

\starttext
\chapter {Test}
\placelist[figure][criterium=previous]
\dorecurse{3}{
% \section{ABC} % Uncomment this and everything works.
Text \placefigure{test again}{}}
\stoptext



-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________


  parent reply	other threads:[~2007-06-28 10:11 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-27 18:56 Horacio Suarez
2007-06-27 19:35 ` Črt Gorup
2007-06-27 22:05   ` Horacio Suarez
2007-06-27 22:12   ` Aditya Mahajan
2007-06-27 22:57     ` Horacio Suarez
2007-06-27 23:36       ` Aditya Mahajan
2007-06-28  6:22         ` Wolfgang Schuster
2007-06-28 10:11         ` Hans Hagen [this message]
2007-06-28 11:16           ` Wolfgang Schuster
2007-06-28 13:35             ` Aditya Mahajan
2007-06-28  7:28     ` Črt Gorup
2007-06-28  7:50       ` Wolfgang Schuster
2007-06-28 10:04   ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=46838945.3050300@wxs.nl \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).