New mkiv bibliographic engine: bug with “Editor”/“Editors” differentiation (?)
new bibliographic engine: bug with “Editor”/“Editors” differentiation (?) There seems to be a bug in the new MkIV bibliographic engine regarding the differentiation of the “editor” variable into “Editor” (singular) and “Editors” (plural) from BibTeX. I have attached a BibTeX file with only two books, one is a “book” naming one “editor” instead of an “author”, the other is of the “incollection” type and issued by several editors. In the BibTeX file I have used the uninverted names combined with “and”. The same bug applies if you delete all but one editors from the “incollection” example. In the following MWE I have changed the language to English and the style to the pure default APA. In English there should be the differentiation between “(Ed.)” and “(Eds.)” after the name(s) but only the latter applies. % =============== start of MWE ===================================== \setuplanguage [en] \mainlanguage [en] \setupbtx[specification=apa] \definebtxdataset[apa] \usebtxdataset[apa][150126_testbib_short.bib] \setbtxdataset[apa] \definebtxrendering[apa][dataset=apa] \setupbtxrendering[sorttype=authoryear,numbering=no] \starttext \cite[hoffmann:2000] \cite[sereno:1994] \\ \blank \placebtxrendering[criterium=text] \stoptext % =============== end of MWE ======================================= (My ConTeXt version is “2015.01.13 15:54”.) Greetings Jörg
On 1/26/2015 11:07 AM, Jörg Weger wrote:
new bibliographic engine: bug with “Editor”/“Editors” differentiation (?)
There seems to be a bug in the new MkIV bibliographic engine regarding the differentiation of the “editor” variable into “Editor” (singular) and “Editors” (plural) from BibTeX.
I have attached a BibTeX file with only two books, one is a “book” naming one “editor” instead of an “author”, the other is of the “incollection” type and issued by several editors. In the BibTeX file I have used the uninverted names combined with “and”. The same bug applies if you delete all but one editors from the “incollection” example.
In the following MWE I have changed the language to English and the style to the pure default APA. In English there should be the differentiation between “(Ed.)” and “(Eds.)” after the name(s) but only the latter applies.
% =============== start of MWE =====================================
\setuplanguage [en]
\mainlanguage [en]
\setupbtx[specification=apa]
\definebtxdataset[apa]
\usebtxdataset[apa][150126_testbib_short.bib]
\setbtxdataset[apa]
\definebtxrendering[apa][dataset=apa]
\setupbtxrendering[sorttype=authoryear,numbering=no]
\starttext
\cite[hoffmann:2000]
\cite[sereno:1994] \\
\blank
\placebtxrendering[criterium=text]
\stoptext
% =============== end of MWE =======================================
(My ConTeXt version is “2015.01.13 15:54”.)
there has been a singular/plural fix last week
Greetings Jörg
___________________________________________________________________________________ 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 ___________________________________________________________________________________
-- ----------------------------------------------------------------- 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 -----------------------------------------------------------------
Thanks for the quick reply, so I will update. Greetings Jörg On 26.01.2015 11:52, Hans Hagen wrote:
On 1/26/2015 11:07 AM, Jörg Weger wrote:
new bibliographic engine: bug with “Editor”/“Editors” differentiation (?)
There seems to be a bug in the new MkIV bibliographic engine regarding the differentiation of the “editor” variable into “Editor” (singular) and “Editors” (plural) from BibTeX.
I have attached a BibTeX file with only two books, one is a “book” naming one “editor” instead of an “author”, the other is of the “incollection” type and issued by several editors. In the BibTeX file I have used the uninverted names combined with “and”. The same bug applies if you delete all but one editors from the “incollection” example.
In the following MWE I have changed the language to English and the style to the pure default APA. In English there should be the differentiation between “(Ed.)” and “(Eds.)” after the name(s) but only the latter applies.
% =============== start of MWE =====================================
\setuplanguage [en]
\mainlanguage [en]
\setupbtx[specification=apa]
\definebtxdataset[apa]
\usebtxdataset[apa][150126_testbib_short.bib]
\setbtxdataset[apa]
\definebtxrendering[apa][dataset=apa]
\setupbtxrendering[sorttype=authoryear,numbering=no]
\starttext
\cite[hoffmann:2000]
\cite[sereno:1994] \\
\blank
\placebtxrendering[criterium=text]
\stoptext
% =============== end of MWE =======================================
(My ConTeXt version is “2015.01.13 15:54”.)
there has been a singular/plural fix last week
Greetings Jörg
___________________________________________________________________________________
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 (2)
-
Hans Hagen
-
Jörg Weger