ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Michael Scholtz <scmicha@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Feature-Request: Sort bibliography entries in alphabetical order by the entries' “short” value
Date: Wed, 7 Aug 2013 19:40:49 +0200	[thread overview]
Message-ID: <86F20A56-7ADE-4DB4-AB5B-C52D5CE69A38@gmail.com> (raw)

Hi,

the publication list can be configured with `\setuppublications` to be sorted by cite order (`sorttype=cite`) or the order of the publication entries (`sorttype=bbl`).

With the following setup the "short names" of the publication entries are used for cite references:

    \setuppublications[
        criterium=text,
        sorttype=cite,  % <– "short"?
        refcommand=short,  
        numbering=short,  
        ...
    ]

The short names are set using the `s` attribute:

    \startpublication[
      s={RFC2616},
      ...
    ]
      ...
    \stoppublication

A cite with this setup would look like "[RFC2616]".

In a long bibliography list it is useful if the entries are sorted in alphabetical order by these short names to allow a faster lookup of publications.

Currently I'm using the "filter" module and a Tcl script to sort the publication entries ( http://tex.stackexchange.com/q/126939/7074 ), but it might be useful if something like a `sorttype=short` option would be added.

Regards,
Michael

___________________________________________________________________________________
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:[~2013-08-07 17:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-07 17:40 Michael Scholtz [this message]
2013-08-07 20:13 ` Hans Hagen
2013-08-08  7:29   ` Michael Scholtz
2013-08-08  8:50     ` Hans Hagen

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=86F20A56-7ADE-4DB4-AB5B-C52D5CE69A38@gmail.com \
    --to=scmicha@gmail.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).