summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-02-15 23:58:36 +0000
committerKarl Berry <karl@freefriends.org>2013-02-15 23:58:36 +0000
commitaeb928a24790407db5779d28c62f6c514619cdaa (patch)
treef0d5a88ea417a03816f38dc440c6631c2db8dc51 /Master/texmf-dist/bibtex
parentc1a3181be2e0466144b193df768e3fd64eaa6106 (diff)
ascelike (15feb13)
git-svn-id: svn://tug.org/texlive/trunk@29129 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex')
-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$
}