ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Marco <netuse@lavabit.com>
To: ntg-context@ntg.nl
Subject: Questions regarding the bibliography
Date: Thu, 23 Sep 2010 01:18:07 +0200	[thread overview]
Message-ID: <20100923011807.08c05b4e@vorbis> (raw)

[-- Attachment #1: Type: text/plain, Size: 1958 bytes --]

Hi,

I've a bunch of questions regarding the bibliography. I didn't find much
useful information somewhere, neither in the wiki, the manual or in
bibmod-doc.pdf. If my questions are answered elsewhere feel free to point me
to the right direction.

1) Why are there redundant keys in the publication list:
\startpublication [
  k=ram,
  t=book,
  a=Ramez Elmasri, % BTW: How to input many authors in this place?
  y=1981,          % not taken into account
  u=http://foo.bar.com
]
\author {Ramez}[R.]{}{Elmasri} % Is it OK to leave out the first bracket?
\pubyear {2007}
\biburl {http://foo.bar.com}
\stoppublication

I checked that the »y=1981« is not taken into account, in fact I can remove it
without problems, if I remove \pubyear it doesn't work. What's »y=...« for?
Same goes for \author vs. a=... Why two locations for the author and url...?

2) What about not valid entries? \biburl for example is not a valid BibTeX
entry type, it's neither required, nor optional. Can I provide it without
running into problems? Providing for example \country leads to problems with
the year. But \biburl is not used in the style, \country is.

3) During testing I forgot to say \usemodule[bib] and it worked well. Is this
line not needed any more?

4) How to specify the \edition entry? Use the attached file for testing. If I
specify \edition {5} I get »5 edition« using the setup
\setuppublications[alternative=num]. That's wrong, either 5th edition or
edition 5. When I use \setuppublications[alternative=ams] I get 5th ed. That's
correct. For this reason I cannot enter \edition {5th}. The correct input
should be independent from the style used.

5) How to specify online sources? BibTeX has no proper data type for this. But
BibLaTeX has the type »online« with the special field urldate (for the access
date). Maybe there's a corresponding functionality in ConTeXt.


Thanks in advance.

Regards
Marco

[-- Attachment #2: test.tex --]
[-- Type: text/x-tex, Size: 729 bytes --]

\startbuffer[mukk]
\startpublication
  [k=fundamentals,
   y=1981,
   t=book]
\title {Fundamentals of Database Systems}
\author {Ramez}[R.]{}{Elmasri}
\author {Shamkant B.}[S.\,B.]{}{Navathe}
\pubyear {2007}
\pubname {Addison Wesley}
\edition {5}
\city {Boston}
\stoppublication

\startpublication
  [k=garden,
   t=misc, % What to use here?
   u=http://wiki.contextgarden.net % What is this line for?
  ]
\title {\ConTeXt-Garden}
\biburl {http://wiki.contextgarden.net}
\stoppublication
\stopbuffer
\savebuffer[mukk][\jobname.bbl]

\setuppublications [alternative=ams]
% \setuppublications [alternative=num] % Look for edition

\starttext
As you can see in \cite[fundamentals] or in \cite[garden].

\placepublications
\stoptext

[-- Attachment #3: Type: text/plain, Size: 486 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:[~2010-09-22 23:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20100923011807.08c05b4e@vorbis \
    --to=netuse@lavabit.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).