ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Paul Menzel <paulepanter@users.sourceforge.net>
To: ntg-context@ntg.nl
Subject: Re: bibliography: @ELECTRONIC entries not shown in references section
Date: Sat, 10 Dec 2011 16:19:55 +0100	[thread overview]
Message-ID: <1323530395.25802.96.camel@mattotaupa> (raw)
In-Reply-To: <4DDD13EF.2080208@wxs.nl>


[-- Attachment #1.1.1: Type: text/plain, Size: 852 bytes --]

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

[-- Attachment #1.1.2: sample.bib --]
[-- Type: text/x-bibtex, Size: 958 bytes --]

% 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},
}


[-- Attachment #1.1.3: 0001-context-bib-sample.bib-Comment-out-ELECTRONIC-and-ad.patch --]
[-- Type: text/x-patch, Size: 968 bytes --]

From 5abc744ec41407a177a2eaf462ed25d2118db5ae Mon Sep 17 00:00:00 2001
From: Paul Menzel <paulepanter@users.sourceforge.net>
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


[-- Attachment #1.1.4: bibtest.bbl --]
[-- Type: text/plain, Size: 842 bytes --]

\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


[-- Attachment #1.1.5: bibtest.pdf --]
[-- Type: application/pdf, Size: 17291 bytes --]

[-- Attachment #1.1.6: bibtest.tex --]
[-- Type: text/x-tex, Size: 307 bytes --]

\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

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

  reply	other threads:[~2011-12-10 15:19 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-20 15:50 bibliography: current status, Wiki page Bibliography, [[error 2]] and bibltx Paul Menzel
2011-05-20 17:04 ` George N. White III
2011-05-20 20:36   ` Paul Menzel
2011-05-22  1:33     ` Li Yanrui (李延瑞)
2011-05-22 16:57       ` bibliography: @ELECTRONIC entries not shown in references section (was: current status, Wiki page Bibliography, [[error 2]] and bibltx) Paul Menzel
2011-05-22 17:12         ` bibliography: @ELECTRONIC entries not shown in references section Hans Hagen
2011-05-25 13:56           ` Paul Menzel
2011-05-25 14:36             ` Hans Hagen
2011-12-10 15:19               ` Paul Menzel [this message]
2011-05-22 18:06   ` bibliography: current status, Wiki page Bibliography, [[error 2]] and bibltx yoraxe
2011-05-22 18:36     ` Paul Menzel
2011-05-22 21:46     ` Pontus Lurcock

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1323530395.25802.96.camel@mattotaupa \
    --to=paulepanter@users.sourceforge.net \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).