ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: bib problems
@ 2010-12-08  9:08 Robert Blackstone
  2010-12-08 10:47 ` Matija Šuklje
  0 siblings, 1 reply; 11+ messages in thread
From: Robert Blackstone @ 2010-12-08  9:08 UTC (permalink / raw)
  To: ntg-context

On Tue, Dec 7, 2010 at 8:10 PM,  Mojca Miklavec
<mojca.miklavec.lists@gmail.com> wrote:
> Send ntg-context mailing list submissions to
>
> I have a tiny feature request.
>
> I would like to have a separate "bibliography" for, say, list of
> figures. Basically all I ask for is the ability to have a separate
> "named" bibliography as opposed to a single list.

I too would be very happy with the possibility to produce a
Bibliography with various sections. In my case separate sections would
be needed for Manuscript Sources and Early printed versions, where the
data concern mostly Libraries or Museums and things like catalogue
numbers and shelf marks, and for Music (with Composer instead of
Author and the possibility to indicate the whereabouts of manuscripts
or early prints, and/or the name of the copyist).
Incidentally, there must be many others with similar wishes, for in
the past few years I have seen this topic several times on this list.

Best regards,
Robert Blackstone
___________________________________________________________________________________
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] 11+ messages in thread
* Re: bib problems
@ 2010-12-08  9:32 Robert Blackstone
  0 siblings, 0 replies; 11+ messages in thread
From: Robert Blackstone @ 2010-12-08  9:32 UTC (permalink / raw)
  To: ntg-context

On Tue, Dec 7, 2010 at 2:00 PM,  <thomas.schmitz@uni-bonn.de> wrote:

> I've begun summarizing the bibliography problems. Could you all see if your particular problem is mentioned here? If I missed something, please send your test files to the list or to me, please use the sample.bib which is now included in the minimals, and please make the test cases as short as possible.

Hi,
I have another problem: the ELECTRONIC publication, hh2010, never gets
returned or printed, even with \placepublications[criterium=all].
I noted however that ConTeXt somehow is aware of this item since it
leaves an open space where this item should have been.
This is my test file, identical to that of example 1 except for the
addition of \cite[hh2010].

\setuppublications[state=start,refcommand=authoryear]
\setupbibtex[database=sample]

\starttext
\section{Test}
This \cite[hh2010a]

and that \cite[Eijkhout1991]

and also this one \cite[hh2010].

\section{References}
\placepublications[criterium=all]
\stoptext

Best regards,
Robert Blackstone
___________________________________________________________________________________
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] 11+ messages in thread
* bib problems
@ 2010-12-07 11:54 Thomas A. Schmitz
  2010-12-07 14:26 ` Mojca Miklavec
  0 siblings, 1 reply; 11+ messages in thread
From: Thomas A. Schmitz @ 2010-12-07 11:54 UTC (permalink / raw)
  To: mailing ConTeXt users list for

All,

I've begun summarizing the bibliography problems. Could you all see if your particular problem is mentioned here? If I missed something, please send your test files to the list or to me, please use the sample.bib which is now included in the minimals, and please make the test cases as short as possible. 

Hans and Taco, one general remark: one thing that is confusing is that the key/value pair "criterium=XXX" is present for the \setuppublications and for the \setuppublicationlist and for the \placepublications command, yet seems to do slightly different things in each. Maybe that's a place where the interface should be changed? 

Here's what I have so far:

% Example 1, posted in a slightly different form by "Curiouslearn" on
% 2010-11-25: Hagen 2010c is not quoted and should not be in the list of
% references. On 2010-11-26, Mathieu Boespflug made a further observation on
% the original testfile which I can't reproduce because it's too complex. Can
% you show the effect by modifying this simple case?

\setuppublications[state=start,refcommand=authoryear]
\setupbibtex[database=sample]

\starttext
\section{Test}
This \cite[hh2010a]

and that \cite[Eijkhout1991]

\section{References}
\placepublications[criterium=all]
\stoptext 

% Example 2: a spurious entry [4] in the list of references.

\setuppublications[state=start,alternative=num]
\setupbibtex[database=sample]

\starttext
\section{Test}
This \cite[hh2010a]

and that \cite[Eijkhout1991]

\section{References}
\placepublications[criterium=all]
\stoptext 

% Example 3, posted by Mojca on 2010-11-29: horizontal spacing of list of
% references is insufficient

\setuppublications
    [alternative=num]

\setuppublicationlayout[web]{%
    {\sc url}: \inserturl{}{}{}%
}

\dorecurse{1200}{\startpublication[k=a\recurselevel,t=web]
\biburl{http://pragma-ade.nl}\stoppublication}

\starttext
\placepublications[criterium=all]
\stoptext 

% Example 4, posted by Charles Doherty on 2010-10-20: no references are typeset

\setuppublications[criterium=all,numbering=no]

\setupbibtex[database=sample,sort=author]

\starttext

\section{References}

\placepublications

\stoptext 

Please add further short examples; I will aggregate and send everything to Hans.


Thomas
___________________________________________________________________________________
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] 11+ messages in thread
* bib problems
@ 2010-12-01 10:35 Thomas A. Schmitz
  0 siblings, 0 replies; 11+ messages in thread
From: Thomas A. Schmitz @ 2010-12-01 10:35 UTC (permalink / raw)
  To: mailing ConTeXt users list for

Hi all,

the last days have brought a couple of bug reports on bibliographies in ConTeXt. I will try and create a number of examples so Hans can test and debug. In order to facilitate the creation of minimal examples for all users, we have a couple of suggestions:

1. There is now a dedicated page for bibliography support on the wiki; unsurprisingly, it's at http://wiki.contextgarden.net/Bibliographies. For the time being, this page is just a skeleton; you are all invited to contribute.

2. The page contains a link to a sample bib file. This file will be part of the main distribution (and hence of the minimals) under context/tex/texmf-context/bibtex/bib/sample.bib. I will send this file to Hans. At the same time, it is meant as a bibliography for ConTeXt related publications. So if you build minimal examples, please try with this file first. If the error you are reporting is triggered by a certain publication type which is not yet represented in the sample file, please modify the file on your disk, but *remember to add these modifications to the file on the wiki* (http://wiki.contextgarden.net/sample_bib) and drop me a line! If you want to add further ConTeXt related publications, feel free to do so! I will send Hans and Mojca updated versions of this file which I'll pick 
 up on the wiki.

3. As you know, priority in development is given to mkiv. The bib module for mkii was written by Taco, and as far as I understood him, it is quite unlikely that he will have the time to do extensive work on it.

Later today, I will try and coordinate the bug reports I can still find in an example. Please add your reports as well.

All best

Thomas
___________________________________________________________________________________
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] 11+ messages in thread

end of thread, other threads:[~2010-12-10 13:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-08  9:08 bib problems Robert Blackstone
2010-12-08 10:47 ` Matija Šuklje
2010-12-10 10:28   ` Thomas Schmitz
  -- strict thread matches above, loose matches on Subject: below --
2010-12-08  9:32 Robert Blackstone
2010-12-07 11:54 Thomas A. Schmitz
2010-12-07 14:26 ` Mojca Miklavec
2010-12-07 15:01   ` Hans Hagen
2010-12-10 13:18     ` Mojca Miklavec
2010-12-10 13:55       ` Thomas Schmitz
2010-12-08 10:49   ` Florian Wobbe
2010-12-01 10:35 Thomas A. Schmitz

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