From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25110 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: completecontent, completelistoffigures and headertexts Date: Thu, 12 Jan 2006 10:21:49 +0100 Message-ID: <43C61FAD.8000101@elvenkind.com> References: <43C57B7D.70904@nibua-r.org> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1137057732 17185 80.91.229.2 (12 Jan 2006 09:22:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 Jan 2006 09:22:12 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Jan 12 10:22:07 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1EwyeZ-0006SR-ND for gctc-ntg-context-518@m.gmane.org; Thu, 12 Jan 2006 10:21:55 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E0CD6127C7; Thu, 12 Jan 2006 10:21:54 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14090-02-4; Thu, 12 Jan 2006 10:21:53 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E1052127B5; Thu, 12 Jan 2006 10:21:52 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 976AC127B5 for ; Thu, 12 Jan 2006 10:21:51 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14090-02-3 for ; Thu, 12 Jan 2006 10:21:51 +0100 (CET) Original-Received: from glenfiddich.elvenkind.com (elvenknd.xs4all.nl [213.84.171.68]) by ronja.ntg.nl (Postfix) with SMTP id F068B1279A for ; Thu, 12 Jan 2006 10:21:50 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id 857801B3A1 for ; Thu, 12 Jan 2006 10:21:50 +0100 (CET) Original-Received: from glenfiddich.elvenkind.com ([127.0.0.1]) by localhost (glenfiddich.elvenkind.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31642-01 for ; Thu, 12 Jan 2006 10:21:50 +0100 (CET) Original-Received: from [10.10.0.6] (glenlivet.elvenkind.com [10.10.0.6]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id 141B717FE9 for ; Thu, 12 Jan 2006 10:21:49 +0100 (CET) User-Agent: Mozilla Thunderbird 1.0.6-7.1.20060mdk (X11/20050322) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <43C57B7D.70904@nibua-r.org> X-Virus-Scanned: by amavisd-new at elvenkind.net X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:25110 Archived-At: Hi, Renaud AUBIN wrote: >=20 > 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 >=20 > Is there any proper solution I don't know ? Sure, but which ? >=20 I would fake the marks, because that's the easiest solution. \startfrontmatter \setupheadertexts[][{\sl \getmarking[chapter]}] \setuppagenumbering[conversion=3Dromannumerals] \setuppagenumber[number=3D1] \page \marking[chapter]{\sl Table des mati=E8res} \completecontent[alternative=3Dc,criterium=3Dall,interaction=3Dall] \page \marking[chapter]{\sl Figures} \completelistoffigures[alternative=3Dc,criterium=3Dall,interaction=3Da= ll] \component src/chapters/c_intro \stopfrontmatter Cheers, Taco