summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex
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
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')
-rw-r--r--Master/texmf-dist/bibtex/bib/computational-complexity/journals.bib10
-rw-r--r--Master/texmf-dist/bibtex/bst/computational-complexity/cc2.bst10
2 files changed, 15 insertions, 5 deletions
diff --git a/Master/texmf-dist/bibtex/bib/computational-complexity/journals.bib b/Master/texmf-dist/bibtex/bib/computational-complexity/journals.bib
index c3ac5fddcdc..25cbd231a89 100644
--- a/Master/texmf-dist/bibtex/bib/computational-complexity/journals.bib
+++ b/Master/texmf-dist/bibtex/bib/computational-complexity/journals.bib
@@ -40,6 +40,12 @@ F{\"{u}}r "urltext"-Felder hier ein paar Strings:
@String{TAIN = "To appear in "}
+Besondere Namensteile:
+
+wie in Al-Kindi
+@string{AL = "{\uppercase {a}}l{-}{\aftergroup \ignorespaces} "}
+
+
===========================================================================
Und jetzt Strings f{\"{u}}r Zeitschriften udgl.
===========================================================================
@@ -111,6 +117,7 @@ Und jetzt Strings f{\"{u}}r Zeitschriften udgl.
@string{COCOON00 = "6th Annual International Computing and Combinatorics Conference (COCOON 2000), {\rm Sydney, Australia}, July 2000"}
@string{COCOON01 = "7th Annual International Computing and Combinatorics Conference (COCOON 2001), {\rm Guilin, China}, August 2001"}
+@string{CRYPTO82 = "Advances in Cryptology: Proceedings of CRYPTO~'82"}
@string{CRYPTO83 = "Advances in Cryptology: Proceedings of CRYPTO~'83"}
@string{CRYPTO84 = "Advances in Cryptology: Proceedings of CRYPTO~'84, {\rm Santa Barbara~CA}"}
@string{CRYPTO85 = "Advances in Cryptology: Proceedings of CRYPTO~'85, {\rm Santa Barbara~CA}"}
@@ -452,7 +459,7 @@ Kyongju, Korea}"}
@string{AKGWG = "Abhandlungen der K{\"o}niglichen Gesellschaft der
Wissenschaften zu G{\"o}ttingen"}
@string{AKK = "Archiv f{\"u}r Kriminalanthropologie und Kriminalistik"}
-@string{AL = "American Literature"}
+@string{ALIT = "American Literature"}
@string{ALG = "Algorithmica"}
@string{AM = "Annals of Mathematics"}
@string{AMII = "Annals of Mathematics, Series II"}
@@ -779,6 +786,7 @@ Computer Science"}
@string{RANMZ = "Rossi{\u{\i}}skaya Akademiya Nauk. Matematicheskie Zametki"}
@string{RANMZCYR = "{\cyr Rossi{\u{\i}}skaya Akademiya Nauk. Matematicheskie Zametki}"}
@string{ZVMIMF = "Zhurnal v{\={y}}chislitel'noi Matematiki i matematicheskoi Fiziki"}
+@string{ZVMIMFRU = "{\slshape\foreignlanguage{russian}{Zhurnal vychislitelp1noi0 Matematiki i matematicheskoi0 Fiziki}}"}
@string{ZVMIMFCYR = "{\cyr Zhur\-nal vy\-chis\-li\-tel\cprime\-no\u\i\ Ma\-te\-ma\-ti\-ki i ma\-te\-ma\-ti\-ches\-ko\u\i\ Fi\-zi\-ki}"}
@String{XVII = "XVII\textsuperscript{e} Si{\`{e}}cle"}
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}