From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/2175 Path: main.gmane.org!not-for-mail From: "Berend de Boer" Newsgroups: gmane.comp.tex.context Subject: Adapting m-bib layout (was: Where the m-bib and m-math?) Date: Thu, 1 Jun 2000 13:56:48 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <005f01bfcbc0$784f5e50$0321a8c0@bmach.nederware.nl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035392962 6659 80.91.224.250 (23 Oct 2002 17:09:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:09:22 +0000 (UTC) Cc: "'Mr. Wang Lei '" Original-To: Xref: main.gmane.org gmane.comp.tex.context:2175 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:2175 > How can I set the correct parameters in the > \setuppublications can do the job I wanted? could you give me a hand? > Thanks in advance. Here a sample, it works only for article entries, and probably not for all variants of them, but you should get the idea: -------------------------------------- % interface=en \usemodule[bib] \setuppublications [database=ref, sort=author, left={[}, right={]}, numbering=yes] \unprotect % change bibl-apa defaults \setuppublicationparameters [refcommand=\bibnumref, \c!links={[}, \c!rechts={]}, author=\normalauthor, artauthor=\normalauthor] % typeset an article entry \setuppublicationlayout[article]{% \insertartauthors{}{}{\insertthekey{}{ }{}}% \insertarttitle{, \bgroup}{\egroup}{}% \insertjournal{, \bgroup \it}{\egroup}{}% \insertpubyear{. }{}{}% {\insertcrossref{In }{}{}}% \insertvolume {, (} {)\insertpages{:}{.}{.}} {\insertpages{, pages }{.}{.}}% \insertnote{ }{.}{}% } \protect \starttext This \cite[mp1943]. \completepublications \stoptext -------------------------------------- I didn't yet figure out how to do the numbering in front of every publication, but maybe Taco is feeling better by now? Groetjes, Berend. (-: