Am Mittwoch, den 25.05.2011, 16:36 +0200 schrieb Hans Hagen: > On 25-5-2011 3:56, Paul Menzel wrote: > > On So, 2011-05-22 at 19:12 +0200, Hans Hagen wrote: > >> On 22-5-2011 6:57, Paul Menzel wrote: > >> > >>> The question still remains if `@ELECTRONIC` are not allowed or if this > >>> is an error. > >> > >> it's more that @ELECTRONIC is not defined > > > > Ok, neither does it appear in the Wikipedia article [1]. > > > > Who is responsible for updating the example BibTeX file [2] in the > > Minimal distribution then? > > Thomas is.
As far as I can see, the file is still the same in the ConTeXt beta. Christian updated the Wiki page though [1]. Could you update the file by either applying the attached patch or replacing it with the attached file? Thanks, Paul [1] http://wiki.contextgarden.net/sample_bib
% Also in the Wiki: <http://wiki.contextgarden.net/sample_bib> @STRING{hh = {Hans Hagen}} % Not defined and therefore commented out by removing the »@« % http://www.ntg.nl/pipermail/ntg-context/2011/059402.html ELECTRONIC{hh2010, author = hh, year = {2010}, title = {Metafun. \CONTEXT\ mkiv}, url = {http://www.pragma-ade.nl/general/manuals/metafun-s.pdf}, } @ARTICLE{hh2010a, author = hh, title = {The Font Name Mess}, journal = {MAPS}, year = {2010}, volume = {40}, pages = {2-8}, keywords = {context}, } @ARTICLE{hh2010b, author = hh, title = {Grouping in Hybrid Environments}, journal = {MAPS}, year = {2010}, volume = {40}, pages = {67-71}, keywords = {context}, } @BOOK{Eijkhout1991, title = {\TeX\ by Topic. A \TeX nician's Reference}, publisher = {Addison-Wesley}, year = {1991}, author = {Victor Eijkhout}, address = {London}, keywords = {general}, }
From 5abc744ec41407a177a2eaf462ed25d2118db5ae Mon Sep 17 00:00:00 2001 From: Paul Menzel <[email protected]> Date: Sat, 10 Dec 2011 15:51:35 +0100 Subject: [PATCH] context/bib/sample.bib: Comment out `@ELECTRONIC` and add comments [1] [1] http://newton.ex.ac.uk/tex/pack/bibtex/btxdoc/node8.html --- tex/context/bib/sample.bib | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/tex/context/bib/sample.bib b/tex/context/bib/sample.bib index 3f8df62..a3ae35a 100644 --- a/tex/context/bib/sample.bib +++ b/tex/context/bib/sample.bib @@ -1,6 +1,10 @@ +% Also in the Wiki: <http://wiki.contextgarden.net/sample_bib> + @STRING{hh = {Hans Hagen}} -@ELECTRONIC{hh2010, +% Not defined and therefore commented out by removing the »@« +% http://www.ntg.nl/pipermail/ntg-context/2011/059402.html +ELECTRONIC{hh2010, author = hh, year = {2010}, title = {Metafun. \CONTEXT\ mkiv}, -- 1.7.7.3
\setuppublicationlist[samplesize={Hag10b},totalnumber=3]
\startpublication[k=Eijkhout1991,t=book,
a={{Eijkhout}},y=1991,
n=3,s=Eij91]
\author[]{Victor}[V.]{}{Eijkhout}
\pubyear{1991}
\title{\TeX\ by Topic. A \TeX nician's Reference}
\city{London}
\pubname{Addison-Wesley}
\keywords{general}
\stoppublication
\startpublication[k=hh2010a,t=article,
a={{Hagen}},y=2010a,
n=1,s=Hag10a]
\artauthor[]{Hans}[H.]{}{Hagen}
\pubyear{2010\maybeyear{a}}
\arttitle{The font name mess}
\journal{MAPS}
\volume{40}
\pages{2-8}
\keywords{context}
\stoppublication
\startpublication[k=hh2010b,t=article,
a={{Hagen}},y=2010b,
n=2,s=Hag10b]
\artauthor[]{Hans}[H.]{}{Hagen}
\pubyear{2010\maybeyear{b}}
\arttitle{Grouping in hybrid environments}
\journal{MAPS}
\volume{40}
\pages{67-71}
\keywords{context}
\stoppublication
bibtest.pdf
Description: Adobe PDF document
\setupbibtex[database=sample, sort=author] \setuppublications[criterium=all, numbering=yes] % Show reference numbers in the generated list. \starttext As \cite[hh2010b] already indicated, bibtex is a \LaTeX-centric program. \CONTEXT\ \contextmark\ \contextversion \completepublications \stoptext
signature.asc
Description: This is a digitally signed message part
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : [email protected] / 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 ___________________________________________________________________________________
