summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/bibtex/bst/elsarticle/elsarticle-harv.bst4
-rw-r--r--Master/texmf-dist/bibtex/bst/elsarticle/elsarticle-num-names.bst4
-rw-r--r--Master/texmf-dist/bibtex/bst/elsarticle/elsarticle-num.bst18
-rw-r--r--Master/texmf-dist/doc/latex/elsarticle/README2
-rw-r--r--Master/texmf-dist/doc/latex/elsarticle/elsarticle-template-harv.tex2
-rw-r--r--Master/texmf-dist/doc/latex/elsarticle/elsarticle-template-num-names.tex2
-rw-r--r--Master/texmf-dist/doc/latex/elsarticle/elsarticle-template-num.tex4
-rw-r--r--Master/texmf-dist/doc/latex/elsarticle/elsdoc.tex4
-rw-r--r--Master/texmf-dist/doc/latex/elsarticle/makefile3
-rw-r--r--Master/texmf-dist/doc/latex/elsarticle/manifest.txt2
-rw-r--r--Master/texmf-dist/doc/latex/elsarticle/rvdtx.sty4
-rw-r--r--Master/texmf-dist/source/latex/elsarticle/elsarticle.dtx13
-rw-r--r--Master/texmf-dist/source/latex/elsarticle/elsarticle.ins6
-rw-r--r--Master/texmf-dist/tex/latex/elsarticle/elsarticle.cls8
14 files changed, 42 insertions, 34 deletions
diff --git a/Master/texmf-dist/bibtex/bst/elsarticle/elsarticle-harv.bst b/Master/texmf-dist/bibtex/bst/elsarticle/elsarticle-harv.bst
index ff7a583bad7..3eaac4de6d0 100644
--- a/Master/texmf-dist/bibtex/bst/elsarticle/elsarticle-harv.bst
+++ b/Master/texmf-dist/bibtex/bst/elsarticle/elsarticle-harv.bst
@@ -1,7 +1,7 @@
%%
%% This is file `elsarticle-harv.bst' (Version 2.1),
%%
-%% Copyright 2009-2018 Elsevier Ltd
+%% Copyright 2009-2019 Elsevier Ltd
%%
%% This file is part of the 'Elsarticle Bundle'.
%% ---------------------------------------------
@@ -13,7 +13,7 @@
%% and version 1.2 or later is part of all distributions of LaTeX
%% version 1999/12/01 or later.
%%
-%% $Id: elsarticle-harv.bst 116 2018-06-29 04:55:48Z rishi $
+%% $Id: elsarticle-harv.bst 163 2019-01-14 09:54:24Z rishi $
%%
%% $URL: http://lenova.river-valley.com/svn/elsarticle/trunk/elsarticle-harv.bst $
%%
diff --git a/Master/texmf-dist/bibtex/bst/elsarticle/elsarticle-num-names.bst b/Master/texmf-dist/bibtex/bst/elsarticle/elsarticle-num-names.bst
index 5ed53b22b9d..e61de97b2ef 100644
--- a/Master/texmf-dist/bibtex/bst/elsarticle/elsarticle-num-names.bst
+++ b/Master/texmf-dist/bibtex/bst/elsarticle/elsarticle-num-names.bst
@@ -1,7 +1,7 @@
%%
%% This is file `elsarticle-num-names.bst' (Version 2.1),
%%
-%% Copyright 2009-2018 Elsevier Ltd
+%% Copyright 2009-2019 Elsevier Ltd
%%
%% This file is part of the 'Elsarticle Bundle'.
%% ---------------------------------------------
@@ -13,7 +13,7 @@
%% and version 1.2 or later is part of all distributions of LaTeX
%% version 1999/12/01 or later.
%%
-%% $Id: elsarticle-num-names.bst 117 2018-06-29 04:56:59Z rishi $
+%% $Id: elsarticle-num-names.bst 163 2019-01-14 09:54:24Z rishi $
%%
%% $URL: http://lenova.river-valley.com/svn/elsarticle/trunk/elsarticle-num-names.bst $
%%
diff --git a/Master/texmf-dist/bibtex/bst/elsarticle/elsarticle-num.bst b/Master/texmf-dist/bibtex/bst/elsarticle/elsarticle-num.bst
index bc70da91225..5f9f0171811 100644
--- a/Master/texmf-dist/bibtex/bst/elsarticle/elsarticle-num.bst
+++ b/Master/texmf-dist/bibtex/bst/elsarticle/elsarticle-num.bst
@@ -1,7 +1,7 @@
%%
%% This is file `elsarticle-num.bst' (Version 2.1),
%%
-%% Copyright 2007-2018 Elsevier Ltd
+%% Copyright 2007-2019 Elsevier Ltd
%%
%% This file is part of the 'Elsarticle Bundle'.
%% ---------------------------------------------
@@ -14,7 +14,7 @@
%% version 1999/12/01 or later.
%%
%%
-%% $Id: elsarticle-num.bst 118 2018-06-29 04:58:02Z rishi $
+%% $Id: elsarticle-num.bst 163 2019-01-14 09:54:24Z rishi $
%%
%% $URL: http://lenova.river-valley.com/svn/elsarticle/trunk/elsarticle-num.bst $
%%
@@ -1174,6 +1174,7 @@ FUNCTION {article}
if$
format.journal.pages
format.note output
+ format.date "year" output.check
fin.entry
write.url
}
@@ -1203,6 +1204,7 @@ FUNCTION {book}
}
if$
format.note output
+ format.date "year" output.check
fin.entry
write.url
}
@@ -1215,7 +1217,7 @@ FUNCTION {booklet}
howpublished output
address output
format.note output
- format.date output
+ format.date "year" output.check
fin.entry
write.url
}
@@ -1249,6 +1251,7 @@ FUNCTION {inbook}
if$
format.pages "pages" output.check
format.note output
+ format.date "year" output.check
fin.entry
write.url
}
@@ -1272,6 +1275,7 @@ FUNCTION {incollection}
if$
format.pages "pages" output.check
format.note output
+ format.date "year" output.check
fin.entry
write.url
}
@@ -1298,6 +1302,7 @@ FUNCTION {inproceedings}
if$
format.pages "pages" output.check
format.note output
+ format.date "year" output.check
fin.entry
write.url
}
@@ -1333,7 +1338,7 @@ FUNCTION {manual}
if$
format.edition output
format.note output
- format.date output
+ format.date "year" output.check
fin.entry
write.url
}
@@ -1359,8 +1364,9 @@ FUNCTION {misc}
format.title output
howpublished output
format.note output
- format.date output
+ format.date "year" output.check
fin.entry
+ format.date "year" output.check
write.url
empty.misc.check
}
@@ -1432,7 +1438,7 @@ FUNCTION {unpublished}
title empty$ 'skip$ 'setup.inlinelink if$ % urlbst
format.title "title" output.check
format.note "note" output.check
- format.date output
+ format.date "year" output.check
fin.entry
write.url
}
diff --git a/Master/texmf-dist/doc/latex/elsarticle/README b/Master/texmf-dist/doc/latex/elsarticle/README
index dff985b7c06..cd0929a7d7c 100644
--- a/Master/texmf-dist/doc/latex/elsarticle/README
+++ b/Master/texmf-dist/doc/latex/elsarticle/README
@@ -40,7 +40,7 @@ use the makefile. Use the target `all' (eg: make all).
The above procedure will create a print version, namely elsdoc.pdf.
-Copyright 2007-2018, Elsevier. Bugs, feature requests, suggestions and
+Copyright 2007-2019, Elsevier. Bugs, feature requests, suggestions and
comments may be mailed to elsarticle@stmdocs.in. elsarticle.cls,
related documentation and supporting packages are released under the
LATEX Project Public Licence, either version 1.3 or any later
diff --git a/Master/texmf-dist/doc/latex/elsarticle/elsarticle-template-harv.tex b/Master/texmf-dist/doc/latex/elsarticle/elsarticle-template-harv.tex
index 99c9d0ff54e..e460c69014f 100644
--- a/Master/texmf-dist/doc/latex/elsarticle/elsarticle-template-harv.tex
+++ b/Master/texmf-dist/doc/latex/elsarticle/elsarticle-template-harv.tex
@@ -1,5 +1,5 @@
%%
-%% Copyright 2007-2018 Elsevier Ltd
+%% Copyright 2007-2019 Elsevier Ltd
%%
%% This file is part of the 'Elsarticle Bundle'.
%% ---------------------------------------------
diff --git a/Master/texmf-dist/doc/latex/elsarticle/elsarticle-template-num-names.tex b/Master/texmf-dist/doc/latex/elsarticle/elsarticle-template-num-names.tex
index 4658abf71bd..38be4167ec6 100644
--- a/Master/texmf-dist/doc/latex/elsarticle/elsarticle-template-num-names.tex
+++ b/Master/texmf-dist/doc/latex/elsarticle/elsarticle-template-num-names.tex
@@ -1,5 +1,5 @@
%%
-%% Copyright 2007-2018 Elsevier Ltd
+%% Copyright 2007-2019 Elsevier Ltd
%%
%% This file is part of the 'Elsarticle Bundle'.
%% ---------------------------------------------
diff --git a/Master/texmf-dist/doc/latex/elsarticle/elsarticle-template-num.tex b/Master/texmf-dist/doc/latex/elsarticle/elsarticle-template-num.tex
index 7a4ce4ec75b..0fb5f502a61 100644
--- a/Master/texmf-dist/doc/latex/elsarticle/elsarticle-template-num.tex
+++ b/Master/texmf-dist/doc/latex/elsarticle/elsarticle-template-num.tex
@@ -1,5 +1,5 @@
%%
-%% Copyright 2007-2018 Elsevier Ltd
+%% Copyright 2007-2019 Elsevier Ltd
%%
%% This file is part of the 'Elsarticle Bundle'.
%% ---------------------------------------------
@@ -21,7 +21,7 @@
%%
%%
%%
-%% $Id: elsarticle-template-num.tex 64 2013-05-15 12:23:51Z rishi $
+%% $Id: elsarticle-template-num.tex 164 2019-01-14 09:57:55Z rishi $
%%
%%
\documentclass[preprint,12pt]{elsarticle}
diff --git a/Master/texmf-dist/doc/latex/elsarticle/elsdoc.tex b/Master/texmf-dist/doc/latex/elsarticle/elsdoc.tex
index 2fc23806a66..bb62a8a8861 100644
--- a/Master/texmf-dist/doc/latex/elsarticle/elsdoc.tex
+++ b/Master/texmf-dist/doc/latex/elsarticle/elsdoc.tex
@@ -1,5 +1,5 @@
%%
-%% Copyright 2007-2018 Elsevier Ltd
+%% Copyright 2007-2019 Elsevier Ltd
%%
%% This file is part of the 'Elsarticle Bundle'.
%% ---------------------------------------------
@@ -14,7 +14,7 @@
%% The list of all files belonging to the 'Elsarticle Bundle' is
%% given in the file `manifest.txt'.
%%
-%% $Id: elsdoc.tex 128 2018-06-29 05:20:50Z rishi $
+%% $Id: elsdoc.tex 160 2019-01-14 09:25:49Z rishi $
%%
\documentclass[a4paper,12pt]{article}
diff --git a/Master/texmf-dist/doc/latex/elsarticle/makefile b/Master/texmf-dist/doc/latex/elsarticle/makefile
index 43a0417a0ff..89f262a6f2b 100644
--- a/Master/texmf-dist/doc/latex/elsarticle/makefile
+++ b/Master/texmf-dist/doc/latex/elsarticle/makefile
@@ -1,4 +1,4 @@
-# $Id: makefile 130 2018-06-29 05:26:48Z rishi $
+# $Id: makefile 162 2019-01-14 09:36:11Z rishi $
file=elsdoc
@@ -38,3 +38,4 @@ copy:
+
diff --git a/Master/texmf-dist/doc/latex/elsarticle/manifest.txt b/Master/texmf-dist/doc/latex/elsarticle/manifest.txt
index 59007558e83..d104860b23b 100644
--- a/Master/texmf-dist/doc/latex/elsarticle/manifest.txt
+++ b/Master/texmf-dist/doc/latex/elsarticle/manifest.txt
@@ -1,4 +1,4 @@
-% Copyright 2007-2018 Elsevier Ltd
+% Copyright 2007-2019 Elsevier Ltd
%
% This file is part of the 'Elsarticle Bundle'.
% ---------------------------------------------
diff --git a/Master/texmf-dist/doc/latex/elsarticle/rvdtx.sty b/Master/texmf-dist/doc/latex/elsarticle/rvdtx.sty
index 649277702d6..3f16af71969 100644
--- a/Master/texmf-dist/doc/latex/elsarticle/rvdtx.sty
+++ b/Master/texmf-dist/doc/latex/elsarticle/rvdtx.sty
@@ -4,7 +4,7 @@
%
% Auxiliary package to format *.dtx documents.
%
-% Copyright (c) 2008-2018 CV Radhakrishnan <cvr@stmdocs.in>,
+% Copyright (c) 2008-2019 CV Radhakrishnan <cvr@stmdocs.in>,
%
% This file may be distributed and/or modified under the conditions
% of the LaTeX Project Public License, either version 1.2 of this
@@ -307,7 +307,7 @@
{\normalfont\sffamily\footnotesize%
\color{botcolor}%
\hspace*{5mm}\parbox[c][.5in][c]{.45\paperwidth}%
- {\raggedright \textcopyright\ 2018, Elsevier Ltd.
+ {\raggedright \textcopyright\ 2019, Elsevier Ltd.
Bugs, feature requests, suggestions and comments %\\
shall be mailed to \href{mailto:elsarticle@stmdocs.in}
{$<$elsarticle@stmdocs.in$>$}.
diff --git a/Master/texmf-dist/source/latex/elsarticle/elsarticle.dtx b/Master/texmf-dist/source/latex/elsarticle/elsarticle.dtx
index 8635c0047b9..3f4c5ce2f02 100644
--- a/Master/texmf-dist/source/latex/elsarticle/elsarticle.dtx
+++ b/Master/texmf-dist/source/latex/elsarticle/elsarticle.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% Copyright (C) 2007-2018 by Elsevier Ltd
+% Copyright (C) 2007-2019 by Elsevier Ltd
% -----------------------------------------------
%
% This file may be distributed and/or modified under the
@@ -14,9 +14,9 @@
% version 1999/12/01 or later.
%
% \fi
-% \CheckSum{2627}
+% \CheckSum{2634}
%
-% $Id: elsarticle.dtx 125 2018-06-29 05:10:03Z rishi $
+% $Id: elsarticle.dtx 159 2019-01-14 09:10:30Z rishi $
% \iffalse
%<*driver>
\documentclass{ltxdoc}
@@ -77,8 +77,8 @@
%%
%%
\def\RCSfile{elsarticle}%
- \def\RCSversion{3.0}%
- \def\RCSdate{2018/06/08}%
+ \def\RCSversion{3.1}%
+ \def\RCSdate{2019/01/14}%
\def\@shortjnl{\relax}
\def\@journal{Elsevier Ltd}
\def\@company{Elsevier Ltd}
@@ -180,7 +180,8 @@
\def\tnotemark[#1]{}
\else
\def\tnotemark[#1]{\@for\mytmark:=#1\do{%
- \expandafter\ifcase\csname X@\mytmark\endcsname\or$^{\star}$\or
+% \expandafter\ifcase\csname X@\mytmark\endcsname\or$^{\star}$\or
+ \expandafter\ifcase\elsRef{\mytmark}\or$^{\star}$\or
$^{,\star\star}$\fi
}%
}
diff --git a/Master/texmf-dist/source/latex/elsarticle/elsarticle.ins b/Master/texmf-dist/source/latex/elsarticle/elsarticle.ins
index cf5c0968b02..a70fae6161e 100644
--- a/Master/texmf-dist/source/latex/elsarticle/elsarticle.ins
+++ b/Master/texmf-dist/source/latex/elsarticle/elsarticle.ins
@@ -3,7 +3,7 @@
%% driver files from the doc files in this package when run through
%% LaTeX or TeX.
%%
-%% Copyright 2007-2018 Elsevier Ltd
+%% Copyright 2007-2019 Elsevier Ltd
%%
%% This file is part of the 'Elsarticle Bundle'.
%% ---------------------------------------------
@@ -18,7 +18,7 @@
%% The list of all files belonging to the 'Elsarticle Bundle' is
%% given in the file 'manifest.txt'.
%%
-%% $Id: elsarticle.ins 121 2018-06-29 05:04:03Z rishi $
+%% $Id: elsarticle.ins 164 2019-01-14 09:57:55Z rishi $
%%
%%
\input docstrip.tex
@@ -26,7 +26,7 @@
\preamble
-Copyright 2007-2018 Elsevier Ltd
+Copyright 2007-2019 Elsevier Ltd
This file is part of the 'Elsarticle Bundle'.
-------------------------------------------
diff --git a/Master/texmf-dist/tex/latex/elsarticle/elsarticle.cls b/Master/texmf-dist/tex/latex/elsarticle/elsarticle.cls
index d12383204d3..d8ee17a5bd4 100644
--- a/Master/texmf-dist/tex/latex/elsarticle/elsarticle.cls
+++ b/Master/texmf-dist/tex/latex/elsarticle/elsarticle.cls
@@ -6,7 +6,7 @@
%%
%% elsarticle.dtx (with options: `class')
%%
-%% Copyright 2007-2018 Elsevier Ltd
+%% Copyright 2007-2019 Elsevier Ltd
%%
%% This file is part of the 'Elsarticle Bundle'.
%% -------------------------------------------
@@ -25,8 +25,8 @@
%%
%%
\def\RCSfile{elsarticle}%
- \def\RCSversion{3.0}%
- \def\RCSdate{2018/06/08}%
+ \def\RCSversion{3.1}%
+ \def\RCSdate{2019/01/14}%
\def\@shortjnl{\relax}
\def\@journal{Elsevier Ltd}
\def\@company{Elsevier Ltd}
@@ -123,7 +123,7 @@
\def\tnotemark[#1]{}
\else
\def\tnotemark[#1]{\@for\mytmark:=#1\do{%
- \expandafter\ifcase\csname X@\mytmark\endcsname\or$^{\star}$\or
+ \expandafter\ifcase\elsRef{\mytmark}\or$^{\star}$\or
$^{,\star\star}$\fi
}%
}