From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/38663 Path: news.gmane.org!not-for-mail From: Jean Magnan de Bornier Newsgroups: gmane.comp.tex.context Subject: Bibliography and luatex Date: Wed, 16 Jan 2008 19:56:10 +0100 Message-ID: <87fxwxfvlh.fsf@bornier.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1200519012 8753 80.91.229.12 (16 Jan 2008 21:30:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Jan 2008 21:30:12 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Wed Jan 16 22:30:29 2008 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 1JFFpk-0005d6-Vq for gctc-ntg-context-518@m.gmane.org; Wed, 16 Jan 2008 22:30:05 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4BD801FBBE; Wed, 16 Jan 2008 22:29:38 +0100 (CET) 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 12180-01-7; Wed, 16 Jan 2008 22:28:55 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 91B121FB6D; Wed, 16 Jan 2008 22:23:25 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3447F1FB6D for ; Wed, 16 Jan 2008 22:18:14 +0100 (CET) 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 27860-04-5 for ; Wed, 16 Jan 2008 22:15:49 +0100 (CET) Original-Received: from smtp3-g19.free.fr (smtp3-g19.free.fr [212.27.42.29]) by ronja.ntg.nl (Postfix) with ESMTP id DAEEF1FDE6 for ; Wed, 16 Jan 2008 19:57:30 +0100 (CET) Original-Received: from smtp3-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp3-g19.free.fr (Postfix) with ESMTP id 9EF8317B5B1 for ; Wed, 16 Jan 2008 19:56:19 +0100 (CET) Original-Received: from bokuro (lns-bzn-51f-81-56-145-104.adsl.proxad.net [81.56.145.104]) by smtp3-g19.free.fr (Postfix) with ESMTP id A02A417B57D for ; Wed, 16 Jan 2008 19:56:18 +0100 (CET) Original-Received: from boldair (boldair [192.168.0.1]) by bokuro (Postfix) with ESMTP id C545C1E57B for ; Wed, 16 Jan 2008 19:48:21 +0100 (CET) User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.50 (gnu/linux) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:38663 Archived-At: Hi all, Using luatex from the minimals at minimals.contextgarden.net (linux), I am unable to have bibtex working: here is a minimal example: .............................. \usemodule[bib] \usemodule[bibltx] \setupbibtex [database=/home/jean/BIB/biblio.bib] \setuppublications[] \setuppublicationlist[] \setupcite[] \starttext Bonjour de luatex! \blank LUA \cite[year][destv] \startlua a = 1.5 b = 1.8 c = a*b tex.print(c) \stoplua \completepublications[criterium=all] \stoptext .............................. I see this in the messages: "publications : warning: cite argument destv is unknown on 139" pdftex and xetex engines find it without problem. What did I miss? -- Jean ___________________________________________________________________________________ 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 ___________________________________________________________________________________