summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-10-14 22:19:57 +0000
committerKarl Berry <karl@freefriends.org>2007-10-14 22:19:57 +0000
commit6e5c0acada6a9c582fe33af8763348a18eb2a0f6 (patch)
treeb9c5791b76f3c25d0cd5207cc35c3bf01f609395 /Master/texmf-dist/bibtex/bst
parent53b3eebc589bf2a49e91bd9c9d8112f2b38bce11 (diff)
amsrefs update
git-svn-id: svn://tug.org/texlive/trunk@5189 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex/bst')
-rw-r--r--Master/texmf-dist/bibtex/bst/ams/amsra.bst40
-rw-r--r--Master/texmf-dist/bibtex/bst/ams/amsrn.bst38
-rw-r--r--Master/texmf-dist/bibtex/bst/ams/amsrs.bst42
-rw-r--r--Master/texmf-dist/bibtex/bst/ams/amsru.bst29
-rw-r--r--Master/texmf-dist/bibtex/bst/ams/amsry.bst40
5 files changed, 74 insertions, 115 deletions
diff --git a/Master/texmf-dist/bibtex/bst/ams/amsra.bst b/Master/texmf-dist/bibtex/bst/ams/amsra.bst
index a770f5a0a2c..8794abc4f9e 100644
--- a/Master/texmf-dist/bibtex/bst/ams/amsra.bst
+++ b/Master/texmf-dist/bibtex/bst/ams/amsra.bst
@@ -9,9 +9,9 @@
%%% ====================================================================
%%% @BibTeX-source-file{
%%% filename = "amsxport.dtx",
-%%% version = "2.00",
-%%% date = "2004/06/28",
-%%% time = "14:50:12 EDT",
+%%% version = "2.01",
+%%% date = "2007/10/01",
+%%% time = "16:20:24 EDT",
%%% author = "Michael J Downes",
%%% address = "American Mathematical Society,
%%% Publications Technical Group,
@@ -24,7 +24,13 @@
%%% entries where most of the database structure is
%%% retained. This is intended for processing by a smart
%%% bibliography package such as the amsrefs package.",
-%%% checksum = "40425 1822 6396 51551",
+%%% copyright = "Copyright 2001, 2004 American Mathematical Society.",
+%%% license = "Unlimited copying and redistribution of this file
+%%% are permitted as long as this file is not
+%%% modified. Modifications, and distribution of
+%%% modified versions, are permitted, but only if
+%%% the resulting file is renamed.",
+%%% checksum = "09610 1810 6390 51580",
%%% docstring = "The checksum field, produced by Robert Solovay's
%%% checksum utility, gives CRC-16 checksum, lines,
%%% words, and characters.",
@@ -128,18 +134,6 @@ FUNCTION {sortify} {
purify$
"l" change.case$
}
-FUNCTION {rpad} {
- swap$
- 'l :=
- l text.length$ - 'len :=
- { len #0 > }
- {
- l " " * 'l :=
- len #1 - 'len :=
- }
- while$
- l
-}
FUNCTION {lpad} {
swap$
'l :=
@@ -635,15 +629,15 @@ FUNCTION {sort.format.names} {
numnames 'namesleft :=
{ namesleft #0 > }
{ ptr #1 >
- { " " * }
+ { " " * }
'skip$
if$
- s ptr "{ll}{ ff}{ jj}" format.name$ 't :=
+ s ptr "{vv{ } }{ll{ }}{ ff{ }}{ jj{ }}" format.name$ 't :=
ptr numnames = t "others" = AND
{ "et al" }
{ t sortify }
if$
- #20 rpad *
+ *
ptr #1 + 'ptr :=
namesleft #1 - 'namesleft :=
}
@@ -714,7 +708,7 @@ FUNCTION {editor.organization.sort}
}
FUNCTION {presort} {
calc.label
- label #20 rpad
+ label
type$ "book" = type$ "inbook" = OR type$ "collection" = OR
'author.editor.sort
{ type$ "proceedings" =
@@ -727,7 +721,8 @@ FUNCTION {presort} {
if$
}
if$
- * " " *
+ *
+ " " *
title field.or.null sort.format.title *
#1 entry.max$ substring$
'sort.key$ :=
@@ -770,6 +765,3 @@ EXECUTE {begin.bib}
ITERATE {call.type$}
EXECUTE {end.bib}
-%%
-%%
-%% End of file `amsra.bst'.
diff --git a/Master/texmf-dist/bibtex/bst/ams/amsrn.bst b/Master/texmf-dist/bibtex/bst/ams/amsrn.bst
index 505f15b6d2d..f6ef540f1a3 100644
--- a/Master/texmf-dist/bibtex/bst/ams/amsrn.bst
+++ b/Master/texmf-dist/bibtex/bst/ams/amsrn.bst
@@ -9,9 +9,9 @@
%%% ====================================================================
%%% @BibTeX-source-file{
%%% filename = "amsxport.dtx",
-%%% version = "2.00",
-%%% date = "2004/06/28",
-%%% time = "14:50:12 EDT",
+%%% version = "2.01",
+%%% date = "2007/10/01",
+%%% time = "16:20:24 EDT",
%%% author = "Michael J Downes",
%%% address = "American Mathematical Society,
%%% Publications Technical Group,
@@ -24,7 +24,13 @@
%%% entries where most of the database structure is
%%% retained. This is intended for processing by a smart
%%% bibliography package such as the amsrefs package.",
-%%% checksum = "40425 1822 6396 51551",
+%%% copyright = "Copyright 2001, 2004 American Mathematical Society.",
+%%% license = "Unlimited copying and redistribution of this file
+%%% are permitted as long as this file is not
+%%% modified. Modifications, and distribution of
+%%% modified versions, are permitted, but only if
+%%% the resulting file is renamed.",
+%%% checksum = "09610 1810 6390 51580",
%%% docstring = "The checksum field, produced by Robert Solovay's
%%% checksum utility, gives CRC-16 checksum, lines,
%%% words, and characters.",
@@ -128,18 +134,6 @@ FUNCTION {sortify} {
purify$
"l" change.case$
}
-FUNCTION {rpad} {
- swap$
- 'l :=
- l text.length$ - 'len :=
- { len #0 > }
- {
- l " " * 'l :=
- len #1 - 'len :=
- }
- while$
- l
-}
FUNCTION {lpad} {
swap$
'l :=
@@ -522,15 +516,15 @@ FUNCTION {sort.format.names} {
numnames 'namesleft :=
{ namesleft #0 > }
{ ptr #1 >
- { " " * }
+ { " " * }
'skip$
if$
- s ptr "{ll}{ ff}{ jj}" format.name$ 't :=
+ s ptr "{vv{ } }{ll{ }}{ ff{ }}{ jj{ }}" format.name$ 't :=
ptr numnames = t "others" = AND
{ "et al" }
{ t sortify }
if$
- #20 rpad *
+ *
ptr #1 + 'ptr :=
namesleft #1 - 'namesleft :=
}
@@ -612,7 +606,8 @@ FUNCTION {presort} {
if$
}
if$
- year field.or.null sortify #12 rpad * " " *
+ " " *
+ year field.or.null sortify * " " *
title field.or.null sort.format.title *
#1 entry.max$ substring$
'sort.key$ :=
@@ -655,6 +650,3 @@ EXECUTE {begin.bib}
ITERATE {call.type$}
EXECUTE {end.bib}
-%%
-%%
-%% End of file `amsrn.bst'.
diff --git a/Master/texmf-dist/bibtex/bst/ams/amsrs.bst b/Master/texmf-dist/bibtex/bst/ams/amsrs.bst
index 4f090f7af73..1b368f67a74 100644
--- a/Master/texmf-dist/bibtex/bst/ams/amsrs.bst
+++ b/Master/texmf-dist/bibtex/bst/ams/amsrs.bst
@@ -9,9 +9,9 @@
%%% ====================================================================
%%% @BibTeX-source-file{
%%% filename = "amsxport.dtx",
-%%% version = "2.00",
-%%% date = "2004/06/28",
-%%% time = "14:50:12 EDT",
+%%% version = "2.01",
+%%% date = "2007/10/01",
+%%% time = "16:20:24 EDT",
%%% author = "Michael J Downes",
%%% address = "American Mathematical Society,
%%% Publications Technical Group,
@@ -24,7 +24,13 @@
%%% entries where most of the database structure is
%%% retained. This is intended for processing by a smart
%%% bibliography package such as the amsrefs package.",
-%%% checksum = "40425 1822 6396 51551",
+%%% copyright = "Copyright 2001, 2004 American Mathematical Society.",
+%%% license = "Unlimited copying and redistribution of this file
+%%% are permitted as long as this file is not
+%%% modified. Modifications, and distribution of
+%%% modified versions, are permitted, but only if
+%%% the resulting file is renamed.",
+%%% checksum = "09610 1810 6390 51580",
%%% docstring = "The checksum field, produced by Robert Solovay's
%%% checksum utility, gives CRC-16 checksum, lines,
%%% words, and characters.",
@@ -128,18 +134,6 @@ FUNCTION {sortify} {
purify$
"l" change.case$
}
-FUNCTION {rpad} {
- swap$
- 'l :=
- l text.length$ - 'len :=
- { len #0 > }
- {
- l " " * 'l :=
- len #1 - 'len :=
- }
- while$
- l
-}
FUNCTION {lpad} {
swap$
'l :=
@@ -632,15 +626,15 @@ FUNCTION {sort.format.names} {
numnames 'namesleft :=
{ namesleft #0 > }
{ ptr #1 >
- { " " * }
+ { " " * }
'skip$
if$
- s ptr "{ll}{ ff}{ jj}" format.name$ 't :=
+ s ptr "{vv{ } }{ll{ }}{ ff{ }}{ jj{ }}" format.name$ 't :=
ptr numnames = t "others" = AND
{ "et al" }
{ t sortify }
if$
- #20 rpad *
+ *
ptr #1 + 'ptr :=
namesleft #1 - 'namesleft :=
}
@@ -711,7 +705,7 @@ FUNCTION {editor.organization.sort}
}
FUNCTION {presort} {
calc.label
- label #20 rpad
+ label
type$ "book" = type$ "inbook" = OR type$ "collection" = OR
'author.editor.sort
{ type$ "proceedings" =
@@ -724,8 +718,9 @@ FUNCTION {presort} {
if$
}
if$
- * " " *
- year field.or.null sortify #12 rpad * " " *
+ *
+ " " *
+ year field.or.null sortify * " " *
title field.or.null sort.format.title *
#1 entry.max$ substring$
'sort.key$ :=
@@ -768,6 +763,3 @@ EXECUTE {begin.bib}
ITERATE {call.type$}
EXECUTE {end.bib}
-%%
-%%
-%% End of file `amsrs.bst'.
diff --git a/Master/texmf-dist/bibtex/bst/ams/amsru.bst b/Master/texmf-dist/bibtex/bst/ams/amsru.bst
index 28371381afb..06240ae14c5 100644
--- a/Master/texmf-dist/bibtex/bst/ams/amsru.bst
+++ b/Master/texmf-dist/bibtex/bst/ams/amsru.bst
@@ -9,9 +9,9 @@
%%% ====================================================================
%%% @BibTeX-source-file{
%%% filename = "amsxport.dtx",
-%%% version = "2.00",
-%%% date = "2004/06/28",
-%%% time = "14:50:12 EDT",
+%%% version = "2.01",
+%%% date = "2007/10/01",
+%%% time = "16:20:24 EDT",
%%% author = "Michael J Downes",
%%% address = "American Mathematical Society,
%%% Publications Technical Group,
@@ -24,7 +24,13 @@
%%% entries where most of the database structure is
%%% retained. This is intended for processing by a smart
%%% bibliography package such as the amsrefs package.",
-%%% checksum = "40425 1822 6396 51551",
+%%% copyright = "Copyright 2001, 2004 American Mathematical Society.",
+%%% license = "Unlimited copying and redistribution of this file
+%%% are permitted as long as this file is not
+%%% modified. Modifications, and distribution of
+%%% modified versions, are permitted, but only if
+%%% the resulting file is renamed.",
+%%% checksum = "09610 1810 6390 51580",
%%% docstring = "The checksum field, produced by Robert Solovay's
%%% checksum utility, gives CRC-16 checksum, lines,
%%% words, and characters.",
@@ -128,18 +134,6 @@ FUNCTION {sortify} {
purify$
"l" change.case$
}
-FUNCTION {rpad} {
- swap$
- 'l :=
- l text.length$ - 'len :=
- { len #0 > }
- {
- l " " * 'l :=
- len #1 - 'len :=
- }
- while$
- l
-}
FUNCTION {lpad} {
swap$
'l :=
@@ -531,6 +525,3 @@ EXECUTE {begin.bib}
ITERATE {call.type$}
EXECUTE {end.bib}
-%%
-%%
-%% End of file `amsru.bst'.
diff --git a/Master/texmf-dist/bibtex/bst/ams/amsry.bst b/Master/texmf-dist/bibtex/bst/ams/amsry.bst
index 7e8a03e3035..b70a0b6466c 100644
--- a/Master/texmf-dist/bibtex/bst/ams/amsry.bst
+++ b/Master/texmf-dist/bibtex/bst/ams/amsry.bst
@@ -9,9 +9,9 @@
%%% ====================================================================
%%% @BibTeX-source-file{
%%% filename = "amsxport.dtx",
-%%% version = "2.00",
-%%% date = "2004/06/28",
-%%% time = "14:50:12 EDT",
+%%% version = "2.01",
+%%% date = "2007/10/01",
+%%% time = "16:20:24 EDT",
%%% author = "Michael J Downes",
%%% address = "American Mathematical Society,
%%% Publications Technical Group,
@@ -24,7 +24,13 @@
%%% entries where most of the database structure is
%%% retained. This is intended for processing by a smart
%%% bibliography package such as the amsrefs package.",
-%%% checksum = "40425 1822 6396 51551",
+%%% copyright = "Copyright 2001, 2004 American Mathematical Society.",
+%%% license = "Unlimited copying and redistribution of this file
+%%% are permitted as long as this file is not
+%%% modified. Modifications, and distribution of
+%%% modified versions, are permitted, but only if
+%%% the resulting file is renamed.",
+%%% checksum = "09610 1810 6390 51580",
%%% docstring = "The checksum field, produced by Robert Solovay's
%%% checksum utility, gives CRC-16 checksum, lines,
%%% words, and characters.",
@@ -128,18 +134,6 @@ FUNCTION {sortify} {
purify$
"l" change.case$
}
-FUNCTION {rpad} {
- swap$
- 'l :=
- l text.length$ - 'len :=
- { len #0 > }
- {
- l " " * 'l :=
- len #1 - 'len :=
- }
- while$
- l
-}
FUNCTION {lpad} {
swap$
'l :=
@@ -634,15 +628,15 @@ FUNCTION {sort.format.names} {
numnames 'namesleft :=
{ namesleft #0 > }
{ ptr #1 >
- { " " * }
+ { " " * }
'skip$
if$
- s ptr "{ll}{ ff}{ jj}" format.name$ 't :=
+ s ptr "{vv{ } }{ll{ }}{ ff{ }}{ jj{ }}" format.name$ 't :=
ptr numnames = t "others" = AND
{ "et al" }
{ t sortify }
if$
- #20 rpad *
+ *
ptr #1 + 'ptr :=
namesleft #1 - 'namesleft :=
}
@@ -713,7 +707,7 @@ FUNCTION {editor.organization.sort}
}
FUNCTION {presort} {
calc.label
- label #20 rpad
+ label
type$ "book" = type$ "inbook" = OR type$ "collection" = OR
'author.editor.sort
{ type$ "proceedings" =
@@ -726,7 +720,8 @@ FUNCTION {presort} {
if$
}
if$
- * " " *
+ *
+ " " *
title field.or.null sort.format.title *
#1 entry.max$ substring$
'sort.key$ :=
@@ -769,6 +764,3 @@ EXECUTE {begin.bib}
ITERATE {call.type$}
EXECUTE {end.bib}
-%%
-%%
-%% End of file `amsry.bst'.