Hello, The current t-bib beta (t-bib-2006.06.23) available at http://dl.contextgarden.net/modules/t-bib-2006.06.23.zip has a problem: % Use Taco's bib module for the citations \usemodule[t-bib] % Cite the bibliography lists according to the entry order in the *.bib file \setuppublications[sorttype=bbl] % Bibliography information is here: \setupbibtex[database={../Bibliography/bibliography.bib}] Results in bibliography lists where the entries are (uncalled-for) numbered and the numbers collide with the author names (see http://shortlink.co.uk/9n6). Joh
Johannes Graumann wrote:
Hello,
The current t-bib beta (t-bib-2006.06.23) available at http://dl.contextgarden.net/modules/t-bib-2006.06.23.zip has a problem:
I'll fix this an Mojca's problem tomorrow (need a different machine). Mojca, can you send me a minimal example with extra spaces please? Taco
Hi, Taco Hoekwater wrote:
Johannes Graumann wrote:
Hello,
The current t-bib beta (t-bib-2006.06.23) available at http://dl.contextgarden.net/modules/t-bib-2006.06.23.zip has a problem:
I'll fix this an Mojca's problem tomorrow (need a different machine). Mojca, can you send me a minimal example with extra spaces please?
I've uploaded a new version to contextgarden. It fixes three bugs: * fix \type{\normalauthor} and \type{\normalshortauthor} spacing * do not typeset empty arguments to \type{\typesetapublication} * add \type{symbol=none} to \type{\setuplist} in unnumbered mode to prevent typesetting of bare numbers Greetings, taco
On 6/29/06, Taco Hoekwater wrote:
I've uploaded a new version to contextgarden. It fixes three bugs:
* fix \type{\normalauthor} and \type{\normalshortauthor} spacing
Thanks. One space less ;) ... but still one space too much :( \usemodule [bib] \setuppublications [alternative=num, criterium=all] \startpublication [k=Califano:VibStates,t=book,a=Califano,y=1976,s=Califano] \author[]{}[S.]{}{Califano} \title{Vibrational States} \pubyear{1976} \pubname{John Wiley \& Sons} \stoppublication \starttext \placepublications \stoptext Mojca
Mojca Miklavec wrote:
On 6/29/06, Taco Hoekwater wrote:
I've uploaded a new version to contextgarden. It fixes three bugs:
* fix \type{\normalauthor} and \type{\normalshortauthor} spacing
Thanks. One space less ;) ... but still one space too much :(
In bibl-num, add a space at the end of line 187 and 322. I hope to remember to do a new upload tomorrow.
participants (3)
-
Johannes Graumann
-
Mojca Miklavec
-
Taco Hoekwater