ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
Subject: Re: How to make \placelistoffigures separate figures by chapter
Date: Wed, 20 Sep 2006 11:33:12 +0200	[thread overview]
Message-ID: <20060920113312.c7c4d3c0.schuster.wolfgang@googlemail.com> (raw)
In-Reply-To: <4510E22E.9000204@nibua-r.org>

On Wed, 20 Sep 2006 08:39:42 +0200
Renaud AUBIN <aubin@nibua-r.org> wrote:

> 
> >Can you send a PDF of your file, I have no problems with your example
> >an get the result you wanted.
> >
> >ConTeXt  ver: 2006.08.08 21:51  fmt: 2006.9.5  int: english  mes: english
> >ConTeXt  ver: 2006.09.07 17:50 MK II  fmt: 2006.9.8  int: english/english
> >
> >Which ConTeXt version do you use.
> >
> >Wolfgang
> >  
> >
> Did you noticed the blank line between 1.3/2.1 and 2.3/3.1 ?
> 
> Renaud

No, I didn't looked at the blank lines in your list of figures.

This works for me.

\starttext

\setuphead[chapter][after=\dowritebetweenlist{figure}{\blank[big]}] % the magic
\placelistoffigures[alternative=c,level=all,interaction=all,partnumber=no]
\setupexternalfigures[location={local,global,default}] % not everyone has global figuresearching enabled
\useexternalfigure[testfig][cow][width=.5\textwidth]

\startbuffer
  \placefigure[here]{test 1}{\externalfigure[testfig]}
  \placefigure[here]{test 2}{\externalfigure[testfig]}
  \placefigure[here]{test 3}{\externalfigure[testfig]}
\stopbuffer

\dorecurse{3}{
  \chapter{A Chapter}
  \placefigure[here]{test 1}{\externalfigure[testfig]}
  \placefigure[here]{test 2}{\externalfigure[testfig]}
  \placefigure[here]{test 3}{\externalfigure[testfig]}
}

\stoptext

Wolfgang

  reply	other threads:[~2006-09-20  9:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-19 12:41 Renaud AUBIN
2006-09-19 14:00 ` Wolfgang Schuster
2006-09-19 18:45   ` Renaud AUBIN
2006-09-20  6:39   ` Renaud AUBIN
2006-09-20  9:33     ` Wolfgang Schuster [this message]
2006-09-20 18:08       ` Renaud AUBIN

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=20060920113312.c7c4d3c0.schuster.wolfgang@googlemail.com \
    --to=schuster.wolfgang@googlemail.com \
    --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).