From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/4186 Path: main.gmane.org!not-for-mail From: Han The Thanh Newsgroups: gmane.comp.tex.context Subject: Re: how to define another part of a document Date: Wed, 21 Feb 2001 14:12:08 +0100 (MET) Sender: owner-ntg-context@let.uu.nl Message-ID: <200102211312.OAA01474@anxur.fi.muni.cz> 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 1035394875 23641 80.91.224.250 (23 Oct 2002 17:41:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:41:15 +0000 (UTC) In-Reply-To: From thanh at "Feb 20, 1 09:44:26 pm" Original-To: ntg-context@ntg.nl (ConTeXt List) Xref: main.gmane.org gmane.comp.tex.context:4186 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:4186 > how can I define another part for a document which has been not pre-defined > yet? E.g. something similar \startappendices ... \stopappendices, but for > another purpose? I looked into section 8.5 in the manual, but didn't get it yet. The relevent command seems to be \definesectionblock, however after eg \definesectionblock [myblock] [headnumber=no] I don't know what is the command to start/stop the block. I tried either \definesectionblock [myblock] [headnumber=no] \startmyblock ... \stopmyblock or \definesectionblock [myblockpart] [headnumber=no] \startmyblockmatter ... \stopmyblockmatter (guessed from \definesectionblock [bodypart] and \startbodymatter ... \stopbodymatter) but none of them works. Do you have please any further hints? Thanks, Thanh