diff options
Diffstat (limited to 'macros/latex/contrib/elsarticle/elsarticle.dtx')
-rw-r--r-- | macros/latex/contrib/elsarticle/elsarticle.dtx | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/macros/latex/contrib/elsarticle/elsarticle.dtx b/macros/latex/contrib/elsarticle/elsarticle.dtx index 1089a0bd3a..dcd4d0bf16 100644 --- a/macros/latex/contrib/elsarticle/elsarticle.dtx +++ b/macros/latex/contrib/elsarticle/elsarticle.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% Copyright (C) 2007-2024 by Elsevier Ltd +% Copyright (C) 2007-2025 by Elsevier Ltd % ----------------------------------------------- % % This file may be distributed and/or modified under the @@ -16,7 +16,7 @@ % \fi % \CheckSum{3279} % -% $Id: elsarticle.dtx 264 2024-12-03 05:29:05Z rishi $ +% $Id: elsarticle.dtx 270 2025-01-09 17:29:44Z rishi $ % $URL: https://lenova.river-valley.com/svn/elsarticle/trunk/elsarticle.dtx $ % \iffalse %<*driver> @@ -68,6 +68,9 @@ % instruction received on 22 Oct 2024 from Arun Shanmugam (ELS) with the subject line, % FW: Preprint sentence in EM submissions} % +% \changes{v3.4b}{2025/01/09}{\string\global\string\bibsep=0pt commented out for all +% models since it produced error for all \string\jtype options.} +% % \GetFileInfo{elsarticle.dtx} % % \DoNotIndex{\newcommand,\newenvironment} @@ -88,8 +91,8 @@ %% %% \def\RCSfile{elsarticle}% - \def\RCSversion{3.4a}% - \def\RCSdate{2024/12/02}% + \def\RCSversion{3.4b}% + \def\RCSdate{2025/01/09}% \def\@shortjnl{\relax} \def\@journal{Elsevier Ltd} \def\@company{Elsevier Ltd} @@ -1365,7 +1368,7 @@ footnotesep=24pt plus 2pt minus 12pt, } \global\let\bibfont=\footnotesize - \global\bibsep=0pt +% \global\bibsep=0pt \if@twocolumn\global\@twocolumnfalse\fi % % \end{macrocode} @@ -1388,7 +1391,7 @@ columnsep=2pc } \global\let\bibfont=\footnotesize - \global\bibsep=0pt +% \global\bibsep=0pt \if@twocolumn\input{fleqn.clo}\fi % \end{macrocode} % @@ -1410,7 +1413,7 @@ columnsep=18pt }% \global\let\bibfont=\footnotesize - \global\bibsep=0pt +% \global\bibsep=0pt \input{fleqn.clo} \global\@twocolumntrue %% |