summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/bibtex/bst')
-rw-r--r--Master/texmf-dist/bibtex/bst/ijmart/ijmart.bst11
1 files changed, 4 insertions, 7 deletions
diff --git a/Master/texmf-dist/bibtex/bst/ijmart/ijmart.bst b/Master/texmf-dist/bibtex/bst/ijmart/ijmart.bst
index 94d9611e6dd..7c1209fa04e 100644
--- a/Master/texmf-dist/bibtex/bst/ijmart/ijmart.bst
+++ b/Master/texmf-dist/bibtex/bst/ijmart/ijmart.bst
@@ -15,12 +15,6 @@
%%% a form typical for the Israel journal of
%%% Mathematics. The style is based on amsplain.bst
%%%
-%%% docstring = "The checksum field above contains a CRC-16
-%%% checksum as the first value, followed by the
-%%% equivalent of the standard UNIX wc (word
-%%% count) utility output of lines, words, and
-%%% characters. This is produced by Robert
-%%% Solovay's checksum utility.",
%%% }
%%% ====================================================================
@@ -319,6 +313,9 @@ FUNCTION {format.language}
% First von Last, Jr.
%
% (i.e., first name first, no abbreviating to initials).
+%
+% Changed by BV, 2008/01/20: no comma before "and"
+
FUNCTION {format.names}
{ 's :=
@@ -330,7 +327,7 @@ FUNCTION {format.names}
nameptr #1 >
{ namesleft #1 >
{ ", " * t * }
- { numnames #2 >
+ { numnames #3 >
{ "," * }
'skip$
if$