The bib module won't complete the publications list when there is more
than one cite command. Try the following:

------------------------------------------------
\usemodule[bib]

\startpublication[k=biskamp2003,t=inbook,
a={Biskamp},y=2003,n=1,s=Bis03]
\author[]{Dieter}[D.]{}{Biskamp}
\pubyear{2003}
\title{Magnetohydrodynamic turbulence}
\pubname{Cambridge University Press}
\stoppublication

\startpublication[k=sneyd1994,t=article,
a={Sneyd and Wang},y=1994,n=2,s=SW94]
\artauthor[]{A.~D.}[A.~D.]{}{Sneyd}
\artauthor[]{A.}[A.]{}{Wang}
\pubyear{1994}
\arttitle{Interfacial instability due to {MHD} mode coupling in
aluminium
  reduction cells}
\journal{J. Fluid Mech.}
\volume{263}
\pages{343-359}
\stoppublication


\starttext
See \cite[authoryear][biskamp2003]
and \cite[authoryear][sneyd1994].

\placepublications
\stoptext
------------------------------------------------

You'll get no publication list.

Then comment out either of the \cite commands and you'll get the
single-publication list.

Thanks for any help.


Regards,

David

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to