ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Xan <dxpublica@telefonica.net>
To: Taco Hoekwater <taco@elvenkind.com>
Cc: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Possible Bug(s) in bibl-ams.tex (mkii)
Date: Wed, 12 Aug 2009 17:09:55 +0200	[thread overview]
Message-ID: <4A82DB43.7030200@telefonica.net> (raw)

Hi,

1) First of all, I want to say that

\setuppublicationlayout[incollection]{%
   \insertartauthors{}{}{\insertthekey{}{, }{}}%
   \insertarttitle{, \bgroup }{\egroup}{}%
   \inserttitle
    {, in %
    \bgroup\it}%
    {\egroup
     \inserteditors{, edited by }%
        {}%
        {}
         \insertseries
              {\insertvolume{, number }{~in }{ }}%
              {}%
              {}%
         \insertchap{\unskip, }{ }{ }%
         \insertpubyear{(%
           \insertpublisher{}%{, }%{}%
          }{)\insertEdition{, }{ ed. }{}}{}%
         \insertpages{\unskip, p.~}{. }{\unskip. }%
        }%
        {In \insertcrossref{}{}{}%
         \insertchap{\unskip, }{ }{ }%
         \insertpages{\unskip, p.~}{. }{\unskip. }%
        }%
   \insertNote{ }{.}{}%
}

must be:

\setuppublicationlayout[incollection]{%
   \insertartauthors{}{}{\insertthekey{}{, }{}}%
   \insertarttitle{, \bgroup }{\egroup}{}%
   \inserttitle
    {, in %
    \bgroup\it}%
    {\egroup
     \inserteditors{, edited by }%
        {}%
        {}
         \insertseries
              {\insertvolume{\unskip, number }{~in }{ }}%
              {}%
              {}%
         \insertchap{\unskip, }{ }{ }%
         \insertpubyear{(%
           \insertpublisher{}%{, }%{}%
          }{)\insertEdition{, }{ ed. }{}}{}%
         \insertpages{\unskip, p.~}{. }{\unskip. }%
        }%
        {In \insertcrossref{}{}{}%
         \insertchap{\unskip, }{ }{ }%
         \insertpages{\unskip, p.~}{. }{\unskip. }%
        }%
   \insertNote{ }{.}{}%
}

with \unskip before number (in 
/usr/share/texmf/context/bib/bibl-ams.tex) . Else a white space between 
coma and precedent text is putting. I used ConTeXt ver 2007.09.28 MKII 
but I think this error is in more actual versions.

2) For the other hand, if we want to that publisher is inserted, we have 
to put uncomment lines in publisher:

           \insertpublisher{}{, }{}%

With this change, context puts me the year of publication. Mysteriously 
with the original, ConTeXt puts me the publisher (is this correct Taco???).

For example, in @incollection{millerIIIa2,
author = "Charles F. {{Miller III}}",
title = "Decision problems for groups: survey and reflections",
booktitle = "Algorithms and Classification in Combinatorial Group Theory",
year = "1992",
publisher = "Springer-Verlag",
address = "Berlin",
editor = "Gilbert Baumslag and Charles F. {{Miller III}}",
pages = "1-59",
series = "MSRI Publications",
volume = 23
}

I get (in the past)

C.F M;iller III, Decision problems for groups: survey and reflections, 
in {\em Algorithms and Classification in Combinatorial Group Theory}, 
edited by G. Baumslag and C. F. Miller III, number 23 in MSRI 
Publications (Springer-Verlag, Berlin), p. 1-59.

Now I get,

C.F M;iller III, Decision problems for groups: survey and reflections, 
in {\em Algorithms and Classification in Combinatorial Group Theory}, 
edited by G. Baumslag and C. F. Miller III, number 23 in MSRI 
Publications (Springer-Verlag, Berlin, 1992), p. 1-59.


For the other hand, in @article, for example in
@article{stillwell,
title = "The Word Problem and the isomorphism problem for groups",
author = "John Stillwell",
journal = "Bulletin (New Series) of the American Mathematical Society",
volume = 6,
number = 1,
year = 1982,
month = "Jan"
}

I think it could be a dot after number, but I can't put manually: if we 
have pages after, we have dot and comma. Actually, I think we need if 
clause, but I don't know how get it. Taco, you surely do it better ;-). 
Always the bib entries should be final dot (isn't?).

3) For the other hand, I think we need a dot between pages and note in 
@article. For example in

@article{novikov,
 author = "P. S. Novikov",
 title = "On the algorithmic unsolvability of the word problem in group 
theory",
 journal = "Proceedings of Steklov Mathematical Institute",
 year = "1955",
 volume = "44",
 pages = "1-145",
 note = "Traducció anglesa a l'American Mathematical Society 
Translations (2) 9 (1958), 1-122"
}

we don't have ". Traducció ...." See the dot.

4) Finally, @inbook, I have dot between title and address and year. For 
example in

@book{grillet,
author = "Pierre Antoine Grillet",
title = "Abstract Algebra",
edition = "second",
year = "2007",
publishers = "Springer",
series = "Graduate Texts in Mathematics",
address = "New York"
}
I get

P. A. Grillet, {\em Abstract Algebra}. (New York, 2007), second ed.

and it should be:

P. A. Grillet, {\em Abstract Algebra} (New York, 2007), second ed.


Well I hope you note this. Not of all,
Xan.

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


             reply	other threads:[~2009-08-12 15:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-12 15:09 Xan [this message]
2009-08-12 15:40 ` Xan
2009-08-13  9:42 ` Taco Hoekwater

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=4A82DB43.7030200@telefonica.net \
    --to=dxpublica@telefonica.net \
    --cc=ntg-context@ntg.nl \
    --cc=taco@elvenkind.com \
    /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).