ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Taco Hoekwater <taco@elvenkind.com>
Subject: Re: 	completecontent, completelistoffigures and headertexts
Date: Thu, 12 Jan 2006 10:21:49 +0100	[thread overview]
Message-ID: <43C61FAD.8000101@elvenkind.com> (raw)
In-Reply-To: <43C57B7D.70904@nibua-r.org>


Hi,


Renaud AUBIN wrote:
> 
> I doesn't work as I want since I have:
> completecontent page>1 header : Figures
> completelof page>1 header : none
> introduction page>1 header: Introduction
> 
> Is there any proper solution I don't know ? Sure, but which ?
> 

I would fake the marks, because that's the easiest solution.

\startfrontmatter
   \setupheadertexts[][{\sl \getmarking[chapter]}]
   \setuppagenumbering[conversion=romannumerals]
   \setuppagenumber[number=1]

   \page \marking[chapter]{\sl Table des matières}
   \completecontent[alternative=c,criterium=all,interaction=all]

   \page \marking[chapter]{\sl Figures}
   \completelistoffigures[alternative=c,criterium=all,interaction=all]
   \component src/chapters/c_intro
\stopfrontmatter

Cheers, Taco

  reply	other threads:[~2006-01-12  9:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-11 21:41 Renaud AUBIN
2006-01-12  9:21 ` Taco Hoekwater [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-01-11 14:24 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=43C61FAD.8000101@elvenkind.com \
    --to=taco@elvenkind.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).