From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27323 Path: news.gmane.org!not-for-mail From: nico Newsgroups: gmane.comp.tex.context Subject: Forbidden things in bookmarks Date: Thu, 20 Apr 2006 22:55:59 +0200 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1145566404 2710 80.91.229.2 (20 Apr 2006 20:53:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Apr 2006 20:53:24 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Apr 20 22:53:21 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 1FWg9G-0007Gc-Fi for gctc-ntg-context-518@m.gmane.org; Thu, 20 Apr 2006 22:53:10 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0AAE2127BD; Thu, 20 Apr 2006 22:52:52 +0200 (CEST) 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 04002-01-4; Thu, 20 Apr 2006 22:52:46 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3A37E127A5; Thu, 20 Apr 2006 22:52:46 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AD26D127A5 for ; Thu, 20 Apr 2006 22:52:44 +0200 (CEST) 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 04002-01-3 for ; Thu, 20 Apr 2006 22:52:41 +0200 (CEST) Original-Received: from swip.net (mailfe02.tele2.fr [212.247.154.44]) by ronja.ntg.nl (Postfix) with SMTP id D8AB41279A for ; Thu, 20 Apr 2006 22:52:41 +0200 (CEST) X-T2-Posting-ID: 3brHPWvyEzVNt0QNlxQWsxGJRDYe7rueGgqwO1zxZAg= X-Cloudmark-Score: 0.000000 [] Original-Received: from [80.170.147.187] (HELO localhost) by mailfe02.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 184423911 for ntg-context@ntg.nl; Thu, 20 Apr 2006 22:52:40 +0200 Original-To: "mailing list for ConTeXt users" User-Agent: Opera M2/7.54 (FreeBSD, build 955) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:27323 Archived-At: Hello, The heading bookmarks don't accept some macros, like \copyright. In latex there's a handy feature that allows to define the text to put in the TOC and the text in the heading itself, like \chapter[Title in the TOC]{Actual Title in the doc}. Is it possible to do it in context? If not, maybe it could be an interesting feature to add. Example crashing if \placebookmarks used: \setupcolors[state=start] \setupinteraction[state=start] % also generate pdf bookmarks \placebookmarks [chapter,section,subsection] \startfrontmatter \completecontent \stopfrontmatter \startbodymatter \starttext \chapter{A \copyright} a a a \stopbodymatter \stoptext Regards, BG