ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Émilien Tlapale" <Emilien.Tlapale@sophia.inria.fr>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Bib/bibtex duplicate entries
Date: Wed, 21 Oct 2009 11:43:09 +0200	[thread overview]
Message-ID: <4ADED7AD.9090008@sophia.inria.fr> (raw)
In-Reply-To: <4ADECB61.3040608@elvenkind.com>

Taco Hoekwater wrote:
> Émilien Tlapale wrote:
>   
>> Hi!
>>
>> I am new to ConTeXt and juste created my first document, however
>> there seems to be a strange behaviour in the output. Indeed I see
>> a lot of duplicated bibliography entries. Moreover using sort=author
>> did not sort the list.
>>
>> My document layout is as follows:
>>     
>
> That did not help, we will need an actual small test file.
>
> Best wishes,
> Taco
Here comes too small context and bibtex files with the same problem, 
i.e. the bibliography
lists every occurence of a bib entry, even if they were already listed.
Best,
Émilien

\usemodule[bib]
\setupbibtex[database=ctx-tx]

\starttext
\startbodymatter

\chapter{Chapter X}

\cite[bar]

\cite[bar]

\stopbodymatter
\startappendices
\chapter{Bibliography}
\placepublications
\stopappendices

\stoptext

@article{bar,
    author={Bar, K.},
    title={Hello world},
    journal={Super Smurfs},
    year={1986}
}
___________________________________________________________________________________
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:[~2009-10-21  9:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-21  8:31 Émilien Tlapale
2009-10-21  8:50 ` Taco Hoekwater
2009-10-21  9:43   ` Émilien Tlapale [this message]
2009-10-21 15:03     ` Taco Hoekwater
2009-10-23  8:57       ` Bib/bibtex duplicate entries (solved) Émilien Tlapale

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=4ADED7AD.9090008@sophia.inria.fr \
    --to=emilien.tlapale@sophia.inria.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).