From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/2400 Path: main.gmane.org!not-for-mail From: Hraban Newsgroups: gmane.comp.tex.context Subject: Re: chapter and part titles Date: Wed, 26 Jul 2000 21:53:40 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <397F41C4.8EEAAFA8@gmx.net> References: <3.0.6.32.20000717024256.01c94a30@pop.wxs.nl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035393190 8601 80.91.224.250 (23 Oct 2002 17:13:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:13:10 +0000 (UTC) Original-To: ConTeXt Xref: main.gmane.org gmane.comp.tex.context:2400 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:2400 > \chapter{some text \nomarking{whatever} and some more} > > I fear the to is not handled. You can so something: > \def\nocontent#1{#1} > an when placing the content: > \def\nocontent#1{...} I found an easier solution in the docs: \nolist \def\longonly#1{\nomarking{\nolist{#1}}} So I can type: \chapter{The long \longonly{and winding } road} (It doesn't work with \nolist{\nomarking{#1}}. Why?) hraban.