On Sun, 4 Feb 2007, Taco Hoekwater wrote:
>> Also, why does bibl-ams not define 'conference'? This can have the
>> exact same definition as 'inproceedings'.
>
> That is just an oversight, I all it in the next update.

Also, shouldn't phdthesis and mastersthesis show the title? 
ams-pln.bst says

FUNCTION {phdthesis}
{ output.bibitem
   format.authors "author" output.check
   format.title "title" output.check
   "Ph.D. thesis" format.thesis.type output.nonnull
   school "school" output.check
   address output
   format.date "year" output.check
   note output
   format.book.pages output
   fin.entry
}

I think the correct translation will be

\setuppublicationlayout[phdthesis]{%
    \insertauthors{}{, }{}%
    \inserttitle{\bgroup\it }{\/\egroup, }
    \insertbibtype{}{, }{Ph.D. thesis, }%
    \insertpublisher{}{, }{}%
    \insertpubyear{(}{)}{}%
    \insertpages{\unskip, }{}{}%
    \insertNote{\unskip. }{.}{\unskip.}%
}


and the same for master's thesis.

Aditya
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to