Re: [NTG-context] Problems with bibtex and @incollection

2009-06-10 Thread Xan

En/na Taco Hoekwater ha escrit:

Xan wrote:
  

Thanks a lot and I hope that this will be fixed soon.



New bib module version uploaded to contextgarden, with your
fix applied.

Thanks,
Taco
  

In
http://source.contextgarden.net/tex/context/bib/bibl-ams.tex
appears that the last modification was in 2006 !!!?

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
___


Re: [NTG-context] Problems with bibtex and @incollection

2009-06-10 Thread Taco Hoekwater

Xan wrote:

En/na Taco Hoekwater ha escrit:

Xan wrote:
 

Thanks a lot and I hope that this will be fixed soon.



New bib module version uploaded to contextgarden, with your
fix applied.

Thanks,
Taco
  

In
http://source.contextgarden.net/tex/context/bib/bibl-ams.tex
appears that the last modification was in 2006 !!!?


Shows you shouldn't believe everything that is written down ;)

Best wishes,
Taco

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


Re: [NTG-context] Problems with bibtex and @incollection

2009-06-08 Thread Taco Hoekwater


Xan wrote:
 
 Thanks a lot and I hope that this will be fixed soon.

New bib module version uploaded to contextgarden, with your
fix applied.

Thanks,
Taco
___
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
___


Re: [NTG-context] Problems with bibtex and @incollection

2009-06-08 Thread Xan

En/na Taco Hoekwater ha escrit:

Xan wrote:
  

Thanks a lot and I hope that this will be fixed soon.



New bib module version uploaded to contextgarden, with your
fix applied.

Thanks,
Taco
  
I feel like an important person: a fix accepted to ConTeXt source ;-). 
I'm glad that that code served you as a patch (I had not this as 
original intention, but good if I could help).


To you,
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
___


Re: [NTG-context] Problems with bibtex and @incollection

2009-06-07 Thread Xan

En/na Taco Hoekwater ha escrit:

Xan wrote:

Hi,

When I put one reference as @incollection Bibtex does not show me the 
title of the article in the book, but yes the booktitle. Why?. Anyone 
could help me please.


I attached the files


Nearly the same answer I gave to Charles Doherty two weeks ago
seems to apply:

In bibl-ams.tex, the \insertarttitle is commented out (line 286). I
have no idea whether that is 'officially' correct or not, but you could
remove the comment sign and see if the result pleases you.

Best wishes,
Taco

Thanks, Taco.
Moreover the file (that is located at 
/usr/share/texmf/tex/context/bib/bibl-ams.tex) has incorrect style: by 
default the title is join (with no space and no comma) of author.


I send you the correct style:


\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{ }{.}{}%
}


Thanks a lot and I hope that this will be fixed soon.

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
___


Re: [NTG-context] Problems with bibtex and @incollection

2009-06-06 Thread Taco Hoekwater

Xan wrote:

Hi,

When I put one reference as @incollection Bibtex does not show me the 
title of the article in the book, but yes the booktitle. Why?. Anyone 
could help me please.


I attached the files


Nearly the same answer I gave to Charles Doherty two weeks ago
seems to apply:

In bibl-ams.tex, the \insertarttitle is commented out (line 286). I
have no idea whether that is 'officially' correct or not, but you could
remove the comment sign and see if the result pleases you.

Best wishes,
Taco
___
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
___