ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "George N. White III" <gnwiii@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: bibliography: current status, Wiki page Bibliography, [[error 2]] and bibltx
Date: Fri, 20 May 2011 14:04:52 -0300	[thread overview]
Message-ID: <BANLkTikkV4_Rz9ZcscR2tjWsa2NaYtMr8g@mail.gmail.com> (raw)
In-Reply-To: <1305906617.4154.15.camel@mattotaupa>

On Fri, May 20, 2011 at 12:50 PM, Paul Menzel
<paulepanter@users.sourceforge.net> wrote:
> Dear ConTeXt folks,
>
>
> I am trying to use the module bib, but I only get [[error 2]] displayed.

I see the same result from "context bibtest".

I was just trying the bib support with a fresh "minimals".  At some
point, I read that the bib module
is no longer needed, so I tried without the \usemodule lines and got
the same result.  Then I replaced
the \completepublications and get something better, but ref. [1] is blank:

%orig: \usemodule[bib]
%orig: \usemodule[bibltx]
\setupbibtex[database=sample]
\setuppublications[numbering=yes] % Show reference numbers in the
generated list.

\starttext
As \cite[hh2010b] already indicated, bibtex is a \LaTeX-centric program.

\placepublications[criterium=all]
%orig:\completepublications
\stoptext


> I am following the Wiki page Bibliography [1], which suggests the
> following example (adapted by me).
>
>        \usemodule[bib]
>        \usemodule[bibltx]
>        \setupbibtex[database=sample]
>        \setuppublications[numbering=yes] % Show reference numbers in the generated list.
>        \starttext
>        As \cite[hh2010b] already indicated, bibtex is a \LaTeX-centric program.
>        \completepublications
>        \stoptext
>
> I copied the file `sample.bib`
>
>        @STRING{hh = {Hans Hagen}}
>
>        @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 the bib module to the directory.
>
> Unfortunately I only get »[[error 2]]« displayed. Please find all files
> attached.
>
> Regarding `bibltx` the bib manual does also contain it [2][3]. Searching
> the Wiki for it, it says that it was dropped in version 2006.04.06 [4].
>
>
> Thanks,
>
> Paul
>
>
> [1] http://wiki.contextgarden.net/Bibliography
> [2] http://modules.contextgarden.net/bibman
> [3] http://dl.contextgarden.net/modules/bibmod-doc/doc/context/bib/
> [4] http://wiki.contextgarden.net/Context_2006.04.06
>
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
>



-- 
George N. White III <aa056@chebucto.ns.ca>
Head of St. Margarets Bay, Nova Scotia
___________________________________________________________________________________
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-05-20 17:04 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-20 15:50 Paul Menzel
2011-05-20 17:04 ` George N. White III [this message]
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
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=BANLkTikkV4_Rz9ZcscR2tjWsa2NaYtMr8g@mail.gmail.com \
    --to=gnwiii@gmail.com \
    --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).