From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17238 Path: main.gmane.org!not-for-mail From: Christopher Creutzig Newsgroups: gmane.comp.tex.context Subject: m-bib, \cite and no year? Date: Tue, 23 Nov 2004 13:53:14 +0100 Message-ID: <41A332BA.2090509@creutzig.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1101214545 27669 80.91.229.6 (23 Nov 2004 12:55:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 23 Nov 2004 12:55:45 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Nov 23 13:55:32 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CWaCi-0000XL-00 for ; Tue, 23 Nov 2004 13:55:32 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AA315127A3; Tue, 23 Nov 2004 13:55:31 +0100 (CET) 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 30097-06; Tue, 23 Nov 2004 13:55:31 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 85C4E12796; Tue, 23 Nov 2004 13:53:21 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4A5D212796 for ; Tue, 23 Nov 2004 13:53:20 +0100 (CET) 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 30290-01 for ; Tue, 23 Nov 2004 13:53:19 +0100 (CET) Original-Received: from mailgate2.uni-paderborn.de (unknown [131.234.22.35]) by ronja.ntg.nl (Postfix) with ESMTP id 693061276C for ; Tue, 23 Nov 2004 13:53:19 +0100 (CET) Original-Received: from mlt131.math.uni-paderborn.de ([131.234.103.131]) by mailgate2.uni-paderborn.de with asmtp (TLSv1:AES256-SHA:256) (Exim 4.34) id 1CWa9n-0007bS-EH for ntg-context@ntg.nl; Tue, 23 Nov 2004 13:52:31 +0100 User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: de, en-gb, en, en-us Original-To: ConTeXt Mailingliste X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime X-UNI-PB_FAK-EIM-MailScanner-Information: Please see http://imap.uni-paderborn.de for details X-UNI-PB_FAK-EIM-MailScanner: Found to be clean X-UNI-PB_FAK-EIM-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (score=-5, required 4, AUTH_EIM_USER -5.00) X-MailScanner-From: christopher@creutzig.de 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: main.gmane.org gmane.comp.tex.context:17238 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17238 Salve Taco, I'm using m-bib, with \setupbibtex[database=literatur,sort=author] \setuppublications[sort=bbl,refcommand=authoryear,numbering=yes] This leads to three problems: First, I do have entries such as @Misc{Wikipedia, key = {Wikipedia}, title = {Wikipedia, the free online encyclopedia}, howpublished = {\gotoURL{http://wikipedia.com}} } with no year entry, and this comes out as "Wikipedia ()". I think the parens should only be used if the year is nonempty. Second, I getempty entries in my list of references, which do get a number. Also, the first 20 numbers are printed in red, while the subsequent entries are in black. I know this is a vague description, I haven't been able to analyze it in more detail yet. Just wanted to let you know. Third, I have entries in my bibliography where the authors are listed with their family names only. This causes spurious commas in the list of references. I'll probably add initials and/or chrisitan names where I know them, but I think m-bib should support these entries. @inproceedings{corless97sequence, author = "Corless and Jeffrey and Knuth", title = {{A Sequence of Series for the Lambert {W} Function}}, booktitle = "{ISSAC}: Proceedings of the {ACM} {SIGSAM} International Symposium on Symbolic and Algebraic Computation (formerly {SYMSAM}, {SYMSAC}, {EUROSAM}, {EUROCAL}) (also sometimes in cooperation with the Symbolic and Algebraic Manipulation Groupe in Europe ({SAME}))", year = "1997", url = "citeseer.ist.psu.edu/corless97sequence.html" } As an aside: Does m-bib provide a way of including page numbers etc. in the citation? (For authoryear style, this would be overkill, but for other styles, I think "[233, p. 40]" to be pretty readable and helpful.) regards and keep up the good work, Christopher