ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Bibliographies in mkiv - announcement and WARNING!
@ 2015-03-09 14:14 Alan BRASLAU
  2015-03-09 17:47 ` Pablo Rodriguez
  0 siblings, 1 reply; 5+ messages in thread
From: Alan BRASLAU @ 2015-03-09 14:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread
[parent not found: <mailman.232.1425932931.2410.ntg-context@ntg.nl>]

end of thread, other threads:[~2015-03-11 18:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-09 14:14 Bibliographies in mkiv - announcement and WARNING! Alan BRASLAU
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

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).