summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst/elsevier-bib/elsart-num-names.bst
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/elsevier-bib/elsart-num-names.bst')
-rw-r--r--Master/texmf-dist/bibtex/bst/elsevier-bib/elsart-num-names.bst15
1 files changed, 12 insertions, 3 deletions
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$