From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/54587 Path: news.gmane.org!not-for-mail From: Chen Shen Newsgroups: gmane.comp.tex.context Subject: bib module problem with mkiv Date: Sat, 21 Nov 2009 02:18:19 +0800 Message-ID: <48af9a710911201018gdad41a6s101bf11e30f08c0c@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2089997332==" X-Trace: ger.gmane.org 1258741125 2044 80.91.229.12 (20 Nov 2009 18:18:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Nov 2009 18:18:45 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Nov 20 19:18:38 2009 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.50) id 1NBY45-0000MS-Lx for gctc-ntg-context-518@m.gmane.org; Fri, 20 Nov 2009 19:18:37 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 83E72C9B1A; Fri, 20 Nov 2009 19:16:03 +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 XqkfUjAXmVQw; Fri, 20 Nov 2009 19:15:59 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id A74CEC9AC1; Fri, 20 Nov 2009 19:15:58 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 0FDF6C9AC1 for ; Fri, 20 Nov 2009 19:15:54 +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 jEPj+2bTAdg1 for ; Fri, 20 Nov 2009 19:15:49 +0100 (CET) Original-Received: from mail-pz0-f179.google.com (mail-pz0-f179.google.com [209.85.222.179]) by balder.ntg.nl (Postfix) with ESMTP id 2322FC9AB7 for ; Fri, 20 Nov 2009 19:15:48 +0100 (CET) Original-Received: by pzk9 with SMTP id 9so2417127pzk.16 for ; Fri, 20 Nov 2009 10:18:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Vt9urmZu2BdYzfGwOAMHCu3VAGY5efxUW8wME1mzvxM=; b=erYee7eZOlWJdSm6Hwf/Y3yzYTXjeZ5Q1IE59ypUfVeKWFr/8NRnZ03FU95j7suS1F CnI0ABprfnBapn2MHlP5vGO2kUip7z8dld/3nRtwGbW5dbxbX1RhxfeEFa8ogk7eaax0 xWFQLLEDYvBDoDPqkdONNKoizrFxKjWrc1tuI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=qfOkuEKwp0eQcuHeKeKlA4GBwe8MngVSGGR4x5qcJM+6jUzLQlrkU5eYkqD6fFzCE9 sKQJx0AzwUE39KSYpGmgQ+dWOmDxSD2UxfD2XmlvJmLXjK/lmfWobZUpuJM2VMkTRcbQ XjcI8I6fwVe+MWBYUgLNuZTVXHvSJZ3UUwAcw= Original-Received: by 10.143.25.38 with SMTP id c38mr188177wfj.11.1258741099226; Fri, 20 Nov 2009 10:18:19 -0800 (PST) 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:54587 Archived-At: --===============2089997332== Content-Type: multipart/alternative; boundary=001636e1f9381568030478d1808c --001636e1f9381568030478d1808c Content-Type: text/plain; charset=UTF-8 Hi all, I was trying the following bib example on MkIV beta 2009.11.20 and luatex beta-0.44.0-2009103007. There isn't an apparent error message, but neither the bib reference or the publication list appears in the pdf. Observations: 1. In MkII, it works well. 2. In MkIV, if you use the [criterium=all] option, both bib ref and pub list show properly. Other criterium, e.g. [criterium=section] doesn't work. thanks a lot. regards, shenchen ========= test.tex =========== \usemodule[bib,bibltx] \setupbibtex[database=xampl] \starttext \cite[a] . \completepublications %\completepublications[criterium=all] \stoptext ============================ ========= xampl.bib =========== @Book{a, editor = {John D. Barnsford and Ann L. Brown and Rodney R. Cocking}, title = {{How people learn: Brain, mind, experience, and school}}, publisher = {National Academy Press}, year = {2000}, address = {Washington, DC} } ============================ --001636e1f9381568030478d1808c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi all,=C2=A0

I was trying the following bib example on = MkIV beta 2009.11.20 and luatex=C2=A0beta-0.44.0-2009103007.
Ther= e isn't an apparent error message, but neither the bib reference or the= publication list appears in the pdf.

Observations:=C2=A0
1. In MkII, it works well= .
2. In MkIV, if you use the=C2=A0[criterium=3Dall] option, both = bib ref and pub list show properly. Other criterium, e.g.=C2=A0[criterium= =3Dsection] doesn't work.

thanks a lot.

regards,
shenchen

=3D=3D=3D=3D=3D=3D=3D=3D=3D test.tex = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
\usemodule[bib,bibltx]
\setupbibtex[database=3Dxampl]
\starttext

=C2=A0=C2=A0\cite[a] .
= =C2=A0=C2=A0\completepublications
=C2=A0=C2=A0%\completepublicati= ons[criterium=3Dall]

\stoptext
=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D

=3D=3D=3D=3D=3D=3D=3D=3D=3D xampl.bib =3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D
@Book{a,
=C2=A0=C2=A0editor= =3D =C2=A0 =C2=A0 =C2=A0 {John D. Barnsford and Ann L. Brown and Rodney R.= Cocking},
=C2=A0=C2=A0title =3D =C2=A0 =C2=A0 =C2=A0 =C2=A0{{How= people learn: Brain, mind, experience, and school}},
=C2=A0=C2=A0publisher =3D =C2=A0 =C2=A0{National Academy Press},
=
=C2=A0=C2=A0year =3D =C2=A0 =C2=A0 =C2=A0 =C2=A0 {2000},
=C2= =A0=C2=A0address =3D =C2=A0 =C2=A0 =C2=A0{Washington, DC}
}
=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D


--001636e1f9381568030478d1808c-- --===============2089997332== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ --===============2089997332==--