summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst/aomart/aomplain.bst
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/aomart/aomplain.bst')
-rw-r--r--Master/texmf-dist/bibtex/bst/aomart/aomplain.bst23
1 files changed, 4 insertions, 19 deletions
diff --git a/Master/texmf-dist/bibtex/bst/aomart/aomplain.bst b/Master/texmf-dist/bibtex/bst/aomart/aomplain.bst
index e8777688815..332b0ba1efd 100644
--- a/Master/texmf-dist/bibtex/bst/aomart/aomplain.bst
+++ b/Master/texmf-dist/bibtex/bst/aomart/aomplain.bst
@@ -20,7 +20,7 @@
% This work consists of the file aomart.dtx the
% derived file aomart.cls, and the file aomplain.bst
%
-% Version 1.5, 2011/02/26
+% Version 1.9, 2011/06/13
%
%%%
@@ -587,21 +587,6 @@ FUNCTION {format.inproc.title.venue.editors}
if$
}
-%% format.incoll.title.editors is similar to format.inproc... but
-%% omits the address. For collections that are not proceedings volumes.
-
-FUNCTION {format.incoll.title.editors}
-{ booktitle empty$
- { "" }
- { editor empty$
- { " in \emph{" booktitle * "}" * }
- { " in \emph{" booktitle * "}" *
- add.space.if.necessary "(" * format.nonauthor.editors * ")" *
- }
- if$
- }
- if$
-}
FUNCTION {format.edition}
{ edition empty$
@@ -882,7 +867,7 @@ FUNCTION {incollection}
format.authors "author" output.check
format.title "title" output.check
crossref missing$
- { format.incoll.title.editors "booktitle" output.check
+ { format.inproc.title.venue.editors "booktitle" output.check
format.bookvolume.series.number output
publisher "publisher" output.check
address output
@@ -1097,7 +1082,7 @@ FUNCTION {sort.format.names}
{ " " * }
'skip$
if$
- s nameptr "{vv{ } }{ll{ }}{ ff{ }}{ jj{ }}" format.name$ 't :=
+ s nameptr "{ll{ }}{ ff{ }}{ jj{ }}" format.name$ 't :=
nameptr numnames = t "others" = and
{ "et al" * }
{ t sortify * }
@@ -1287,7 +1272,7 @@ FUNCTION {begin.bib}
write$ newline$
"\providecommand{\arxiv}[1]{\href{http://www.arxiv.org/abs/#1}{arXiv~#1}}"
write$ newline$
- "\providecommand{\doi}[1]{\href{http://dx.doi.org/#1}{doi: #1}}"
+ "\providecommand{\doi}[1]{\url{http://dx.doi.org/#1}}"
write$ newline$
"\providecommand{\MR}{\relax\ifhmode\unskip\space\fi MR }"
write$ newline$