Re: [NTG-context] bib + local global citations

2007-04-19 Thread Taco Hoekwater
Tobias Burnus wrote:
 Taco Hoekwater wrote:
 you need \placepublications[option=continue]
   
 Thanks Taco.
 
 Could you update your bib module based on the attached patch, unless
 your module already contains all those changes.
 
 I don't know whether
 -\c!otherstext={ et al.},
 +\c!otherstext={\ et al.},
 is needed, but
 -\c!artauthoretaltext={ {\it et al.\/}}]
 +\c!authoretaltext={\ {\it et al.\/}},
 is needed.

OK, thanks. Does the below patch mean that you fixed the \inserturl
and \insertdoi problems as well?

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


Re: [NTG-context] bib + local global citations

2007-04-18 Thread Taco Hoekwater
Tobias Burnus wrote:
 
 \chapter{somewhere}
 [1]...[45]
 
 \chapter
 \section{local 1}
 [1]...[30] % -- should be 46-76
 \placepublication[criterium=section]
[1]...[76] % -- should be 46-76

you need \placepublications[option=continue]

Best, Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] bib + local global citations

2007-04-17 Thread Tobias Burnus
Hello,

I use bibl-aps which has references of the form [1]. I want to have a
global bib index (\placepublications[criterium=all]), but in two
sections I want to have a local bib index
(\placepublications[criterium=section]) too.

The numbers should not be reseted in between. Currently, I get:

\chapter{somewhere}
[1]...[45]

\chapter
\section{local 1}
[1]...[30] % -- should be 46-76
\placepublication[criterium=section]
   [1]...[76] % -- should be 46-76

\placepublications[criterium=all]
   [1]...[76]

Any idea how to do this?

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