From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31822 Path: news.gmane.org!not-for-mail From: Oliver Buerschaper Newsgroups: gmane.comp.tex.context Subject: Re: How to get a PhD with ConTeXt (+ hard work ;) ) Date: Mon, 13 Nov 2006 11:08:32 +0100 Message-ID: References: <45412D90.9040203@nibua-r.org> <20061029195614.GA3440@erik.ics.muni.cz> <856341E5-81DA-4028-AAC9-0E50A88B05D0@mpq.mpg.de> <20061106152325.GA17960@erik.fi.muni.cz> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1163412526 19987 80.91.229.2 (13 Nov 2006 10:08:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Nov 2006 10:08:46 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Nov 13 11:08:42 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 1GjYk6-00027f-Ig for gctc-ntg-context-518@m.gmane.org; Mon, 13 Nov 2006 11:08:42 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2CC571FCD7; Mon, 13 Nov 2006 11:08:40 +0100 (CET) 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 16603-03-4; Mon, 13 Nov 2006 11:08:30 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6FE841FD1B; Mon, 13 Nov 2006 11:08:30 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 131931FD24 for ; Mon, 13 Nov 2006 11:08:29 +0100 (CET) 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 16603-03-3 for ; Mon, 13 Nov 2006 11:08:25 +0100 (CET) Original-Received: from post.rzg.mpg.de (post.rzg.mpg.de [130.183.7.21]) by ronja.ntg.nl (Postfix) with SMTP id 52CC21FCD7 for ; Mon, 13 Nov 2006 11:08:25 +0100 (CET) Original-Received: from [172.20.3.3] (gateway.maximilianeum.mhn.de [129.187.19.245]) by post.rzg.mpg.de (8.9.2/8.9.2) with ESMTP id LAA4604060 for ; Mon, 13 Nov 2006 11:08:25 +0100 X-Envelope-To: In-Reply-To: <20061106152325.GA17960@erik.fi.muni.cz> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.752.2) 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:31822 Archived-At: Thanks very much ... I tried it out and it worked. But I guess I'll have to spend some more time fiddling around with the options to make it look similar to what I'm used from the AMSLaTeX package. Cheers, Oliver >> May I ask a newbie question? How did you create the lemmas? > > Hello, > > today, lemmas can be based on description/enumeration mechanism (I > believe > it's been in ConTeXt since circa January 2006). > > Descriptions now accept parameter title=yes. Using that, you can > provide a > title to the description. Have a look into core-des.tex. > >> I found a mysterious "startlemma" in core-des.tex via the ConTeXt >> garden source browser but > > Naturally, the example of lemma definition is commented out ;) > > Copy > \defineenumeration[lemma][title=yes, titlestyle=\bs, list=lemma] > into your document and try to use > \startlemma{title of the lemma} > blah blah > \stoplemma > > Check parameters of descriptions in the manual, you can find some > options > related to the title mechanism. > > Yours, > D.A. > > P.S.: I've achieved the same functionality by means of ugly hacks that > depend on ConTeXt version strongly. That's why I don't send you my > configuration.