[NTG-context] ams style for bibliographies
Aditya Mahajan
adityam at umich.edu
Wed Feb 7 03:03:17 CET 2007
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
More information about the ntg-context
mailing list