summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst/ascelike/ascelike.bst
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/ascelike/ascelike.bst')
-rw-r--r--Master/texmf-dist/bibtex/bst/ascelike/ascelike.bst12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/bibtex/bst/ascelike/ascelike.bst b/Master/texmf-dist/bibtex/bst/ascelike/ascelike.bst
index ab43483f380..0b868100598 100644
--- a/Master/texmf-dist/bibtex/bst/ascelike/ascelike.bst
+++ b/Master/texmf-dist/bibtex/bst/ascelike/ascelike.bst
@@ -1,6 +1,6 @@
%% File: ascelike.bst
%%
-%% Version 2.1, November 7, 2011
+%% Version 2.2, February 14, 2013
%%
%%
%% An unofficial bibliography style-file for ASCE-like bibliographies.
@@ -242,7 +242,7 @@ FUNCTION {format.names}
'skip$
if$
t "others" =
- { " et~al." * }
+ { " et~al.\@" * }
{ " and " * t * }
if$
}
@@ -272,7 +272,7 @@ FUNCTION {my.full.label}
'skip$
if$
t "others" =
- { " et~al." * }
+ { " et~al.\@" * }
{ " and " * t * } % from Chicago Manual of Style
if$
}
@@ -302,7 +302,7 @@ FUNCTION {format.names.editors}
'skip$
if$
t "others" =
- { " et~al." * }
+ { " et~al.\@" * }
{ " and " * t * }
if$
}
@@ -587,11 +587,11 @@ FUNCTION {format.lab.names}
s #1 "{vv~}{ll}" format.name$
s num.names$ duplicate$
#2 >
- { pop$ " et~al." * }
+ { pop$ " et~al.\@" * }
{ #2 <
'skip$
{ s #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" =
- { " et~al." * }
+ { " et~al.\@" * }
{ " and " * s #2 "{vv~}{ll}" format.name$ * }
if$
}