From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14572 Path: main.gmane.org!not-for-mail From: Giuseppe Bilotta Newsgroups: gmane.comp.tex.context Subject: Re[2]: Unable to customize publication list Date: Tue, 20 Jan 2004 11:23:23 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <558487645.20040120112323@iol.it> References: <1728455186.20040113170409@iol.it> <20040120100431.2400796d.taco@elvenkind.com> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1074594628 23012 80.91.224.253 (20 Jan 2004 10:30:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 20 Jan 2004 10:30:28 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Jan 20 11:30:20 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ait9I-0003zZ-00 for ; Tue, 20 Jan 2004 11:30:20 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id E84B610B0E; Tue, 20 Jan 2004 11:29:24 +0100 (MET) Original-Received: from mbox.dmi.unict.it (mbox.dmi.unict.it [151.97.252.66]) by ref.ntg.nl (Postfix) with ESMTP id 7BBD510ACC for ; Tue, 20 Jan 2004 11:28:12 +0100 (MET) Original-Received: from oblomov.dipmat.unict.it (oblomov.dipmat.unict.it [151.97.252.27]) by mbox.dmi.unict.it (Postfix) with ESMTP id 04E76C6ED5 for ; Tue, 20 Jan 2004 11:40:00 +0100 (CET) X-Priority: 3 (Normal) Original-To: ntg-context@ntg.nl In-Reply-To: <20040120100431.2400796d.taco@elvenkind.com> Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14572 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14572 Hi, It definitely doesn't seem to work here ... Just to clarify, the \cites[..] do appear with brackets, it's the list that doesn't have them. Using ConTeXt ver: 2004.1.13 fmt: 2004.1.14 int: english mes: english Tuesday, January 20, 2004 Taco Hoekwater wrote: > Hi, > This > \def\mynumber#1{[#1]} > \setuppublications[numbering=yes,numbercommand=\mynumber] > should work. It definately works in (my) english version. > Hope this helps. > Greetings, Taco > On Tue, 13 Jan 2004 17:04:09 +0100, Giuseppe wrote: >> Hi, >> >> another m-bib problem from it.comp.software.tex ... >> it seems that none of the "list customizations" options (i.e. >> neither the \setuppublicationlist nor \setuplist[pubs] allows >> to change the numbercommand parameter (e.g. to put brackets >> around the bibref number in the list); a quick glance at the >> log shows that the numbercommand is getting overruled by >> \initializepublist ... how to cope with this?