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: bibliography: current status, Wiki page Bibliography, [[error 2]] and bibltx
Date: Fri, 20 May 2011 17:50:17 +0200	[thread overview]
Message-ID: <1305906617.4154.15.camel@mattotaupa> (raw)


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

Dear ConTeXt folks,


I am trying to use the module bib, but I only get [[error 2]] displayed.

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

[-- Attachment #1.1.2: bibtest.pdf --]
[-- Type: application/pdf, Size: 9535 bytes --]

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

\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

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

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


[-- 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-05-20 15:50 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-20 15:50 Paul Menzel [this message]
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
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=1305906617.4154.15.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).