From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/69791 Path: news.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: bib module (again) Date: Wed, 6 Jul 2011 11:00:35 +0200 Message-ID: <16F0100D-9DE3-498A-86A3-4321E7CE6CAB@st.estfiles.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1309942851 3721 80.91.229.12 (6 Jul 2011 09:00:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 6 Jul 2011 09:00:51 +0000 (UTC) Cc: Thomas Schmitz , Taco Hoekwater To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Jul 06 11:00:47 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 1QeNyQ-0008MX-L6 for gctc-ntg-context-518@m.gmane.org; Wed, 06 Jul 2011 11:00:46 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 689B4CADE9; Wed, 6 Jul 2011 11:00:45 +0200 (CEST) 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 88ZkgAJuDDVF; Wed, 6 Jul 2011 11:00:45 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 6DB73CADE4; Wed, 6 Jul 2011 11:00:42 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id F2297CADE4 for ; Wed, 6 Jul 2011 11:00:40 +0200 (CEST) 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 Nb+ZGJQUySP5 for ; Wed, 6 Jul 2011 11:00:39 +0200 (CEST) Original-Received: from filter1-nij.mf.surf.net (filter1-nij.mf.surf.net [195.169.124.152]) by balder.ntg.nl (Postfix) with ESMTP id EBB2DCADE2 for ; Wed, 6 Jul 2011 11:00:38 +0200 (CEST) Original-Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de [80.67.31.25]) by filter1-nij.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p6690bCC021125 for ; Wed, 6 Jul 2011 11:00:38 +0200 Original-Received: from [89.247.73.108] (helo=[192.168.1.4]) by smtprelay02.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1QeNyG-0007ho-Tu; Wed, 06 Jul 2011 11:00:37 +0200 X-Mailer: Apple Mail (2.1084) X-Df-Sender: 698580 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=80.67.31.25; 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: 07F4x0B8s - 51bbe16b693c - 20110706 X-Scanned-By: CanIt (www . roaringpenguin . com) on 195.169.124.152 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:69791 Archived-At: Hi, I have a basic problem with the very first step of using bibliographies in ConTeXt: converting BBI to BBL files. And, as far as I have understood, the only thing that ".bst" files do is sorting. This means that a plain run of bibtex like this ... \setupbibtex[database=mytry_x.bib] \starttext Test \completepublications \stoptext ... should convert the entire database (eg. from a ".bib" file) in TeX-parsable records, written in a ".bbl" file. If I want to shorten many authors to just one followed by "et al." there is the otion "authoretallimit" that specifies the number needed to trigger 'et al.' handling. This can be set *later* in setuppublicationlist. But when I run the minimal exmaple above against this database "mytry_x.bib": @BOOK{daunerliebkonzenschmidt, author = {Peter Schlechtriem and Horst Konzen}, } @BOOK{schlechtriemschmidtkessel, author = {Peter Schlechtriem and Horst Konzen and Karsten Schmidt}, } ... the resulting bbl lookes like this: \setuppublicationlist[samplesize={SKS},totalnumber=2] \startpublication[k=daunerliebkonzenschmidt,t=book, a={{Schlechtriem},{Konzen}},y=, n=1,s=SK] \author[]{Peter}[P.]{}{Schlechtriem} \author[]{Horst}[H.]{}{Konzen} \stoppublication \startpublication[k=schlechtriemschmidtkessel,t=book, a={{Schlechtriem},{}},y=, n=2,s=SKS] \author[]{Peter}[P.]{}{Schlechtriem} \author[]{Horst}[H.]{}{Konzen} \author[]{Karsten}[K.]{}{Schmidt} \stoppublication So the three authors *are* already shortened to "a={{Schlechtriem},{}}" only! Is this a bug or a hidden preset that I just didn't found yet? Any help would be appreciated Steffen ___________________________________________________________________________________ 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 ___________________________________________________________________________________