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.