From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/67256 Path: news.gmane.org!not-for-mail From: Jeong Dalyoung Newsgroups: gmane.comp.tex.context Subject: Re: circled number for item head (Wolfgang Schuster) Date: Tue, 22 Mar 2011 08:38:03 +0900 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1300750712 21650 80.91.229.12 (21 Mar 2011 23:38:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 21 Mar 2011 23:38:32 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Tue Mar 22 00:38:27 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q1og7-00016c-6p for gctc-ntg-context-518@m.gmane.org; Tue, 22 Mar 2011 00:38:27 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id A026CCAB35; Tue, 22 Mar 2011 00:38:16 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id rvvLe+4wSSuE; Tue, 22 Mar 2011 00:38:11 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 1603BCAB2B; Tue, 22 Mar 2011 00:38:11 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 44406CAB2B for ; Tue, 22 Mar 2011 00:38:10 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id tNXC3BmuedKZ for ; Tue, 22 Mar 2011 00:37:58 +0100 (CET) Original-Received: from filter2-ams.mf.surf.net (filter2-ams.mf.surf.net [192.87.102.70]) by balder.ntg.nl (Postfix) with ESMTP id CFE11CAB2A for ; Tue, 22 Mar 2011 00:37:58 +0100 (CET) Original-Received: from asmtpout018.mac.com (asmtpout018.mac.com [17.148.16.93]) by filter2-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p2LNc6bh003979 for ; Tue, 22 Mar 2011 00:38:08 +0100 Original-Received: from [221.141.90.227] by asmtp018.mac.com (Oracle Communications Messaging Exchange Server 7u4-20.01 64bit (built Nov 21 2010)) with ESMTPSA id <0LIF00JIRLNF8R20@asmtp018.mac.com> for ntg-context@ntg.nl; Mon, 21 Mar 2011 16:38:05 -0700 (PDT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.2.15,1.0.148,0.0.0000 definitions=2011-03-21_08:2011-03-16, 2011-03-21, 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 engine=6.0.2-1012030000 definitions=main-1103210167 X-Mailer: Apple Mail (2.1082) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=17.148.16.93; country=US; region=CA; city=Cupertino; postalcode=95014; latitude=37.3042; longitude=-122.0946; metrocode=807; areacode=408; http://maps.google.com/maps?q=37.3042,-122.0946&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0rElXC73D - e2f954ab2e43 - 20110322 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.70 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:67256 Archived-At: Dear Wolfgang, Thank you for reminding me the thread. I also found it yesterday evening and it made me realize how dumb I am. I am so sorry to give you a needless work. I'd like to ask you one more. I was looking for a way to use some characters as an item head like \startitemize[a] because an official document usually use numbers and some characters as item heads. For consecutive characters in unicode, it is possible to do that using unicode. \def\circledja#1{\uchar{50}{95+#1}} \def\circledga#1{\uchar{50}{109+#1}} \def\circleden#1{\uchar{36}{207+#1}} and \defineconversion[][]. But for characters which are not listed consecutively, I don't know how to make it appear automatically. I may use \sym{} AC00, B098, B2E4, B77C, ... These are the same characters in the area 320E ~ 321B without parenthesis. Is it possible to make those characters appear automatically as item heads? I hope that it is not a silly question. Thank you again. 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 ___________________________________________________________________________________