From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/46585 Path: news.gmane.org!not-for-mail From: Andrey Riabushenko Newsgroups: gmane.comp.tex.context Subject: PDF bookmarks appear twice Date: Wed, 31 Dec 2008 17:35:06 +0200 Message-ID: <200812311735.06930.cdome@bk.ru> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1230737808 32463 80.91.229.12 (31 Dec 2008 15:36:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 31 Dec 2008 15:36:48 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Wed Dec 31 16:37:56 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 1LI38n-000672-OO for gctc-ntg-context-518@m.gmane.org; Wed, 31 Dec 2008 16:37:49 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6FCC81FD1D; Wed, 31 Dec 2008 16:36:33 +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 02850-03-2; Wed, 31 Dec 2008 16:35:10 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3EBF41FC45; Wed, 31 Dec 2008 16:35:10 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B4E091FC03 for ; Wed, 31 Dec 2008 16:35:07 +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 02850-03 for ; Wed, 31 Dec 2008 16:34:32 +0100 (CET) Original-Received: from mx34.mail.ru (mx34.mail.ru [194.67.23.200]) by ronja.ntg.nl (Postfix) with ESMTP id 7DFCE1FC67 for ; Wed, 31 Dec 2008 16:34:29 +0100 (CET) Original-Received: from [89.252.10.6] (port=31261 helo=89.252.10.6.freenet.com.ua) by mx34.mail.ru with asmtp id 1LI35Z-000ItE-00 for ntg-context@ntg.nl; Wed, 31 Dec 2008 18:34:29 +0300 User-Agent: KMail/1.9.7 Content-Disposition: inline X-Spam: Not detected X-Mras: Ok X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.11 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:46585 Archived-At: I have found similar issue was discussed in this list, but it doesn't contain a suitable solution for me These command work just fine to add bookmark for every part, chapter and etc. \setupinteraction [state=start] \setupinteractionscreen [option=bookmark] \placebookmarks [part,chapter,section,subsection] [chapter] But I want to add three additional bookmarks (without adding them to the contents): title page, resume(second page), contents. I have defined it the following way: \definemakeup[Titlepage][pagestate=start, page=right] \definemakeup[Resume][pagestate=start, page=right] \definestartstop[Abstract][before={\page[blank,right] \midaligned{\bf Abstract}\startnarrower[2*middle]}, after={\stopnarrower\blank[big] }] \starttext \startTitlepagemakeup \bookmark[chapter]{Title page} \tfd Title page \\ \stopTitlepagemakeup \startResumemakeup \bookmark[chapter]{Resume} \startAbstract Abstract paragraph full of text \stopAbstract Author name \stopResumemakeup \title{Contents} \bookmark[chapter]{Contents} \placecontent[interaction=all] \stoptext In this case bookmarks appear twice in the bookmark menu. If I use \bookmark{} without [chapter] the bookmarks do not appear at all. I have tried to put bookmarks out of start/stop environments but it didn't help. How to work around this issue? ___________________________________________________________________________________ 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 ___________________________________________________________________________________