diff options
Diffstat (limited to 'Master/texmf-dist/bibtex/bst')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/authordate/authordate1.bst (renamed from Master/texmf-dist/bibtex/bst/beebe/authordate1.bst) | 6 | ||||
-rw-r--r-- | Master/texmf-dist/bibtex/bst/authordate/authordate2.bst (renamed from Master/texmf-dist/bibtex/bst/beebe/authordate2.bst) | 6 | ||||
-rw-r--r-- | Master/texmf-dist/bibtex/bst/authordate/authordate3.bst (renamed from Master/texmf-dist/bibtex/bst/beebe/authordate3.bst) | 6 | ||||
-rw-r--r-- | Master/texmf-dist/bibtex/bst/authordate/authordate4.bst (renamed from Master/texmf-dist/bibtex/bst/beebe/authordate4.bst) | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/Master/texmf-dist/bibtex/bst/beebe/authordate1.bst b/Master/texmf-dist/bibtex/bst/authordate/authordate1.bst index 8942b0f6e4e..4c82b29213b 100644 --- a/Master/texmf-dist/bibtex/bst/beebe/authordate1.bst +++ b/Master/texmf-dist/bibtex/bst/authordate/authordate1.bst @@ -265,7 +265,7 @@ FUNCTION {format.names} { namesleft #1 > { ", " * t * } { t "others" = - { ", {\em et~al.\ }\relax" * } + { ", {\em et~al.}" * } { ", \& " * t * } % Butcher, pages if$ % 186-189. } @@ -1035,11 +1035,11 @@ FUNCTION {format.lab.names} s #1 "{vv~}{ll}" format.name$ s num.names$ duplicate$ #2 > - { pop$ " {\em et~al.\ }\relax" * } + { pop$ " {\em et~al.}" * } { #2 < 'skip$ { s #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = - { " {\em et~al.\ }\relax" * } + { " {\em et~al.}" * } { " \& " * s #2 "{vv~}{ll}" format.name$ * } if$ } diff --git a/Master/texmf-dist/bibtex/bst/beebe/authordate2.bst b/Master/texmf-dist/bibtex/bst/authordate/authordate2.bst index b777fe80789..39e2a8ae29b 100644 --- a/Master/texmf-dist/bibtex/bst/beebe/authordate2.bst +++ b/Master/texmf-dist/bibtex/bst/authordate/authordate2.bst @@ -266,7 +266,7 @@ FUNCTION {format.names} { namesleft #1 > { ", " * t * } { t "others" = - { ", {\em et~al.\ }\relax" * } + { ", {\em et~al.}" * } { ", \& " * t * } % Butcher, pages if$ % 186-189. } @@ -1036,11 +1036,11 @@ FUNCTION {format.lab.names} s #1 "{vv~}{ll}" format.name$ s num.names$ duplicate$ #2 > - { pop$ " {\em et~al.\ }\relax" * } + { pop$ " {\em et~al.}" * } { #2 < 'skip$ { s #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = - { " {\em et~al.\ }\relax" * } + { " {\em et~al.}" * } { " \& " * s #2 "{vv~}{ll}" format.name$ * } if$ } diff --git a/Master/texmf-dist/bibtex/bst/beebe/authordate3.bst b/Master/texmf-dist/bibtex/bst/authordate/authordate3.bst index 4abade9bde8..d105c7c215e 100644 --- a/Master/texmf-dist/bibtex/bst/beebe/authordate3.bst +++ b/Master/texmf-dist/bibtex/bst/authordate/authordate3.bst @@ -265,7 +265,7 @@ FUNCTION {format.names} { namesleft #1 > { ", " * t * } { t "others" = - { ", {\em et~al.\ }\relax" * } + { ", {\em et~al.}" * } { ", \& " * t * } % Butcher, pages if$ % 186-189. } @@ -1035,11 +1035,11 @@ FUNCTION {format.lab.names} s #1 "{vv~}{ll}" format.name$ s num.names$ duplicate$ #2 > - { pop$ " {\em et~al.\ }\relax" * } + { pop$ " {\em et~al.}" * } { #2 < 'skip$ { s #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = - { " {\em et~al.\ }\relax" * } + { " {\em et~al.}" * } { " \& " * s #2 "{vv~}{ll}" format.name$ * } if$ } diff --git a/Master/texmf-dist/bibtex/bst/beebe/authordate4.bst b/Master/texmf-dist/bibtex/bst/authordate/authordate4.bst index b41f2504361..b8f76ab695b 100644 --- a/Master/texmf-dist/bibtex/bst/beebe/authordate4.bst +++ b/Master/texmf-dist/bibtex/bst/authordate/authordate4.bst @@ -266,7 +266,7 @@ FUNCTION {format.names} { namesleft #1 > { ", " * t * } { t "others" = - { ", {\em et~al.\ }\relax" * } + { ", {\em et~al.}" * } { ", \& " * t * } % Butcher, pages if$ % 186-189. } @@ -1036,11 +1036,11 @@ FUNCTION {format.lab.names} s #1 "{vv~}{ll}" format.name$ s num.names$ duplicate$ #2 > - { pop$ " {\em et~al.\ }\relax" * } + { pop$ " {\em et~al.}" * } { #2 < 'skip$ { s #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = - { " {\em et~al.\ }\relax" * } + { " {\em et~al.}" * } { " \& " * s #2 "{vv~}{ll}" format.name$ * } if$ } |