bib + local & global citations
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
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. Tobias
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
participants (2)
-
Taco Hoekwater
-
Tobias Burnus