diff options
author | Karl Berry <karl@freefriends.org> | 2007-01-10 22:33:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-01-10 22:33:17 +0000 |
commit | e37949e2d804c21472f73e09491985c6d50fe16a (patch) | |
tree | 239758d4b62076998f5ea8fd1514efeb5bf62259 /Master/texmf-dist | |
parent | e3d51aa2578ac5632c8271c357540511411ff0a2 (diff) |
elsevier-bib update
git-svn-id: svn://tug.org/texlive/trunk@3313 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
6 files changed, 63 insertions, 20 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$ diff --git a/Master/texmf-dist/doc/bibtex/elsevier-bib/README-bst b/Master/texmf-dist/doc/bibtex/elsevier-bib/README-bst index 2c5fd235823..297730f93dd 100644 --- a/Master/texmf-dist/doc/bibtex/elsevier-bib/README-bst +++ b/Master/texmf-dist/doc/bibtex/elsevier-bib/README-bst @@ -1,13 +1,18 @@ This are the Elsevier BibTeX styles -Last update: 04 December 2006 +Last update: 03 January 2006 Versions ======== -elsart-harv.bst,v 1.1 2006/04/20 -elsart-num.bst,v 1.1 2006/04/20 -elsart-num-sort.bst,v 1.1 2006/04/20 -elsart-num-names.bst,v 1.1 2006/08/17 +elsart-harv.bst,v 1.3 2005/01/21 +elsart-num.bst,v 1.3 2005/01/21 +elsart-num-sort.bst,v 1.2 2005/01/21 +elsart-num-names.bst,v 1.3 2005/01/21 + +(Due to an error these dates are earlier than the dates in previously +published BibTeX style files. Nevertheless, these are newer versions +with some small bug fixes, and consequently the version numbers are +higher.) The latest version of this package can always be found at Elsevier's web site: http://www.elsevier.com/locate/latex. diff --git a/Master/texmf-dist/tpm/elsevier-bib.tpm b/Master/texmf-dist/tpm/elsevier-bib.tpm index 6fb974164df..48179999d1f 100644 --- a/Master/texmf-dist/tpm/elsevier-bib.tpm +++ b/Master/texmf-dist/tpm/elsevier-bib.tpm @@ -3,7 +3,7 @@ <rdf:Description about="http://texlive.dante.de/texlive/Package/elsevier-bib.zip"> <TPM:Name>elsevier-bib</TPM:Name> <TPM:Type>Package</TPM:Type> - <TPM:Date>2006/12/04 11:31:14</TPM:Date> + <TPM:Date>2007/01/03 15:12:09</TPM:Date> <TPM:Version></TPM:Version> <TPM:Creator>karl</TPM:Creator> <TPM:Title>The elsevier-bib package.</TPM:Title> @@ -12,14 +12,14 @@ <TPM:Size>110752</TPM:Size> <TPM:License></TPM:License> <TPM:Build/> - <TPM:RunFiles size="109262"> + <TPM:RunFiles size="110346"> texmf-dist/bibtex/bst/elsevier-bib/elsart-harv.bst texmf-dist/bibtex/bst/elsevier-bib/elsart-num-names.bst texmf-dist/bibtex/bst/elsevier-bib/elsart-num-sort.bst texmf-dist/bibtex/bst/elsevier-bib/elsart-num.bst texmf-dist/tpm/elsevier-bib.tpm </TPM:RunFiles> - <TPM:DocFiles size="1490"> + <TPM:DocFiles size="1922"> texmf-dist/doc/bibtex/elsevier-bib/README texmf-dist/doc/bibtex/elsevier-bib/README-bst </TPM:DocFiles> |