summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst')
-rw-r--r--Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst29
1 files changed, 9 insertions, 20 deletions
diff --git a/Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst b/Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst
index 9fa277d053f..b62ca7fa20a 100644
--- a/Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst
+++ b/Master/texmf-dist/bibtex/bst/aomart/aomalpha.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.6, 2011/03/06
+% Version 1.9, 2011/06/13
%
%%%
@@ -593,21 +593,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$
@@ -888,7 +873,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
@@ -1238,7 +1223,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 * }
@@ -1422,7 +1407,11 @@ ITERATE {forward.pass}
REVERSE {reverse.pass}
FUNCTION {begin.bib}
-{ preamble$ empty$
+{ et.al.char.used
+ { "\providecommand{\etalchar}[1]{$^{#1}$}" write$ newline$ }
+ 'skip$
+ if$
+ preamble$ empty$
'skip$
{ preamble$ write$ newline$ }
if$
@@ -1438,7 +1427,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$