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
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to