From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/19744 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: symbol parameter of \setuplist Date: Mon, 11 Apr 2005 09:25:58 +0200 Message-ID: <425A2686.9070204@wxs.nl> References: <1113198016.5710.20.camel@tempete.lac.qc.ca> 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 1113204223 24968 80.91.229.2 (11 Apr 2005 07:23:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Apr 2005 07:23:43 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Apr 11 09:23:41 2005 Return-path: 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 1DKtGG-0001QM-QJ for gctc-ntg-context-518@m.gmane.org; Mon, 11 Apr 2005 09:23:08 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A9F111282D; Mon, 11 Apr 2005 09:26:00 +0200 (CEST) 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 26472-09; Mon, 11 Apr 2005 09:25:57 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5179A127CA; Mon, 11 Apr 2005 09:25:57 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8D33B127CA for ; Mon, 11 Apr 2005 09:25:55 +0200 (CEST) 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 26469-07-2 for ; Mon, 11 Apr 2005 09:25:54 +0200 (CEST) Original-Received: from mailrelay01.solcon.nl (maillb.solcon.nl [212.45.32.200]) by ronja.ntg.nl (Postfix) with ESMTP id 9E8DF127BC for ; Mon, 11 Apr 2005 09:25:54 +0200 (CEST) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mailrelay01.solcon.nl (8.12.11/SQL-8.12.11-5/8.12.11) with ESMTP id j3B7PrKB002870 for ; Mon, 11 Apr 2005 09:25:53 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id D146F19941; Mon, 11 Apr 2005 09:05:25 +0200 (CEST) Original-Received: from [10.100.1.54] (unknown [10.100.1.54]) by server-1.pragma-net.nl (Postfix) with ESMTP id 5E9CF18F0B for ; Mon, 11 Apr 2005 07:05:24 +0000 (UTC) User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <1113198016.5710.20.camel@tempete.lac.qc.ca> X-Virus-Scanned: ClamAV 0.80/744/Fri Mar 4 04:01:45 2005 clamav-milter version 0.80j on mailrelay01 X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new at ntg.nl 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 Xref: news.gmane.org gmane.comp.tex.context:19744 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:19744 David Munger wrote: > Hello, > > I fear I cannot figure out what is the meaning of the `symbol' parameter > of \setuplist. From all the documentation or mailing list archives, the > only use I can find is "symbol=1". > > Is there a way to use it to draw bullets, say, before each list item, > like those in the itemize environment? If not, what would be the best > way of achieving this? With \placelist[command=...] maybe? in my version: \starttext \def\MyListSymbol {!} \def\AnotherListSymbol{[\currentlistnumber]} \definesymbol[list][mine] [\MyListSymbol] \definesymbol[list][another][\AnotherListSymbol] \placelist[section][symbol=one] \placelist[section][symbol=mine] \placelist[section][symbol=another] \section{one} \section{two} \stoptext ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------