ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* I want cited bib items only in my bibliography
@ 2012-04-05  8:24 Mikael P. Sundqvist
  2012-04-05 10:27 ` Pontus Lurcock
  0 siblings, 1 reply; 3+ messages in thread
From: Mikael P. Sundqvist @ 2012-04-05  8:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear list,

What is the right way today to get only the cited items in the
bibliography? I have some problems doing this. With the test file

% Start mps.tex
\usemodule[bib]
\setupbibtex[database=referenser]

\starttext
Foo~\cite[anno].

\subject{References}
\placepublications[] % I've read somewhere that this should work
%\placepublications[criterium=all]
\stoptext
% Stop mps.tex

I get an [[error 2]] in the pdf file where the citation is supposed to
be. Also, the References list is empty.

If I change \placepublications[] to \placepublications[criterium=all]
I get all entries in my bib file, even the ones that are not cited.

My referenser.bib is given below:

% Start referenser.bib
@book {anno,
    AUTHOR = {Anno},
     TITLE = {No},
    SERIES = {National Bureau of International Bureau's},
    VOLUME = {1},
      YEAR = {2012},
     PAGES = {10},
}

@article {bent,
    AUTHOR = {Bent},
     TITLE = {Yes},
   JOURNAL = {Letters of Letters},
    VOLUME = {369},
      YEAR = {2013},
    NUMBER = {1},
     PAGES = {39--69},
}
% Stop referenser.bib

Best regards, Mikael
___________________________________________________________________________________
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] 3+ messages in thread

end of thread, other threads:[~2012-04-05 10:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-05  8:24 I want cited bib items only in my bibliography Mikael P. Sundqvist
2012-04-05 10:27 ` Pontus Lurcock
2012-04-05 10:33   ` Mikael P. Sundqvist

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