From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/74814 Path: news.gmane.org!not-for-mail From: Jaroslav Hajtmar Newsgroups: gmane.comp.tex.context Subject: Re: Is it bibliography really problem for MKIV? Date: Thu, 01 Mar 2012 12:09:24 +0100 Message-ID: <4F4F58E4.6090903@gyza.cz> References: <4F4D1920.4070203@gyza.cz> <4F4D28AF.6070100@uni-bonn.de> <4F4E8B81.6080804@gyza.cz> <4F4F3CA5.2090300@uni-bonn.de> <4F4F4615.5030306@gyza.cz> <4F4F4ACA.1030309@uni-bonn.de> Reply-To: hajtmar@gyza.cz, mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1330600238 20492 80.91.229.3 (1 Mar 2012 11:10:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 1 Mar 2012 11:10:38 +0000 (UTC) Cc: mailing list for ConTeXt users To: "Thomas A. Schmitz" Original-X-From: ntg-context-bounces@ntg.nl Thu Mar 01 12:10:35 2012 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S33u3-0004aO-KZ for gctc-ntg-context-518@m.gmane.org; Thu, 01 Mar 2012 12:10:31 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 418A5CB273; Thu, 1 Mar 2012 12:10:30 +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 Jh3xEc1cScXN; Thu, 1 Mar 2012 12:10:24 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id E62C1CB25E; Thu, 1 Mar 2012 12:10:23 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 5387DCB25E for ; Thu, 1 Mar 2012 12:10:23 +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 jpz0+P8ksNd1 for ; Thu, 1 Mar 2012 12:10:14 +0100 (CET) Original-Received: from filter5-til.mf.surf.net (filter5-til.mf.surf.net [194.171.167.221]) by balder.ntg.nl (Postfix) with ESMTP id 99328CB250 for ; Thu, 1 Mar 2012 12:10:14 +0100 (CET) Original-Received: from psi4.forpsi.com (smtpa.forpsi.com [81.2.195.204]) by filter5-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id q21BAAc6014883 for ; Thu, 1 Mar 2012 12:10:13 +0100 Original-Received: (qmail 1445 invoked by uid 89); 1 Mar 2012 11:10:08 -0000 Original-Received: from unknown (HELO ?192.168.1.60?) (hajtmar@188.116.90.238) by psi04 with ESMTPA; 1 Mar 2012 11:10:08 -0000 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; cs; rv:1.9.1.8) Gecko/20100216 Thunderbird/3.0.2 In-Reply-To: <4F4F4ACA.1030309@uni-bonn.de> X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=81.2.195.204; country=CZ; latitude=49.7500; longitude=15.5000; http://maps.google.com/maps?q=49.7500,15.5000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0HGEbaa9M - d0e26a22aa7e - 20120301 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.221 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:74814 Archived-At: Hello Thomas, I have experimented a bit and found that the problem is not in the presence of citation in the caption of figure. It seems that the problem does not occur only when you insert a figure without caption. See the following example: Jaroslav \setupbibtex[database=sample] \setuppublications[alternative=ams, sorttype=cite] \starttext citations are \cite[hh2010b] and \cite[hh2010a]. % \placefigure[force][fig1]{Caption of figure \cite[Eijkhout1991] with citation} % with problem % {\externalfigure[fig1]} % \placefigure[force, none][fig1]{} %Figure without caption - no problem with bibliography % {\externalfigure[fig1]} \placefigure[force][fig1]{Caption of figure without citation} % with problem too {\externalfigure[fig1]} \placepublications[criterium=cite] \stoptext Dne 1.3.2012 11:09, Thomas A. Schmitz napsal(a): > On 03/01/2012 10:49 AM, Jaroslav Hajtmar wrote: >> Thanx Thomas >> Thank you dealt with my problem. Maybe I'm the first to met this bug (if >> a mistake is it). >> Regarding the use of buffers: I'll have to remake it, because everything >> I have in principle based just on buffers. >> If I could not give a citation link to figure caption then would be a >> huge problem. I'd probably have to deal manually finding bibliography >> items and direct write its numbers into captions to square brackets (ie >> without cite referencing). Although I do not think, it could cause this >> problem. He is occurs even if the citation not appears in caption of >> figure. >> >> For me it is now very unfortunate that the thesis supervisor requires >> strict order of bibliography as I wrote. I'll try to wait for a possible >> correction, or try about hundred bibliographic items rearrange >> "manually" so that it will by his requirement. >> Once again, many thanks. >> With greetings Jaroslav > > Yes, it looks like nobody put \cite into captions before you, but I > can imagine that this is a fairly normal requirement in the sciences. > So this should in fact work, and you shouldn't have to do this > manually, this is a bug and should be fixed. The question is a bit how > urgently you need it. The bibliography mkiv code is something that > only Hans can touch, so the fix will come, but it will probably take > him some time. > > Best wishes > > Thomas > ___________________________________________________________________________________ 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 ___________________________________________________________________________________