ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* bib: getting a complete listing of the database, sorted by author
@ 2005-04-14 19:25 Patrick Gundlach
  2005-04-14 20:20 ` Taco Hoekwater
  0 siblings, 1 reply; 3+ messages in thread
From: Patrick Gundlach @ 2005-04-14 19:25 UTC (permalink / raw)


Hello (Taco?),

I'd like to get the list in the bibliography sorted by author. 

\setuppublications
  [alternative=apa,
     sorttype=bbl,
     criterium=all,
  ]

\setupbibtex
  [database=umbruchlit,
   sorttype=author]

does not do what I'd like. It lists the entries in the order of \cite.
And how do I get a complete list of publication? The criterium = all
should do what I need, but it doesn't. 


Patrick
-- 
ConTeXt wiki and more: http://contextgarden.net

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: bib: getting a complete listing of the database, sorted by author
  2005-04-14 19:25 bib: getting a complete listing of the database, sorted by author Patrick Gundlach
@ 2005-04-14 20:20 ` Taco Hoekwater
  2005-04-14 20:49   ` David Wooten
  0 siblings, 1 reply; 3+ messages in thread
From: Taco Hoekwater @ 2005-04-14 20:20 UTC (permalink / raw)


Patrick Gundlach wrote:
> Hello (Taco?),
> 
> I'd like to get the list in the bibliography sorted by author. 
> 
> \setuppublications
>   [alternative=apa,
>      sorttype=bbl,
>      criterium=all,
>   ]

Try this sequence opf commands instead
(not tested, but I have a sudden hunch that this will work):

   \setuppublications
      [alternative=apa]

    \setuppublications
      [sorttype=bbl,
       criterium=all]

(and if this works, then I've found the cause of almost all the recent
problems with 'criterium=all' etcetera).


The second one is easy: the keyword here is 'sort', not 'sorttype':

\setupbibtex
    [database=umbruchlit,
     sort=author]

Taco

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: bib: getting a complete listing of the database, sorted by author
  2005-04-14 20:20 ` Taco Hoekwater
@ 2005-04-14 20:49   ` David Wooten
  0 siblings, 0 replies; 3+ messages in thread
From: David Wooten @ 2005-04-14 20:49 UTC (permalink / raw)


Taco, this works for me. Glad this came up—I was going to inquire soon.
David

> Try this sequence opf commands instead
> (not tested, but I have a sudden hunch that this will work):
>
>   \setuppublications
>      [alternative=apa]
>
>    \setuppublications
>      [sorttype=bbl,
>       criterium=all]
>
> (and if this works, then I've found the cause of almost all the recent
> problems with 'criterium=all' etcetera).
>
>
> The second one is easy: the keyword here is 'sort', not 'sorttype':
>
> \setupbibtex
>    [database=umbruchlit,
>     sort=author]
>
> Taco

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-04-14 20:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-14 19:25 bib: getting a complete listing of the database, sorted by author Patrick Gundlach
2005-04-14 20:20 ` Taco Hoekwater
2005-04-14 20:49   ` David Wooten

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