From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/88374 Path: news.gmane.org!not-for-mail From: Rik Kabel Newsgroups: gmane.comp.tex.context Subject: Re: Citation Sort Order Date: Mon, 11 Aug 2014 12:42:43 -0400 Message-ID: <53E8F283.80909@rik.users.panix.com> References: <53E3E00C.8040404@panix.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1413341617==" X-Trace: ger.gmane.org 1407775400 12114 80.91.229.3 (11 Aug 2014 16:43:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Aug 2014 16:43:20 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Mon Aug 11 18:43:15 2014 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([5.39.185.229]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XGsgk-00008G-Gs for gctc-ntg-context-518@m.gmane.org; Mon, 11 Aug 2014 18:43:14 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 1897310221 for ; Mon, 11 Aug 2014 18:43:14 +0200 (CEST) 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 Q4MK4Z3-YTVX for ; Mon, 11 Aug 2014 18:43:14 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 7066C10223 for ; Mon, 11 Aug 2014 18:43:06 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 5736B101EB for ; Mon, 11 Aug 2014 18:43:02 +0200 (CEST) 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 ZHYT5x1P3Flq for ; Mon, 11 Aug 2014 18:42:59 +0200 (CEST) Original-Received: from filter4-ams.mf.surf.net (filter4-ams.mf.surf.net [192.87.102.72]) by balder.ntg.nl (Postfix) with ESMTP id 99A17101E1 for ; Mon, 11 Aug 2014 18:42:59 +0200 (CEST) Original-Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by filter4-ams.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id s7BH9KNn010131 for ; Mon, 11 Aug 2014 19:09:26 +0200 Original-Received: from [192.168.201.10] (cpe-67-240-55-150.nycap.res.rr.com [67.240.55.150]) by mailbackend.panix.com (Postfix) with ESMTP id 94C282EE5D for ; Mon, 11 Aug 2014 12:42:48 -0400 (EDT) User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 In-Reply-To: X-Bayes-Prob: 0.0001 (Score 0, tokens from: ntg-context@ntg.nl, base:default, @@RPTN) X-CanIt-Geo: ip=166.84.1.89; country=US; region=New York; city=Richmond Hill; latitude=40.7005; longitude=-73.8345; http://maps.google.com/maps?q=40.7005,-73.8345&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 01MBt9k2H - 4319cd5d1daf - 20140811 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.72 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:88374 Archived-At: This is a multi-part message in MIME format. --===============1413341617== Content-Type: multipart/alternative; boundary="------------090907010708000101080005" This is a multi-part message in MIME format. --------------090907010708000101080005 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 2014-08-11 01:30, Thangalin wrote: > Thank you, Rik. > > I wanted to list all the bibliography entries (including unreferenced > citations) with referenced citations ordered chronologically. I > suppose that would require maintaining two separate bibliography > files... > > If by chronologically, you mean by the order that citations appear in the document, then you might want something like: \setupbibtex[database=sources] \setuppublications[ sorttype=cite, ] \starttext hello world\cite[kattamuri@debate] \startbackmatter \nocite[zbmath0homomorphic,peng04homomorphic,kattamuri@debate] \nocite[delaune@coercion] \nocite[kremer@verify,acquisti0homomorphic] \placepublications[criterium=cite] \stopbackmatter \stoptext This results in the explicitly cited works first, followed by the remaining nocited documents with cited works. You can manually create the nocite entries or generate them with a script. From earlier comments on the list, it appears that with ConTeXt MKII one could use \nocite[*] instead of \nocite[all entries that appear in database], but that does not work in MKIV. Perhaps the new bibliography tools will provide it again. -- Rik --------------090907010708000101080005 Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: quoted-printable
On 2014-08-11 01:30, Thangalin wrote:<= br>
Thank you, Rik.

I wanted to list all the bibliography entries (including unreferenced
citations) with referenced citations ordered chronologically. I
suppose that would require maintaining two separate bibliography
files...


If by chronologically, you mean by the order that citations appear in the document, then you might want something like:
\setupbibtex[database=3Dsources]
\setuppublications[
=A0 sorttype=3Dcite,
]

\starttext
=A0 hello world\cite[kattamuri@debate]

=A0 \startbackmatter
=A0=A0=A0 \nocite[zbmath0homomorphic,peng04homomorphic,kattamuri@debate]
=A0=A0=A0 \nocite[delaune@coercion]
=A0=A0=A0 \nocite[kremer@verify,acquisti0homomorphic]=
=A0=A0=A0 \placepublications[criterium=3Dcite] =A0 \stopbackmatter
\stoptext

This results in the explicitly cited works first, followed by the remaining nocited documents with cited works. You can manually create the nocite entries or generate them with a script.

From earlier comments on the list, it appears that with ConTeXt MKII one could use \nocite[*] instead of \nocite[all entries that appear in database], but that does not work in MKIV. Perhaps the new bibliography tools will provide it again.

--
Rik
--------------090907010708000101080005-- --===============1413341617== 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 ___________________________________________________________________________________ --===============1413341617==--