From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/28092 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: Text style in bookmarks Date: Sat, 20 May 2006 20:14:30 +0200 Message-ID: <446F5C86.8020701@boede.nl> References: 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 1148148892 20602 80.91.229.2 (20 May 2006 18:14:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 20 May 2006 18:14:52 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat May 20 20:14:50 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 1FhVyQ-0005ZT-Hz for gctc-ntg-context-518@m.gmane.org; Sat, 20 May 2006 20:14:46 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1141E127CA; Sat, 20 May 2006 20:14:46 +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 20773-09; Sat, 20 May 2006 20:14:39 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DD1CE127B4; Sat, 20 May 2006 20:14:38 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A4211127B4 for ; Sat, 20 May 2006 20:14:37 +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 20803-04-2 for ; Sat, 20 May 2006 20:14:34 +0200 (CEST) Original-Received: from smtp-vbr11.xs4all.nl (smtp-vbr11.xs4all.nl [194.109.24.31]) by ronja.ntg.nl (Postfix) with SMTP id 25075127B1 for ; Sat, 20 May 2006 20:14:33 +0200 (CEST) Original-Received: from [127.0.0.1] (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) (authenticated bits=0) by smtp-vbr11.xs4all.nl (8.13.6/8.13.6) with ESMTP id k4KIEST7068189 for ; Sat, 20 May 2006 20:14:33 +0200 (CEST) (envelope-from w.egger@boede.nl) User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) Original-To: mailing list for ConTeXt users In-Reply-To: X-Virus-Scanned: by XS4ALL Virus Scanner 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:28092 Archived-At: Hi Nico, Provided I understnad you correctly, then you could play with code as: \setuphead [chapter] [style=\sca, after={\blank[3*big]}, number=no, alternative=middle, textstyle=\sca] \setuplist [contents] [sectionnumber=no, style=normal, textstyle=normal, pagestyle=normal, numberstyle=bold] kind regards Willi nico wrote: > Hello, > > Is there a trick so that I can put styles like {\bf ...} or {\tt ...} in > the headings without having any weird text in the bookmarks? > > Adding \bf or \tt as empty macros to the simplifiedcommands doesn't avoid > the curly braces to appear (which is normal). Do I need to use something > like \def\textbf#1{\def\textbf#1{\bgroup\bf #1\egroup} to have this > working? > > Thanks for any hint. > > Regards, > BG > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context >