From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/38991 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: Bookmark question Date: Wed, 06 Feb 2008 19:37:48 +0100 Message-ID: <47A9FE7C.8070208@elvenkind.com> References: <47A84FC1.9080006@tiscali.nl> <47A96EE7.7030703@elvenkind.com> <47A9DE02.2060304@tiscali.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------050106070201050709080407" X-Trace: ger.gmane.org 1202323159 6168 80.91.229.12 (6 Feb 2008 18:39:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Feb 2008 18:39:19 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Feb 06 19:39:40 2008 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 lo.gmane.org with esmtp (Exim 4.50) id 1JMpBH-0008Va-5C for gctc-ntg-context-518@m.gmane.org; Wed, 06 Feb 2008 19:39:35 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 55E9F1FC07; Wed, 6 Feb 2008 19:39:05 +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 18160-03-3; Wed, 6 Feb 2008 19:38:27 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 82E421FB74; Wed, 6 Feb 2008 19:38:27 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 59B661FB74 for ; Wed, 6 Feb 2008 19:38:25 +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 20676-01-5 for ; Wed, 6 Feb 2008 19:37:51 +0100 (CET) Original-Received: from www.bittext.nl (unknown [195.86.58.132]) by ronja.ntg.nl (Postfix) with ESMTP id 094681FADF for ; Wed, 6 Feb 2008 19:37:51 +0100 (CET) Original-Received: from localhost (vz3.aanhet.net [127.0.0.1]) by www.bittext.nl (Postfix) with ESMTP id 2A70D1E8C2B4 for ; Wed, 6 Feb 2008 19:37:49 +0100 (CET) X-Virus-Scanned: amavisd-new at bittext.nl Original-Received: from www.bittext.nl ([127.0.0.1]) by localhost (vz3.aanhet.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id A1KOr8+P85K4 for ; Wed, 6 Feb 2008 19:37:47 +0100 (CET) Original-Received: from [10.10.0.6] (boo.demon.nl [82.161.175.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by www.bittext.nl (Postfix) with ESMTP id 1F7EB1E8C2B3 for ; Wed, 6 Feb 2008 19:37:47 +0100 (CET) User-Agent: Thunderbird 1.5.0.10 (X11/20070305) In-Reply-To: <47A9DE02.2060304@tiscali.nl> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:38991 Archived-At: This is a multi-part message in MIME format. --------------050106070201050709080407 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit WN wrote: >> >> I think chapter titles are supposed appear automatically in the >> bookmarks, no need for an explicit \bookmark. >> > True enough. But should they appear twice ? > I want a custom bookmark for the table of contents and list of figures, > so I used \bookmark[chapter] to include these (once not twice). Ah, I see now. Looks like a bug to me. I do not understand the code well enough to fix it, however. I am attaching a minimal example for Hans. (meanwhile, you could use \bookmark without the optional argument). Best wishes, Taco --------------050106070201050709080407 Content-Type: text/x-tex; name="bookm.tex" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="bookm.tex" \setupinteraction[state=start] \placebookmarks[chapter][chapter] \setupinteractionscreen[option=bookmark] \starttext \chapter{In the beginning} \bookmark[chapter]{In initio} % Without [chapter], this is fine! Oh no. \stoptext --------------050106070201050709080407 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________ --------------050106070201050709080407--