ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Peter Fisker Skjoldan <fisker@city.dk>
Subject: Bib module and sectionblocks
Date: Sun, 17 Sep 2006 23:54:13 +0200	[thread overview]
Message-ID: <E6CF64F7-40D5-44A4-A86C-81D52B5B611F@city.dk> (raw)

Using the t-bib module I can't get the numbered cite option to work  
with the sectionblocks \startfrontmatter and the like. When I put the  
publication list inside one of the blocks I get the number only  
inside that block. In the other blocks the result is [ ]. If I put  
the publication list outside of any blocks the number appears only in  
the bodymatter sectionblock.


Is this correct behaviour? And how can I fix the problem?

Thanks in advance,
Peter

Here is a sample file:
%---------------------------------
\usemodule[bib]

\setuppublications[alternative=num,refcommand=num]

\setuppublicationlist[criterium=all]

\startpublication[k=rayl96,
                   t=book,
                   a={{Rayleigh}},
                   y=1896,
                   n=45,
                   s=Ray96]
\author[]{Lord}[Lord]{}{Rayleigh}
\pubyear{1896}
\title{Theory of Sound}
\pubname{Macmillan}
\stoppublication

\starttext

\startfrontmatter
\subject{Front matter}
An early book on acoustics \cite[rayl96]. % no number
\stopfrontmatter

\startbodymatter
\subject{Body matter}
An early book on acoustics \cite[rayl96]. % number as expected
\stopbodymatter

\startappendices
\subject{Appendices}
An early book on acoustics \cite[rayl96]. % no number
\stopappendices

\subject{References}
\placepublications


\stoptext
%---------------------------------

             reply	other threads:[~2006-09-17 21:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-17 21:54 Peter Fisker Skjoldan [this message]
2006-09-18  5:24 ` Thomas A. Schmitz
2006-09-18  7:56   ` 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=E6CF64F7-40D5-44A4-A86C-81D52B5B611F@city.dk \
    --to=fisker@city.dk \
    --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).