summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst/computational-complexity/cc2.bst
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/computational-complexity/cc2.bst')
-rw-r--r--Master/texmf-dist/bibtex/bst/computational-complexity/cc2.bst10
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/bibtex/bst/computational-complexity/cc2.bst b/Master/texmf-dist/bibtex/bst/computational-complexity/cc2.bst
index fb6b8e55522..cc13e4a6c88 100644
--- a/Master/texmf-dist/bibtex/bst/computational-complexity/cc2.bst
+++ b/Master/texmf-dist/bibtex/bst/computational-complexity/cc2.bst
@@ -8,7 +8,7 @@
%% ----------------------------------------
%% *** bst for computational complexity with natbib.sty ***
%%
-%% Copyright 1994-2004 Patrick W Daly
+%% Copyright 1994-2007 Patrick W Daly
% ===============================================================
% IMPORTANT NOTICE:
% This bibliographic style (bst) file has been generated from one or
@@ -20,7 +20,7 @@
% version 1 of the License, or any later version.
% ===============================================================
% Name and version information of the main mbs file:
- % \ProvidesFile{merlin.mbs}[2004/02/09 4.13 (PWD, AO, DPC)]
+ % \ProvidesFile{merlin.mbs}[2007/04/24 4.20 (PWD, AO, DPC)]
% For use with BibTeX version 0.99a or later
%-------------------------------------------------------------------
% This bibliography style file is intended for texts in ENGLISH
@@ -427,9 +427,11 @@ FUNCTION {format.url}
if$
}
-STRINGS { bibinfo}
INTEGERS { nameptr namesleft numnames }
+
+STRINGS { bibinfo}
+
FUNCTION {format.names}
{ 'bibinfo :=
duplicate$ empty$ 'skip$ {
@@ -504,7 +506,7 @@ FUNCTION {format.editors}
FUNCTION {format.book.pages}
{ pages "pages" bibinfo.check
duplicate$ empty$ 'skip$
- { bbl.pages * }
+ { " " * bbl.pages * }
if$
}
FUNCTION {format.isbn}