From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/97409 Path: news.gmane.org!.POSTED!not-for-mail From: Rik Kabel Newsgroups: gmane.comp.tex.context Subject: Bibliography issue, @ELECTRONIC editor Date: Fri, 24 Feb 2017 12:36:28 -0500 Message-ID: <1f23ff0d-3d73-05fe-b0f2-4254128d5330@rik.users.panix.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9210699116077762944==" X-Trace: blaine.gmane.org 1487957847 28645 195.159.176.226 (24 Feb 2017 17:37:27 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 24 Feb 2017 17:37:27 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Feb 24 18:37:22 2017 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from zapf.boekplan.nl ([5.39.185.232] helo=zapf.ntg.nl) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1chJnz-0006ib-Aw for gctc-ntg-context-518@m.gmane.org; Fri, 24 Feb 2017 18:37:19 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id 39F92834BC; Fri, 24 Feb 2017 18:36:47 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at zapf.boekplan.nl Original-Received: from zapf.ntg.nl ([127.0.0.1]) by localhost (zapf.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EFKFx9k8meSE; Fri, 24 Feb 2017 18:36:45 +0100 (CET) Original-Received: from zapf.ntg.nl (localhost [IPv6:::1]) by zapf.ntg.nl (Postfix) with ESMTP id 2175D834B8; Fri, 24 Feb 2017 18:36:45 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id CB6B7834B8 for ; Fri, 24 Feb 2017 18:36:43 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at zapf.boekplan.nl Original-Received: from zapf.ntg.nl ([127.0.0.1]) by localhost (zapf.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dkbQn0xAv5VL for ; Fri, 24 Feb 2017 18:36:42 +0100 (CET) Original-Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by zapf.ntg.nl (Postfix) with ESMTPS id AEDAC834B5 for ; Fri, 24 Feb 2017 18:36:32 +0100 (CET) Original-Received: from [192.168.201.10] (cpe-24-194-22-135.nycap.res.rr.com [24.194.22.135]) by mailbackend.panix.com (Postfix) with ESMTPSA id 68B4F13816 for ; Fri, 24 Feb 2017 12:36:30 -0500 (EST) X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.16 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: "ntg-context" Xref: news.gmane.org gmane.comp.tex.context:97409 Archived-At: This is a multi-part message in MIME format. --===============9210699116077762944== Content-Type: multipart/alternative; boundary="------------6B2822CC97FEE3344BE20D68" This is a multi-part message in MIME format. --------------6B2822CC97FEE3344BE20D68 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit ConTeXters, The following example demonstrates an issue with the ELECTRONIC bib type: \startbuffer[TestBib] @ELECTRONIC{Edited, editor = {An Editor}, title = {A title}, url = {http://www.example.com}, year = {2017}, } @ELECTRONIC{Authored, author = {An Author}, title = {Another title}, url = {http://www.example.com}, year = {2017}, } \stopbuffer \loadbtxdefinitionfile[apa] \usebtxdefinitions [apa] \usebtxdataset [TestBib.buffer] \definebtxrendering [Pubs][apa] \enabletrackers[publications.authorhash] \starttext \nocite[*] \placelistofpublications[Pubs] \stoptext Although either editor or author should be accepted, only author is processed. There is a warning message generated by the publications subsystem: unable to create short for 'Edited', needs one of [author,editor] but clearly there is an editor. A reasonable workaround is to use author instead of editor, but it would be nice to have a fix. -- Rik --------------6B2822CC97FEE3344BE20D68 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit

ConTeXters,

The following example demonstrates an issue with the ELECTRONIC bib type:

\startbuffer[TestBib]
@ELECTRONIC{Edited,
  editor = {An Editor},
  title = {A title},
  url = {http://www.example.com},
  year = {2017},
}
@ELECTRONIC{Authored,
  author = {An Author},
  title = {Another title},
  url = {http://www.example.com},
  year = {2017},
}
\stopbuffer
 \loadbtxdefinitionfile[apa]
 \usebtxdefinitions    [apa]
 \usebtxdataset        [TestBib.buffer]
 \definebtxrendering   [Pubs][apa]
\enabletrackers[publications.authorhash]
\starttext
\nocite[*]
\placelistofpublications[Pubs]
\stoptext
Although either editor or author should be accepted, only author is processed. There is a warning message generated by the publications subsystem:
unable to create short for 'Edited', needs one of [author,editor]
but clearly there is an editor. A reasonable workaround is to use author instead of editor, but it would be nice to have a fix.

--
Rik --------------6B2822CC97FEE3344BE20D68-- --===============9210699116077762944== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX18KSWYgeW91ciBxdWVzdGlvbiBpcyBvZiBpbnRlcmVz dCB0byBvdGhlcnMgYXMgd2VsbCwgcGxlYXNlIGFkZCBhbiBlbnRyeSB0byB0aGUgV2lraSEKCm1h aWxsaXN0IDogbnRnLWNvbnRleHRAbnRnLm5sIC8gaHR0cDovL3d3dy5udGcubmwvbWFpbG1hbi9s aXN0aW5mby9udGctY29udGV4dAp3ZWJwYWdlICA6IGh0dHA6Ly93d3cucHJhZ21hLWFkZS5ubCAv IGh0dHA6Ly9jb250ZXh0LmFhbmhldC5uZXQKYXJjaGl2ZSAgOiBodHRwczovL2JpdGJ1Y2tldC5v cmcvcGhnL2NvbnRleHQtbWlycm9yL2NvbW1pdHMvCndpa2kgICAgIDogaHR0cDovL2NvbnRleHRn YXJkZW4ubmV0Cl9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f --===============9210699116077762944==--