From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/64321 Path: news.gmane.org!not-for-mail From: "Thomas A. Schmitz" Newsgroups: gmane.comp.tex.context Subject: bib problems Date: Tue, 7 Dec 2010 12:54:59 +0100 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1291722954 26640 80.91.229.12 (7 Dec 2010 11:55:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 7 Dec 2010 11:55:54 +0000 (UTC) To: mailing ConTeXt users list for Original-X-From: ntg-context-bounces@ntg.nl Tue Dec 07 12:55:46 2010 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 1PPw94-0007xB-Mb for gctc-ntg-context-518@m.gmane.org; Tue, 07 Dec 2010 12:55:46 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id D5BDFCA8FC; Tue, 7 Dec 2010 12:55:45 +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 5iUYNQj-JPlF; Tue, 7 Dec 2010 12:55:28 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 0ABD4CA905; Tue, 7 Dec 2010 12:55:28 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id E8159CA905 for ; Tue, 7 Dec 2010 12:55:24 +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 WDhBj9VzavK6 for ; Tue, 7 Dec 2010 12:55:18 +0100 (CET) Original-Received: from filter1-til.mf.surf.net (filter1-til.mf.surf.net [194.171.167.217]) by balder.ntg.nl (Postfix) with ESMTP id 83735CA8FC for ; Tue, 7 Dec 2010 12:55:18 +0100 (CET) Original-Received: from uni-bonn.de (mail.uni-bonn.de [131.220.15.113]) by filter1-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id oB7BtHhH025816 for ; Tue, 7 Dec 2010 12:55:18 +0100 Original-Received: from [87.178.54.58] (account tschmit1@uni-bonn.de HELO [192.168.0.2]) by fe2.uni-bonn.de (CommuniGate Pro SMTP 5.2.12) with ESMTPA id 51030791 for ntg-context@ntg.nl; Tue, 07 Dec 2010 12:55:16 +0100 X-Mailer: Apple Mail (2.1082) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=131.220.15.113; country=DE; region=07; city=Bonn; latitude=50.7333; longitude=7.1000; http://maps.google.com/maps?q=50.7333,7.1000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 08DEbThqe - 59db87c6dd6e - 20101207 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.217 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:64321 Archived-At: All, I've begun summarizing the bibliography problems. Could you all see if your particular problem is mentioned here? If I missed something, please send your test files to the list or to me, please use the sample.bib which is now included in the minimals, and please make the test cases as short as possible. Hans and Taco, one general remark: one thing that is confusing is that the key/value pair "criterium=XXX" is present for the \setuppublications and for the \setuppublicationlist and for the \placepublications command, yet seems to do slightly different things in each. Maybe that's a place where the interface should be changed? Here's what I have so far: % Example 1, posted in a slightly different form by "Curiouslearn" on % 2010-11-25: Hagen 2010c is not quoted and should not be in the list of % references. On 2010-11-26, Mathieu Boespflug made a further observation on % the original testfile which I can't reproduce because it's too complex. Can % you show the effect by modifying this simple case? \setuppublications[state=start,refcommand=authoryear] \setupbibtex[database=sample] \starttext \section{Test} This \cite[hh2010a] and that \cite[Eijkhout1991] \section{References} \placepublications[criterium=all] \stoptext % Example 2: a spurious entry [4] in the list of references. \setuppublications[state=start,alternative=num] \setupbibtex[database=sample] \starttext \section{Test} This \cite[hh2010a] and that \cite[Eijkhout1991] \section{References} \placepublications[criterium=all] \stoptext % Example 3, posted by Mojca on 2010-11-29: horizontal spacing of list of % references is insufficient \setuppublications [alternative=num] \setuppublicationlayout[web]{% {\sc url}: \inserturl{}{}{}% } \dorecurse{1200}{\startpublication[k=a\recurselevel,t=web] \biburl{http://pragma-ade.nl}\stoppublication} \starttext \placepublications[criterium=all] \stoptext % Example 4, posted by Charles Doherty on 2010-10-20: no references are typeset \setuppublications[criterium=all,numbering=no] \setupbibtex[database=sample,sort=author] \starttext \section{References} \placepublications \stoptext Please add further short examples; I will aggregate and send everything to Hans. Thomas ___________________________________________________________________________________ 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 ___________________________________________________________________________________