ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Alan BRASLAU <alan.braslau@cea.fr>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Bibliographies in mkiv - announcement and WARNING!
Date: Mon, 9 Mar 2015 15:14:25 +0100	[thread overview]
Message-ID: <20150309151425.0892fd17@iram-ha-003840.extra.cea.fr> (raw)

ANNOUNCEMENT

The MKII bibliography module (\usemodule[bib]), described in
    http://wiki.contextgarden.net/Bibliography
has undergone, first a re-write, keeping up with MKIV, then a complete
re-conception of the handling of bibliographies.

We introduced into the core of MKIV a dataset subsystem, not
necessarily limited to the generation of bibliographic lists. This new
subsystem has been part of the distribution for some time and an early
first draft of its documentation had been made available.

After putting the new system to heavy use in a real,
bibliographic-intensive book project, and after much fighting
back-and-forth over specifications and design choices, the upcoming
beta standalone distribution will finally contain this completely
revamped subsystem. Note that it is not yet complete, but has been
stabilized enough to make this revision available. The rewritten
documentation is not quite ready yet either, but a completely rewritten
new draft will be made available in a very short time. We promise!

* WARNING *

As details of the interface have changed and the documentation is not
quite there yet, do not attempt to use this for any serious project for
the moment. And if you are presently using the pre-beta version of the
new subsystem that has been distributed with the standalone,
DO NOT UPDATE your standalone unless you are prepared to see some
changes.

Hans and Alan (also with the help of Thomas and Luigi).



MWE

Below is a minimal working example:

\startbuffer [test]
@Article{article,
  Title                    = {Article title},
  Author                   = {ArticleLastnameA, FirstnameA}
                      # { and ArticleLastnameB, FirstnameB}
                      # { and ArticleLastnameC, FirstnameC}
                      # { and ArticleLastnameD, FirstnameD}
                      # { and ArticleLastnameE, FirstnameE}
                      # { and ArticleLastnameF, FirstnameF}
                      # { and ArticleLastnameG, FirstnameG},
  Journal                  = {Journal name},
  Year                     = {YYYY},

  Note                     = {note...},
  Number                   = {number},
  Pages                    = {ff--tt},
  Volume                   = {volume},

  Doi                      = {doi|-|specification},
  Keywords                 = {keyword1; keyword2; keyword3},
}

@Book{book,
  Title                    = {Book title},
  Title                    = {Title2},
  Author                   = {BookAuthorLastnameA, Firstname
                          and BookAuthorLastnameB, Firstname Middle
                          and BookAuthorLastnameC, Firstname-Combined},
  Editor                   = {EditorLastname, Firstname},
  Editor                   = {EditorLastname2, Firstname},
  Publisher                = {Publisher},
  Year                     = {YYYY},

  Address                  = {Address},
  Edition                  = {edition},
  Keywords                 = {book},
}
\stopbuffer

\usebtxdataset[test.buffer]

\starttext

\cite[article,book]

\startbackmatter

\startchapter[title=Bibliography]
    \placelistofpublications
\stopchapter

\stopbackmatter

\stoptext

___________________________________________________________________________________
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:[~2015-03-09 14:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-09 14:14 Alan BRASLAU [this message]
2015-03-09 17:47 ` Pablo Rodriguez
2015-03-09 18:04   ` Hans Hagen
     [not found] <mailman.232.1425932931.2410.ntg-context@ntg.nl>
2015-03-11  8:50 ` Robert Blackstone
2015-03-11 18:08   ` 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=20150309151425.0892fd17@iram-ha-003840.extra.cea.fr \
    --to=alan.braslau@cea.fr \
    --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).