From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/589 Path: main.gmane.org!not-for-mail From: "Gilbert van den Dobbelsteen" Newsgroups: gmane.comp.tex.context Subject: Re: paragraph without numbering Date: Thu, 24 Jun 1999 12:06:38 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <002501bebe29$3ff96c80$0c01a8c1@worf.login-bv.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035391440 25324 80.91.224.250 (23 Oct 2002 16:44:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:44:00 +0000 (UTC) Original-To: "Frans Goddijn" , Xref: main.gmane.org gmane.comp.tex.context:589 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:589 >How can I make paragraphs without numbering? In chapter 81 I have a few >"subsections" which I typeset (dutch interface) as > >\paragraaf[]{title of the paragraph} Before the \startext (nl: \starttekst): \stelkopin[paragraaf][nummer=nee] Or you could define your own \paragraaf: \definieerkop[mijnparagraaf][paragraaf] \stelkopin[mijnparagraaf][nummer=nee] Please note: this only removes the paragraaf numbers, *not* the chapter stuff. Gilbert.