Problems with bibtex in current beta
Hi all, I've got still problems with the latest beta. I used first_setup.sh to setup my basic environment, and then I replaced the slightly older beta, as Marco suggested, with the current version from http://pragma-ade.com/context/beta/cont-tmf.zip. Now, if I try to build my doc, no bibtex is generated. I use the following bibtex setup: \setupheadtext [de][pubs=Literaturverzeichnis] \setuppublications[numbering=no, alternative=apa-de, refcommand=authoryears, autohang=no, criterium=cite, sorttype=bbl] \setuppublicationlist[style={}, after={\blank}, criterium=text] \setupbibtex[database={papers,books,articles,reports,urls}, sort=author] To make sure, none of my libraries contains an error, I also replaced them with sample.bib file from the wiki. \setupbibtex[database={sample}, sort=author] During the tests I always removed all generated bibtex artifacts. But I still end up with a main.blg file saying: This is BibTeX, Version 0.99d (TeX Live 2013) Capacity: max_strings=150000, hash_size=150000, hash_prime=127507 The top-level auxiliary file: main.aux I couldn't open style file cont-au.bst ---line 2 of file main.aux : \bibstyle{cont-au : } I'm skipping whatever remains of this command I found no style file---while reading file main.aux You've used 0 entries, 0 wiz_defined-function locations, 85 strings with 495 characters, and the built_in function-call counts, 0 in all, are: … The main.aux contains \citation{*} \bibstyle{cont-au} \bibdata{sample} and the main.bbl stays empty. I just don't get it, this did work and I even tried to compile a known working version. Do I have to initialize bibtex somehow? Thanks for any suggestions! Steffen
Just as a follow up. I copied the cont-au.bst file into my root-dir and now I got my citations back. Since I did not have to do this before, my setup seems somehow wrong. Any ideas?
Cheers, Steffen
Am 17.07.2013 um 20:21 schrieb Steffen Kram
Hi all,
I've got still problems with the latest beta. I used first_setup.sh to setup my basic environment, and then I replaced the slightly older beta, as Marco suggested, with the current version from http://pragma-ade.com/context/beta/cont-tmf.zip.
Now, if I try to build my doc, no bibtex is generated. I use the following bibtex setup:
\setupheadtext [de][pubs=Literaturverzeichnis] \setuppublications[numbering=no, alternative=apa-de, refcommand=authoryears, autohang=no, criterium=cite, sorttype=bbl] \setuppublicationlist[style={}, after={\blank}, criterium=text]
\setupbibtex[database={papers,books,articles,reports,urls}, sort=author]
To make sure, none of my libraries contains an error, I also replaced them with sample.bib file from the wiki.
\setupbibtex[database={sample}, sort=author]
During the tests I always removed all generated bibtex artifacts. But I still end up with a main.blg file saying:
This is BibTeX, Version 0.99d (TeX Live 2013) Capacity: max_strings=150000, hash_size=150000, hash_prime=127507 The top-level auxiliary file: main.aux I couldn't open style file cont-au.bst ---line 2 of file main.aux : \bibstyle{cont-au : } I'm skipping whatever remains of this command I found no style file---while reading file main.aux You've used 0 entries, 0 wiz_defined-function locations, 85 strings with 495 characters, and the built_in function-call counts, 0 in all, are: …
The main.aux contains
\citation{*} \bibstyle{cont-au} \bibdata{sample}
and the main.bbl stays empty. I just don't get it, this did work and I even tried to compile a known working version. Do I have to initialize bibtex somehow?
Thanks for any suggestions!
Steffen ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
participants (1)
-
Steffen Kram