ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Fei He <fei.he1@gmail.com>
Subject: Re: some bib module questions
Date: Tue, 1 Feb 2005 23:05:28 -0500	[thread overview]
Message-ID: <ba61946105020120054b501123@mail.gmail.com> (raw)
In-Reply-To: <41F74822.5010701@elvenkind.com>

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 <taco@elvenkind.com> 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
>

  reply	other threads:[~2005-02-02  4:05 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-21 21:55 Fei He
2005-01-22  8:21 ` Taco Hoekwater
2005-01-25 19:37   ` Fei He
2005-01-26  7:34     ` Taco Hoekwater
2005-02-02  4:05       ` Fei He [this message]
2005-02-02 13:48         ` Taco Hoekwater
2005-03-07 18:38   ` Mark Smith
2005-03-12 15:24     ` Taco Hoekwater
2005-03-12 19:09       ` Mark Smith
2005-03-13 10:52         ` Taco Hoekwater

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ba61946105020120054b501123@mail.gmail.com \
    --to=fei.he1@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).