diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/elsarticle/elsarticle.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/elsarticle/elsarticle.dtx | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/elsarticle/elsarticle.dtx b/Master/texmf-dist/source/latex/elsarticle/elsarticle.dtx index a0c2b2e60f1..1089a0bd3a8 100644 --- a/Master/texmf-dist/source/latex/elsarticle/elsarticle.dtx +++ b/Master/texmf-dist/source/latex/elsarticle/elsarticle.dtx @@ -16,7 +16,7 @@ % \fi % \CheckSum{3279} % -% $Id: elsarticle.dtx 259 2024-04-06 12:00:41Z rishi $ +% $Id: elsarticle.dtx 264 2024-12-03 05:29:05Z rishi $ % $URL: https://lenova.river-valley.com/svn/elsarticle/trunk/elsarticle.dtx $ % \iffalse %<*driver> @@ -63,6 +63,10 @@ % address tagging.} % % \changes{v3.4}{2022/11/26}{A bug fix. Accented characters produced errors. So loaded fontenc package.} + +% \changes{v3.4a}{2024/12/02}{Removed the preprint submitted line as per the +% instruction received on 22 Oct 2024 from Arun Shanmugam (ELS) with the subject line, +% FW: Preprint sentence in EM submissions} % % \GetFileInfo{elsarticle.dtx} % @@ -84,8 +88,8 @@ %% %% \def\RCSfile{elsarticle}% - \def\RCSversion{3.4}% - \def\RCSdate{2024/04/04}% + \def\RCSversion{3.4a}% + \def\RCSdate{2024/12/02}% \def\@shortjnl{\relax} \def\@journal{Elsevier Ltd} \def\@company{Elsevier Ltd} @@ -1112,10 +1116,14 @@ \else% \ifx\@elsarticlemyfooteralign\@elsarticlemyfooteralignright% {}\hfill\@elsarticlemyfooter% - \else% - Preprint submitted to \ifx\@journal\@empty% - Elsevier% - \else\@journal\fi\hfill\@date\fi% +%% Removed the preprint submitted line as per the instruction +%% received on 22 Oct 2024 from Arun Shanmugam (ELS) with the +%% subject line "FW: Preprint sentence in EM submissions" +% \else% +% Preprint submitted to \ifx\@journal\@empty% +% Elsevier% +% \else\@journal\fi\hfill\@date + \fi% \fi% \fi% \fi% |