Bibliographies are no longer generated. MWE is the example code at http://wiki.contextgarden.net/Bibliography_mkiv, which no longer generates an output file and shows the following in the blg file: I found no \citation commands---while reading file cite.aux I found no \bibdata command---while reading file cite.aux I found no \bibstyle command---while reading file cite.aux You've used 0 entries,... With the stable version, the same section reads: Database file #1: sample.bib You've used 4 entries, -- Rik
Bibliographies are no longer generated.
I can confirm this problem with a simple bibliography-usage test file.
With the stable version, the same section reads:
Database file #1: sample.bib You've used 4 entries,
I also just tried it on the 2012.02.14 beta, which works fine. So it must be due to a recent change. -Sanjoy
On 3/9/2014 7:07 PM, Rik Kabel wrote:
Bibliographies are no longer generated. MWE is the example code at http://wiki.contextgarden.net/Bibliography_mkiv, which no longer generates an output file and shows the following in the blg file:
I found no \citation commands---while reading file cite.aux I found no \bibdata command---while reading file cite.aux I found no \bibstyle command---while reading file cite.aux You've used 0 entries,...
With the stable version, the same section reads:
Database file #1: sample.bib You've used 4 entries,
in bibl-tra.lua: local template = [[ \citation{*} \bibstyle{cont-%s} \bibdata{%s} ]] ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hans Hagen
in bibl-tra.lua:
local template = [[ \citation{*} \bibstyle{cont-%s} \bibdata{%s} ]]
There was a "local template = utilities.strings.striplong([[ .." so I got rid of the call to utilities.strings.striplong(), then ran "context --make" but the bibliography still didn't come out. The pdf file just has "Hi [[error 2]]" Here's the example: ======================== test10.tex =============== \usemodule[bib] \setupbibtex[database=testrefs, sort=author] \setuppublications[alternative=num, sorttype=bbl] \starttext Hi \cite[Abelson:1996] \blank \placepublications[criterium=text] \stoptext ======================== test10.tex =============== and the bib file ============== testrefs.bib ================ @Book{Abelson:1996, author = {Harold Abelson and Gerald Jay Sussman with Julie Sussman}, title = {Structure and Interpretation of Computer Programs}, publisher = {MIT Press}, year = 1996, edition = {2nd}} ============== testrefs.bib ================ The log file has: publications > loading database from 'test10.bbl' (test10.bbl) publications > warning: unknown cite argument 'Abelson:1996' on line '4' and test10.bbl is an empty file. -Sanjoy
With the latest beta (2014.03.27), my bibliography example below now
works fine. Thank you for fixing that. Now I shall run the whole book
mss through the same beta.
-Sanjoy
Sanjoy Mahajan
Here's the example:
======================== test10.tex =============== \usemodule[bib] \setupbibtex[database=testrefs, sort=author] \setuppublications[alternative=num, sorttype=bbl]
\starttext
Hi \cite[Abelson:1996]
\blank \placepublications[criterium=text]
\stoptext ======================== test10.tex ===============
and the bib file
============== testrefs.bib ================ @Book{Abelson:1996, author = {Harold Abelson and Gerald Jay Sussman with Julie Sussman}, title = {Structure and Interpretation of Computer Programs}, publisher = {MIT Press}, year = 1996, edition = {2nd}} ============== testrefs.bib ================
On 3/28/2014 1:29 PM, Sanjoy Mahajan wrote:
With the latest beta (2014.03.27), my bibliography example below now works fine. Thank you for fixing that. Now I shall run the whole book mss through the same beta.
some day soon we will enable the new implementation which doesn't use bibtex at all Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On 03/28/2014 03:08 PM, Hans Hagen wrote:
On 3/28/2014 1:29 PM, Sanjoy Mahajan wrote:
With the latest beta (2014.03.27), my bibliography example below now works fine. Thank you for fixing that. Now I shall run the whole book mss through the same beta.
some day soon we will enable the new implementation which doesn't use bibtex at all
Hi Hans, (or Luigi/Thomas?) Any idea when the new bibliography implementation will become available for general (test) use? Thank you, Jelle
On 4/23/2014 3:56 PM, Jelle Huisman wrote:
On 03/28/2014 03:08 PM, Hans Hagen wrote:
On 3/28/2014 1:29 PM, Sanjoy Mahajan wrote:
With the latest beta (2014.03.27), my bibliography example below now works fine. Thank you for fixing that. Now I shall run the whole book mss through the same beta.
some day soon we will enable the new implementation which doesn't use bibtex at all
Hi Hans, (or Luigi/Thomas?)
Any idea when the new bibliography implementation will become available for general (test) use?
no schedule ... thomas need to test etc etc ... so not in the tl code freeze but later (probably kind of stable around the context conference) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (4)
-
Hans Hagen
-
Jelle Huisman
-
Rik Kabel
-
Sanjoy Mahajan