From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/66459 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Stefan_M=FCller?= Newsgroups: gmane.comp.tex.context Subject: problems with bib Date: Mon, 28 Feb 2011 15:37:16 +0100 Message-ID: <4D6BB31C.6070807@gmx.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1298903895 12862 80.91.229.12 (28 Feb 2011 14:38:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 Feb 2011 14:38:15 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon Feb 28 15:38:10 2011 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 1Pu4Ej-0003Ra-PA for gctc-ntg-context-518@m.gmane.org; Mon, 28 Feb 2011 15:38:09 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id C9163CAA77; Mon, 28 Feb 2011 15:38:08 +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 ysaBehGEbqQS; Mon, 28 Feb 2011 15:37:57 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 0EC9ECAA6B; Mon, 28 Feb 2011 15:37:57 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 4010CCAA6B for ; Mon, 28 Feb 2011 15:37:55 +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 JpkdPSfVXWpC for ; Mon, 28 Feb 2011 15:37:34 +0100 (CET) Original-Received: from filter2-ams.mf.surf.net (filter2-ams.mf.surf.net [192.87.102.70]) by balder.ntg.nl (Postfix) with ESMTP id 6B376C9A7C for ; Mon, 28 Feb 2011 15:37:34 +0100 (CET) Original-Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by filter2-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with SMTP id p1SEbX0l025855 for ; Mon, 28 Feb 2011 15:37:34 +0100 Original-Received: (qmail invoked by alias); 28 Feb 2011 14:37:33 -0000 Original-Received: from 77-64-135-9.dynamic.primacom.net (EHLO [192.168.100.108]) [77.64.135.9] by mail.gmx.net (mp056) with SMTP; 28 Feb 2011 15:37:33 +0100 X-Authenticated: #11064435 X-Provags-ID: V01U2FsdGVkX1+3LB0UsOK3eEUZ5Zwk625k2FeHSw1lKqvXwL+xU+ eAPELJ5rObl2CE User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 X-Y-GMX-Trusted: 0 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=213.165.64.22; country=DE; latitude=51.0000; longitude=9.0000; http://maps.google.com/maps?q=51.0000,9.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0rEdqBxux - 6da6d2f813ab - 20110228 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.70 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:66459 Archived-At: Hi list, until now I used the bib module for my bibliography in a rather large document in MkIV by calling \usemodule[bib]. Today I updated to version 2011.02.25 22:03 and the document does no longer compile. I removed the above line from my document and it ran again, but the "References" section was empty and I got "[[error 1]]" everywhere I used \cite. So I changed \completepublications to \completepublications[criterium=all]. Now I have the complete list of references (I know, I asked for it) but instead I only want to have those references in the list that I cited in the document. Some questions: (1) Is the bib module obsolete? If so, can someone provide me with a small example how to properly make bibliographies now, preferably from a .bib-file? (2) If this is not already answered by the first question: How do I get the references list to display only the cited entries from my bibliography, "[criterium=?]"? (3) What do I have to do to let context find the sample.bib database? I get "I couldn't open database file sample.bib.bib" or "I couldn't open database file sample.bib" in the output depending on whether I added ".bib" or not. My current setup is this: %\usemodule[bib] \setupbibtex[database={mybibdatabase.bib}] \setuppublications[alternative=ams, refcommand=num] \setupcite[num][lastpubsep={, }] \setupcite[author][left=, right=] ... \completepublications[criterium=all] Any help appreciated, Stefan ___________________________________________________________________________________ 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 ___________________________________________________________________________________