From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/18897 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: Re: Learning ConTeXt, typical hurdle Date: Thu, 10 Mar 2005 18:52:05 +0100 Message-ID: <42308945.9090505@boede.nl> References: <60028.213.84.141.31.1110461682.squirrel@213.84.141.31> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1110730324 13429 80.91.229.2 (13 Mar 2005 16:12:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 13 Mar 2005 16:12:04 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Mar 13 17:12:04 2005 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 1DAVh9-0005Ll-GW for gctc-ntg-context-518@m.gmane.org; Sun, 13 Mar 2005 17:11:59 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AA762128AA; Sun, 13 Mar 2005 17:12:52 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26305-10-3; Sun, 13 Mar 2005 17:12:46 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3002412855; Sun, 13 Mar 2005 17:12:42 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9789012819 for ; Thu, 10 Mar 2005 18:52:06 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06154-03-2 for ; Thu, 10 Mar 2005 18:52:05 +0100 (CET) Original-Received: from smtp-vbr10.xs4all.nl (smtp-vbr10.xs4all.nl [194.109.24.30]) by ronja.ntg.nl (Postfix) with ESMTP id C5A6612817 for ; Thu, 10 Mar 2005 18:52:05 +0100 (CET) Original-Received: from [192.168.0.193] (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtp-vbr10.xs4all.nl (8.12.11/8.12.11) with ESMTP id j2AHq52I092230 for ; Thu, 10 Mar 2005 18:52:05 +0100 (CET) (envelope-from willi@boede.nl) User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: X-Virus-Scanned: by XS4ALL Virus Scanner X-Virus-Scanned: by amavisd-new at ntg.nl X-Mailman-Approved-At: Sun, 13 Mar 2005 17:12:39 +0100 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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: by amavisd-new at ntg.nl X-MailScanner-From: ntg-context-bounces@ntg.nl X-MailScanner-To: gctc-ntg-context-518@m.gmane.org Xref: news.gmane.org gmane.comp.tex.context:18897 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:18897 Hi Gerben, Due to a mistaken handling you roriginal mail I lost it :-( In that mail in the last part, I believe it was an example \component I saw, that you said \starttext ... \stoptext. You do not need this pair, The handling of starting and stopping is done by the \startproject ... \stopproject commands. In the product section I saw that you did not use the \startbodymatter ... \stopobodymatter. I think this is important, because in the frontmatter sectionheading handling is different, as is in the backmatter. here you go with an example I prepared: \startproject HBBbrev \enablemode[A-vier] \environment layout \product voorpag %Titlepage for the book \product beginmat %Frontmatter: Woord vooraf, Koppermaandag, %Boekbinderslied \startbodymatter \environment lo-3 \product gekart %Gekartonneerd in drie varianten \product bdz-rech %Bandzetter rechte rug ... \product technik %Werkwijzen en technieken \product appendix %Appendices: \stopbodymatter \product backmat %Backmatter: Impressum \nomorefiles \stopproject In my case many of the product-files contain a number of \components. I do hope, that this helps. Kind regards Willi Patrick Gundlach wrote: > Hey Gerben, > > >>Now what turns out to solve this? Empty lines before \description and >>\stopdescriptions > > > Things that were defined using \definedescription rely on \par as a > delimiter. > > >>Though I like ConTeXt if I look at certain design aspects, behaviour that >>depends on whitespace before a command frightens me. > > > Just the way it works :-) Nothing to worry about. > > Patrick