summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-04-26 11:50:59 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-04-26 11:50:59 +0000
commit3734a87508c821c70cc2a63eaa12f2c6388e9ff9 (patch)
treea8a6812e4e1b6544f733855add39e89ede26b914 /Master/texmf-dist/bibtex/bst
parent1c49892d3c4d3cb00f038a3aa898527ae6e6d6d8 (diff)
-mcomputational-complexity update (new licenses statement)
git-svn-id: svn://tug.org/texlive/trunk@7666 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex/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}