From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/33213 Path: news.gmane.org!not-for-mail From: Dave Newsgroups: gmane.comp.tex.context Subject: Re: Bib module and prefix=+ Date: Tue, 6 Feb 2007 08:46:28 -0500 Message-ID: <7a884c7c0702060546k36d752b5ya8c5ec783765e38@mail.gmail.com> References: <1761D7D0-68F3-41FB-8733-8773A02F2047@csiro.au> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1656839995==" X-Trace: sea.gmane.org 1170769609 15472 80.91.229.12 (6 Feb 2007 13:46:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Feb 2007 13:46:49 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Tue Feb 06 14:46:47 2007 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 1HEQek-0002Kt-65 for gctc-ntg-context-518@m.gmane.org; Tue, 06 Feb 2007 14:46:46 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 220CD111; Tue, 6 Feb 2007 14:45:44 +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 05811-10-5; Tue, 6 Feb 2007 14:45:39 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A9E4DA5; Tue, 6 Feb 2007 14:45:38 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6D335A5 for ; Tue, 6 Feb 2007 14:45:36 +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 05811-10-4 for ; Tue, 6 Feb 2007 14:45:32 +0100 (CET) Original-Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.238]) by ronja.ntg.nl (Postfix) with ESMTP id 7F13095 for ; Tue, 6 Feb 2007 14:45:32 +0100 (CET) Original-Received: by nz-out-0506.google.com with SMTP id z3so1813190nzf for ; Tue, 06 Feb 2007 05:46:29 -0800 (PST) Original-Received: by 10.65.236.18 with SMTP id n18mr12997128qbr.1170769588998; Tue, 06 Feb 2007 05:46:28 -0800 (PST) Original-Received: by 10.65.122.12 with HTTP; Tue, 6 Feb 2007 05:46:28 -0800 (PST) In-Reply-To: <1761D7D0-68F3-41FB-8733-8773A02F2047@csiro.au> 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:33213 Archived-At: --===============1656839995== Content-Type: multipart/alternative; boundary="----=_Part_2103_4824303.1170769588888" ------=_Part_2103_4824303.1170769588888 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Robin, This sounds quite similar to the problem I posted yesterday where: \setuphead[chapter][ownnumber=yes] makes \placepublications[criterium=chapter] fail silently. Taco has taken a look at it and written me off the list but there isn't a solution yet. Cheers, Dave On 2/6/07, Robin Kirkham wrote: > > Hi, > > How can the bib module and \setuphead[chapter][prefix=+] be made to > coexist? The following example works, but if you uncomment the > \setuphead, the citations are broken and the reference list vanishes: > > \setupoutput[pdftex] > > % uncomment this line and it breaks > %\setuphead[chapter][prefix=+] > > \usemodule[bib] > \usemodule[bibltx] > \setupbibtex[database={xampl.bib}] > \setuppublications[refcommand=num] > > % makes no real difference > %\setuppublicationlist[title=\chapter] > > \version[temporary] > > \starttext > > \chapter[chapt]{A Chapter} > > Some citations: \cite[article-full] \cite[inbook-full] \cite[manual- > full]. > This is chapter~\in[chapt]. > > \completepublications[criterium=all] > > \stoptext > > > Any help much appreciated! > > PS: The following old mailing list article appears to describe the > same problem, but the symptoms are different (citations disappear, > but reference list does not) > > http://archive.contextgarden.net/message/ > 20010516.173217.113e3787.en.html > > Robin > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context > ------=_Part_2103_4824303.1170769588888 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Robin,

This sounds quite similar to the problem I posted yesterday where:

  \setuphead[chapter][ownnumber=yes]

makes

    \placepublications[criterium=chapter]

fail silently.  Taco has taken a look at it and written me off the list but there isn't a solution yet.

Cheers,
Dave


On 2/6/07, Robin Kirkham <robin.kirkham@csiro.au> wrote:
Hi,

How can the bib module and \setuphead[chapter][prefix=+] be made to
coexist?  The following example works, but if you uncomment the
\setuphead, the citations are broken and the reference list vanishes:

\setupoutput[pdftex]

% uncomment this line and it breaks
%\setuphead[chapter][prefix=+]

\usemodule[bib]
\usemodule[bibltx]
\setupbibtex[database={xampl.bib}]
\setuppublications[refcommand=num]

% makes no real difference
%\setuppublicationlist[title=\chapter]

\version[temporary]

\starttext

\chapter[chapt]{A Chapter}

Some citations: \cite[article-full] \cite[inbook-full] \cite[manual-
full].
This is chapter~\in[chapt].

\completepublications[criterium=all]

\stoptext


Any help much appreciated!

PS: The following old mailing list article appears to describe the
same problem, but the symptoms are different (citations disappear,
but reference list does not)

     http://archive.contextgarden.net/message/
20010516.173217.113e3787.en.html

Robin

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

------=_Part_2103_4824303.1170769588888-- --===============1656839995== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context --===============1656839995==--