summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-01-10 22:33:17 +0000
committerKarl Berry <karl@freefriends.org>2007-01-10 22:33:17 +0000
commite37949e2d804c21472f73e09491985c6d50fe16a (patch)
tree239758d4b62076998f5ea8fd1514efeb5bf62259 /Master/texmf-dist/bibtex
parente3d51aa2578ac5632c8271c357540511411ff0a2 (diff)
elsevier-bib update
git-svn-id: svn://tug.org/texlive/trunk@3313 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r--Master/texmf-dist/bibtex/bst/elsevier-bib/elsart-harv.bst15
-rw-r--r--Master/texmf-dist/bibtex/bst/elsevier-bib/elsart-num-names.bst15
-rw-r--r--Master/texmf-dist/bibtex/bst/elsevier-bib/elsart-num-sort.bst17
-rw-r--r--Master/texmf-dist/bibtex/bst/elsevier-bib/elsart-num.bst15
4 files changed, 50 insertions, 12 deletions
diff --git a/Master/texmf-dist/bibtex/bst/elsevier-bib/elsart-harv.bst b/Master/texmf-dist/bibtex/bst/elsevier-bib/elsart-harv.bst
index 71ef1ffaeb7..23aefe18b00 100644
--- a/Master/texmf-dist/bibtex/bst/elsevier-bib/elsart-harv.bst
+++ b/Master/texmf-dist/bibtex/bst/elsevier-bib/elsart-harv.bst
@@ -9,12 +9,15 @@
%SP 2001/01/23
% Changed the pages output for inproceedings
-%SP 2001/07/25
+%SP 2003/07/25
% Add the leading space in format.vol.num.pages only if there is a volume
+%SP 2005/01/21
+% Add volume and number to incollection with cross-reference
+% Capitalize No., as Ch. and Vol.
%% ----------------------------------------
%% *** Author-date reference style for elsart ***
-%% $Id: elsart-harv.bst,v 1.1 2006/04/20 12:41:41 spepping Exp $
+%% $Id: elsart-harv.bst,v 1.3 2005/01/21 11:23:24 spepping Exp $
%%
%% Copyright 1994-1999 Patrick W Daly
% ===============================================================
@@ -239,8 +242,10 @@ FUNCTION {bbl.volume}
FUNCTION {bbl.of}
{ "of" }
+%SP 2005/01/21
+% capitalize, as Ch. and Vol.
FUNCTION {bbl.number}
-{ "no." }
+{ "No." }
FUNCTION {bbl.nr}
{ "no." }
@@ -1076,6 +1081,10 @@ FUNCTION {incollection}
format.chapter.pages output
}
{ format.incoll.inproc.crossref output.nonnull
+%SP 2005/01/21
+% Add volume and number
+ format.bvolume output
+ format.number.series output
format.chapter.pages output
}
if$
diff --git a/Master/texmf-dist/bibtex/bst/elsevier-bib/elsart-num-names.bst b/Master/texmf-dist/bibtex/bst/elsevier-bib/elsart-num-names.bst
index 4e170d67a6b..902b00414d6 100644
--- a/Master/texmf-dist/bibtex/bst/elsevier-bib/elsart-num-names.bst
+++ b/Master/texmf-dist/bibtex/bst/elsevier-bib/elsart-num-names.bst
@@ -9,14 +9,17 @@
%SP 2001/01/23
% Changed the pages output for inproceedings
-%SP 2001/07/25
+%SP 2003/07/25
% Add the leading space in format.vol.num.pages only if there is a volume
%SP 2004/11/17
% Copied parts from elsart-harv.bst to create name-year labels
+%SP 2005/01/21
+% Add volume and number to incollection with cross-reference
+% Capitalize No., as Ch. and Vol.
%% ----------------------------------------
%% *** Numerical reference style for elsart ***
-%% $Id: elsart-num-names.bst,v 1.1 2006/08/17 10:16:57 spepping Exp $
+%% $Id: elsart-num-names.bst,v 1.2 2005/01/21 11:23:24 spepping Exp $
%%
%% Copyright 1994-1999 Patrick W Daly
% ===============================================================
@@ -268,8 +271,10 @@ FUNCTION {bbl.volume}
FUNCTION {bbl.of}
{ "of" }
+%SP 2005/01/21
+% capitalize, as Ch. and Vol.
FUNCTION {bbl.number}
-{ "no." }
+{ "No." }
FUNCTION {bbl.nr}
{ "no." }
@@ -1180,6 +1185,10 @@ FUNCTION {incollection}
format.chapter.pages output
}
{ format.incoll.inproc.crossref output.nonnull
+%SP 2005/01/21
+% Add volume and number
+ format.bvolume output
+ format.number.series output
format.chapter.pages output
}
if$
diff --git a/Master/texmf-dist/bibtex/bst/elsevier-bib/elsart-num-sort.bst b/Master/texmf-dist/bibtex/bst/elsevier-bib/elsart-num-sort.bst
index d51a4c30b72..61f491a4279 100644
--- a/Master/texmf-dist/bibtex/bst/elsevier-bib/elsart-num-sort.bst
+++ b/Master/texmf-dist/bibtex/bst/elsevier-bib/elsart-num-sort.bst
@@ -7,12 +7,17 @@
%% merlin.mbs (with options: `,nm-init,ed-au,dt-end,yr-par,yrp-x,jttl-rm,thtit-a,vnum-sp,volp-blk,jdt-p,pp-last,jnm-x,btit-rm,bt-rm,pub-date,pub-xpar,pre-edn,url,url-nl,edpar,blk-com,in-col,pp,ed,abr,ednx,ord,jabr,and-xcom,xand,em-x,nfss')
%% After docstrip generation some manual changes were made (SP)
-%SP 2001/07/25
+%SP 2001/01/23
+% Changed the pages output for inproceedings
+%SP 2003/07/25
% Add the leading space in format.vol.num.pages only if there is a volume
+%SP 2005/01/21
+% Add volume and number to incollection with cross-reference
+% Capitalize No., as Ch. and Vol.
%% ----------------------------------------
%% *** Numerical reference style for elsart ***
-%% $Id: elsart-num-sort.bst,v 1.1 2006/04/20 12:41:42 spepping Exp $
+%% $Id: elsart-num-sort.bst,v 1.3 2005/01/21 11:23:24 spepping Exp $
%%
%% Copyright 1994-1999 Patrick W Daly
% ===============================================================
@@ -244,8 +249,10 @@ FUNCTION {bbl.volume}
FUNCTION {bbl.of}
{ "of" }
+%SP 2005/01/21
+% capitalize, as Ch. and Vol.
FUNCTION {bbl.number}
-{ "no." }
+{ "No." }
FUNCTION {bbl.nr}
{ "no." }
@@ -1055,6 +1062,10 @@ FUNCTION {incollection}
format.publisher.address output
}
{ format.incoll.inproc.crossref output.nonnull
+%SP 2005/01/21
+% Add volume and number
+ format.bvolume output
+ format.number.series output
format.chapter.pages output
}
if$
diff --git a/Master/texmf-dist/bibtex/bst/elsevier-bib/elsart-num.bst b/Master/texmf-dist/bibtex/bst/elsevier-bib/elsart-num.bst
index fdbfeb6a1f4..71a3c5ac277 100644
--- a/Master/texmf-dist/bibtex/bst/elsevier-bib/elsart-num.bst
+++ b/Master/texmf-dist/bibtex/bst/elsevier-bib/elsart-num.bst
@@ -9,12 +9,15 @@
%SP 2001/01/23
% Changed the pages output for inproceedings
-%SP 2001/07/25
+%SP 2003/07/25
% Add the leading space in format.vol.num.pages only if there is a volume
+%SP 2005/01/21
+% Add volume and number to incollection with cross-reference
+% Capitalize No., as Ch. and Vol.
%% ----------------------------------------
%% *** Numerical reference style for elsart ***
-%% $Id: elsart-num.bst,v 1.1 2006/04/20 12:41:42 spepping Exp $
+%% $Id: elsart-num.bst,v 1.3 2005/01/21 11:23:24 spepping Exp $
%%
%% Copyright 1994-1999 Patrick W Daly
% ===============================================================
@@ -247,8 +250,10 @@ FUNCTION {bbl.volume}
FUNCTION {bbl.of}
{ "of" }
+%SP 2005/01/21
+% capitalize, as Ch. and Vol.
FUNCTION {bbl.number}
-{ "no." }
+{ "No." }
FUNCTION {bbl.nr}
{ "no." }
@@ -1057,6 +1062,10 @@ FUNCTION {incollection}
format.chapter.pages output
}
{ format.incoll.inproc.crossref output.nonnull
+%SP 2005/01/21
+% Add volume and number
+ format.bvolume output
+ format.number.series output
format.chapter.pages output
}
if$