From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/39529 Path: news.gmane.org!not-for-mail From: Morgan Brassel Newsgroups: gmane.comp.tex.context Subject: Incompatibility bib num style / reference prefix option Date: Sat, 15 Mar 2008 17:27:21 +0100 Message-ID: <200803151727.21414.morgan.brassel@free.fr> 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: ger.gmane.org 1205598537 20841 80.91.229.12 (15 Mar 2008 16:28:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 15 Mar 2008 16:28:57 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Sat Mar 15 17:29:23 2008 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 lo.gmane.org with esmtp (Exim 4.50) id 1JaZG3-0001hf-1m for gctc-ntg-context-518@m.gmane.org; Sat, 15 Mar 2008 17:29:19 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 77B811FC91; Sat, 15 Mar 2008 17:28:43 +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 28448-03-2; Sat, 15 Mar 2008 17:28:00 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7381C1FC20; Sat, 15 Mar 2008 17:28:00 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CE11D1FC20 for ; Sat, 15 Mar 2008 17:27:58 +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 29293-08-3 for ; Sat, 15 Mar 2008 17:27:26 +0100 (CET) Original-Received: from smtp1-g19.free.fr (smtp1-g19.free.fr [212.27.42.27]) by ronja.ntg.nl (Postfix) with ESMTP id 35EF01FBCB for ; Sat, 15 Mar 2008 17:27:26 +0100 (CET) Original-Received: from smtp1-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp1-g19.free.fr (Postfix) with ESMTP id 0CD591AB2C3 for ; Sat, 15 Mar 2008 17:27:26 +0100 (CET) Original-Received: from [192.168.0.32] (pas38-3-82-226-102-214.fbx.proxad.net [82.226.102.214]) by smtp1-g19.free.fr (Postfix) with ESMTP id E92E21AB2B0 for ; Sat, 15 Mar 2008 17:27:25 +0100 (CET) User-Agent: KMail/1.9.9 Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:39529 Archived-At: Hi, I think I discovered a bug in the 'num' alternative of the bib module. It seems to be incompatible with the prefix=+ option of referencing. The following example gives an unknow reference: % tex file \usemodule[bib] \setupbibtex[database=biblio] \setuppublications[alternative=num] \setuphead[chapter][prefix=+] % <<<< OK if commented \starttext \chapter[chap:one]{One} % <<<< OK if commented Text \cite[test] text. \completepublications \stoptext % bib file biblio.bib @BOOK{test, title = {T}, publisher = {P}, year = {Y}, author = {A} } By the way, the 'num' alternative also gives an unknow reference when \completepublications is not present, while the default alternative is OK. Is there a particular reason for this? Thanks. Greetings, Morgan ___________________________________________________________________________________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________