ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: \placecontent problems
Date: Mon, 25 Jul 2005 21:12:41 +0200	[thread overview]
Message-ID: <42E539A9.8090102@wxs.nl> (raw)
In-Reply-To: <42F33AC2@webmail.colostate.edu>

Idris Samawi Hamid wrote:

>1. If I place the content list within a chapter, the list disappears. It works
>if I place it before the chapter heading. Thus, I need a way to do
>\placesynopsis beneath a chapter heading;
>  
>
\chapter{...}
\placesynopsis
\section{...}

will give a toc of the chapter

\chapter{...}
\section{...}
\placesynopsis[criterium=previous] % or chapter

should give alist at the chapter level as well; by default the list 
commands give a local list, so in your appendix you need:

\placesynopsis[criterium=text] % or all

registerds default in teh opposite way, always global, but again you can 
ask for a register per whatever .

Hans

-----------------------------------------------------------------
                                          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
-----------------------------------------------------------------

  reply	other threads:[~2005-07-25 19:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-25 16:12 Idris Samawi Hamid
2005-07-25 19:12 ` Hans Hagen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-07-25 21:48 Idris Samawi Hamid
2005-07-23 18:04 Idris Samawi Hamid

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=42E539A9.8090102@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).