From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/75483 Path: news.gmane.org!not-for-mail From: Jeong Dalyoung Newsgroups: gmane.comp.tex.context Subject: Re: Enumerations: location=serried ignored (Wolfgang Schuster) Date: Tue, 03 Apr 2012 17:50:32 +0900 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1333443042 22459 80.91.229.3 (3 Apr 2012 08:50:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 3 Apr 2012 08:50:42 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Tue Apr 03 10:50:42 2012 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SEzRp-0000Ce-Ga for gctc-ntg-context-518@m.gmane.org; Tue, 03 Apr 2012 10:50:41 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id A0CAC101E4; Tue, 3 Apr 2012 10:50:40 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id dylQkXxg1om8; Tue, 3 Apr 2012 10:50:39 +0200 (CEST) Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 13E45101E0; Tue, 3 Apr 2012 10:50:39 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 035CA101E0 for ; Tue, 3 Apr 2012 10:50:38 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 4wxZOZIjs8q2 for ; Tue, 3 Apr 2012 10:50:37 +0200 (CEST) Original-Received: from filter1-ams.mf.surf.net (filter1-ams.mf.surf.net [192.87.102.69]) by balder.ntg.nl (Postfix) with ESMTP id 40A44101DF for ; Tue, 3 Apr 2012 10:50:37 +0200 (CEST) Original-Received: from nk11p00mm-asmtp002.mac.com (nk11p00mm-asmtp002.mac.com [17.158.161.1]) by filter1-ams.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id q338oaKi017524 for ; Tue, 3 Apr 2012 10:50:36 +0200 Original-Received: from apple.ssu.ac.kr ([203.253.9.6]) by nk11p00mm-asmtp002.mac.com (Oracle Communications Messaging Server 7u4-23.01(7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPSA id <0M1W00EWFB890Z50@nk11p00mm-asmtp002.mac.com> for ntg-context@ntg.nl; Tue, 03 Apr 2012 08:50:35 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.6.7498,1.0.260,0.0.0000 definitions=2012-04-03_04:2012-04-03, 2012-04-03, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=1 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1012030000 definitions=main-1204030022 X-Mailer: Apple Mail (2.1084) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=17.158.161.1; country=US; latitude=38.0000; longitude=-97.0000; http://maps.google.com/maps?q=38.0000,-97.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0NGRkOALh - 61dd6bc83292 - 20120403 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.69 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:75483 Archived-At: Dear Wolfgang, To use the option "title=yes" in enumeration, I have encountered a unwanted result. It display the first letter as a title when I didn't put title. Would you please check the following code? \setupenumerations[location=serried,width=broad,distance=0.5em] \defineenumeration[theorem][text=Satz,title=yes] \defineenumeration[corollary][counter=theorem,text=Korollar] \starttext \starttheorem[title={Pythagoras Theorem}] The square on the hypotenuse is equal to the sum of the squares on the other two sides. \stoptheorem \starttheorem{Pythagoras Theorem} The square on the hypotenuse is equal to the sum of the squares on the other two sides. \stoptheorem \starttheorem %no title is suggested The square on the hypotenuse is equal to the sum of the squares on the other two sides. \stoptheorem \startcorollary The sum of angles of a quadrilateral is 360 degrees. \stopcorollary \stoptext Thank you. Best regards, Dalyoung ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________