From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/49797 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: beta Date: Fri, 24 Apr 2009 14:48:20 -0400 (EDT) Message-ID: References: <49ED7424.4090601@wxs.nl> <49EDD43B.6020905@wxs.nl> 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: ger.gmane.org 1240598985 27983 80.91.229.12 (24 Apr 2009 18:49:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 Apr 2009 18:49:45 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Apr 24 20:51:04 2009 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 1LxQUI-0002YP-BN for gctc-ntg-context-518@m.gmane.org; Fri, 24 Apr 2009 20:51:02 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 345461FB5B; Fri, 24 Apr 2009 20:49:35 +0200 (CEST) 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 17341-03; Fri, 24 Apr 2009 20:48:54 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 283991FB5A; Fri, 24 Apr 2009 20:48:54 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D23A51FB5A for ; Fri, 24 Apr 2009 20:48:52 +0200 (CEST) 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 23626-01 for ; Fri, 24 Apr 2009 20:48:43 +0200 (CEST) Original-Received: from filter1-nij.mf.surf.net (filter1-nij.mf.surf.net [195.169.124.152]) by ronja.ntg.nl (Postfix) with ESMTP id 37DA91FB38 for ; Fri, 24 Apr 2009 20:48:43 +0200 (CEST) Original-Received: from hellskitchen.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.14.82]) by filter1-nij.mf.surf.net (8.13.8/8.13.8/Debian-3) with ESMTP id n3OImffi021601 for ; Fri, 24 Apr 2009 20:48:42 +0200 Original-Received: FROM dhcp128036154154.central.yale.edu (dhcp128036154154.central.yale.edu [128.36.154.154]) By hellskitchen.mr.itd.umich.edu ID 49F20988.358FC.17462 ; Authuser adityam; 24 Apr 2009 14:48:40 EDT In-Reply-To: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=141.211.14.82; country=US; region=MI; city=Ann Arbor; postalcode=48109; latitude=42.2923; longitude=-83.7145; metrocode=505; areacode=734; http://maps.google.com/maps?q=42.2923,-83.7145&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 214411305 - b23d31bc7943 - 20090424 X-Scanned-By: CanIt (www . roaringpenguin . com) on 195.169.124.152 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.11 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:49797 Archived-At: On Fri, 24 Apr 2009, Aditya Mahajan wrote: > On Fri, 24 Apr 2009, Kevin D. Robbins wrote: > >> With the following versions of ConTeXt, LuaTeX, and t-bib: >> >> MTXrun | main context file: >> /opt/context/beta/tex/texmf-context/tex/context/base/context.tex >> MTXrun | current version: 2009.04.21 16:11 >> This is LuaTeX, Version beta-0.40.0-2009042222 luatex.web >= v2344 >> %D \module >> %D [ file=t-bib, >> %D version=2009.04.17, >> >> Using the following in a file named bibliography.bib: >> >> @TechReport{WhoAmI2009, >> author = {Who Am I}, >> title = {Foo, Bar, Baz}, >> institution = {Boo}, >> year = {2009}, >> number = {42}, >> month = {January} >> } >> >> With the following as my test file: >> >> \usemodule[bib] >> \usemodule[bibltx] >> \setupbibtex[database=./bibliography] >> \setuppublications[sorttype=bbl,criterium=all] >> \setuppublications[numbering=short,autohang=yes,refcommand=key] >> >> \starttext >> \input knuth \cite[WhoAmI2009] >> \stoptext > > This works fine here. I have the same setup as you have. Sorry, I have the same error here. Missed a comma while reformatting your example. Taco, here is a (slightly smaller) minimal example: \usemodule[bib] \setupbibtex[database=./bibliography] \setuppublications[refcommand=key] \starttext \cite[WhoAmI2009] \placepublications \stoptext with bibliography.bib \usemodule[bib] \setupbibtex[database=./bibliography] \setuppublications[refcommand=key] \starttext \input knuth \cite[WhoAmI2009] \placepublications \stoptext I get the same error as Kevin: ! Undefined control sequence. ... [\bibrefprefix ][\sectionseparator ] \expanded ...\long \xdef \@@expanded {\noexpand #1 }\@@expanded \preparebibreflist ...refix ][\sectionseparator ]} \storeitem \gotobiblink ...brefprefix \preparebibreflist {#2} \global \bibreffoundfalse ... \next1 #1,->\dobibkeyref {#1} \doprocesscommaitem \doprocesscommalist ...item \gobbleoneargument #1, ]\relax \global \advance \... ... l.7 Aditya ___________________________________________________________________________________ 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 ___________________________________________________________________________________