ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Include a list in a list, for example, a List of Figures in a Table of Content
Date: Mon, 6 Jun 2011 22:30:47 +0200	[thread overview]
Message-ID: <8BFA0934-A1E0-43EC-94BC-0318454EEECC@googlemail.com> (raw)
In-Reply-To: <COL107-W39AB7C4151668B8C607659B2600@phx.gbl>


[-- Attachment #1.1: Type: text/plain, Size: 703 bytes --]


Am 06.06.2011 um 14:57 schrieb Mathieu Dupont:

> 
> No, not at all.
> I'm sorry, I realize I wasn't clear at all.
> 
> What I want is simply the List of Figures to figure in my Table of Content, to be listed in it, just such as a chapter or a section.
> So my TOC would look like this :
> 
> TABLE OF CONTENT
> List of Figures ......... page 1
> Chapter 1 ............... page 2
> Chapter 2 ............... page 3

\definehead[topic][chapter]
\setuphead [topic][number=no]

\starttext

\title{Table of Content}

\placelist[chapter,topic,section]

\topic{List of Figures}

\placelist[figure][criterium=all]

\chapter{One}

\placefigure{Two}{2}

\stoptext

Wolfgang


[-- Attachment #1.2: Type: text/html, Size: 1901 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2011-06-06 20:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-03 17:10 Mathieu DUPONT
2011-06-03 20:55 ` Hans Hagen
2011-06-05 23:19   ` Mathieu Dupont
2011-06-06  5:21     ` Wolfgang Schuster
2011-06-06 12:57       ` Mathieu Dupont
2011-06-06 20:30         ` Wolfgang Schuster [this message]
2011-06-06 21:50           ` Mathieu Dupont

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=8BFA0934-A1E0-43EC-94BC-0318454EEECC@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).