Hello Taco,

Thanks for the help. The instructions you gave worked briefly for a
few days. Some weird things happened after I re-installed my miktex
and updated the context to the newest version (01/20/05).

here is what i did:

\usemodule[bib]
\def\bracketed#1{[#1]}

\setuppublications
    [sorttype=cite,
     refcommand=num, 
     numbering=yes,
     numbercommand=\bracketed]

\setupbibtex[database=c_intent]
\setuppublicationlist[criterium=all]

It stops producing ''References" at the end of the text and stops
generating the publication list. refcommand=num fails to generate the
cite number. If changing to refcommand=number, then it will generate
the cite number but still fails to produce the Reference section and
no publication list.

Context seems more complicated than Latex. 

Thanks a lot for the help!!

Best,
Fei

On Wed, 26 Jan 2005 08:34:58 +0100, Taco Hoekwater <[EMAIL PROTECTED]> wrote:
> 
> 
> Fei He wrote:
> > Hello Taco,
> >
> > Thanks for the help the other day. It fixed most of the problems.
> > However, it seems that i cannot get the publication list numbered
> > like:
> >
> > [1]. pub1
> > [2.] pub2
> 
> Here's what you need:
> 
>    \usemodule[bib]
> 
>    \def\bracketed#1{[#1]} % adapt as desired
> 
>    \setuppublications
>      [sorttype=cite, % list by cite order
>       refcommand=num, % cite list item no.
>       numbering=yes,  % display list item no. in list
>       numbercommand=\bracketed] % show brackets
> 
>    \setuppublicationlist[criterium=all] % for that bug
> 
> Greetings, Taco
>
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to