From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30437 Path: news.gmane.org!not-for-mail From: "Pepe Barbe" Newsgroups: gmane.comp.tex.context Subject: Re: BibTex module with AMS formatting Date: Tue, 22 Aug 2006 08:33:48 -0500 Message-ID: <3e73596b0608220633j7c8dfc54gcb60204d20d6fc45@mail.gmail.com> References: <3e73596b0608211915l19d13723ga11f4d9bc8988af2@mail.gmail.com> <44EAC15E.1020309@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1156253670 15080 80.91.229.2 (22 Aug 2006 13:34:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Aug 2006 13:34:30 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Aug 22 15:34:28 2006 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 ciao.gmane.org with esmtp (Exim 4.43) id 1GFWOS-00052V-T4 for gctc-ntg-context-518@m.gmane.org; Tue, 22 Aug 2006 15:34:12 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id ADF301FD04; Tue, 22 Aug 2006 15:34:11 +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 10785-05; Tue, 22 Aug 2006 15:34:04 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 031AB1FD40; Tue, 22 Aug 2006 15:34:04 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BBD521FD40 for ; Tue, 22 Aug 2006 15:33:58 +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 09981-06 for ; Tue, 22 Aug 2006 15:33:51 +0200 (CEST) Original-Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by ronja.ntg.nl (Postfix) with SMTP id C0E751FD04 for ; Tue, 22 Aug 2006 15:33:49 +0200 (CEST) Original-Received: by py-out-1112.google.com with SMTP id m51so2615134pye for ; Tue, 22 Aug 2006 06:33:49 -0700 (PDT) Original-Received: by 10.35.57.5 with SMTP id j5mr15581123pyk; Tue, 22 Aug 2006 06:33:49 -0700 (PDT) Original-Received: by 10.35.83.11 with HTTP; Tue, 22 Aug 2006 06:33:48 -0700 (PDT) Original-To: "mailing list for ConTeXt users" In-Reply-To: <44EAC15E.1020309@elvenkind.com> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:30437 Archived-At: On 8/22/06, Taco Hoekwater wrote: > > Can you create (and post) a minimal input file with the problem? > > The bits you posted cannot be your whole input, sicne that would > not create numbers in the publication list, and my crystal ball > is not translucent enough to deduce the rest of your code. Sorry for assuming the omniscience of your crystal ball. :-) I created a simple file to illustrate my problem and, oh joys, it worked fine. Going back to my product file, I decided to make a few changes and it worked. Basically I had the following: \startbackmatter \completepublications \stopbackmatter and it didn't work. If I moved \completepublications to \startbodymatter \component chapter1 \component chapter2 \completepublications \stopbodymatter Then it will show the reference number in the body correctly. I thought it made sense to put the References in the end. Pepe