ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Rik Kabel <context@rik.users.panix.com>
To: ntg-context@ntg.nl
Subject: Re: Citation Sort Order
Date: Mon, 11 Aug 2014 12:42:43 -0400	[thread overview]
Message-ID: <53E8F283.80909@rik.users.panix.com> (raw)
In-Reply-To: <CAANrE7rHDGPUtXDj3NP4hrMukoXts8P5uC+jKNF3ZsfYdOiYtA@mail.gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 1252 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 2133 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

      reply	other threads:[~2014-08-11 16:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-07 17:20 Thangalin
2014-08-07 20:22 ` Rik
2014-08-11  5:30   ` Thangalin
2014-08-11 16:42     ` Rik Kabel [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53E8F283.80909@rik.users.panix.com \
    --to=context@rik.users.panix.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).