什么是 .spl 文件?

什么是 .spl 文件?

spl使用类时创建的文件(原因)是什么elsarticle?它的大小为零。

在此处输入图片描述

答案1

从当前elsarticle.cls版本 3.3 发布日期 2020-11-20 (带有行号以供参考)

   1210 \@ifundefined{@biboptions}{\xdef\@biboptions{numbers}}{}
   1211 \InputIfFileExists{\jobname.spl}{}{}
   1212 \ifnonatbib\relax\else
   1213   \RequirePackage[\@biboptions]{natbib}
   1214 \fi
   1215 \newwrite\splwrite
   1216 \immediate\openout\splwrite=\jobname.spl
   1217 \def\biboptions#1{\def\next{#1}\immediate\write\splwrite{%
   1218    \string\g@addto@macro\string\@biboptions{%
   1219     ,\expandafter\strip@prefix\meaning\next}}}

\jobname.spl文件已写入,其中包含 的选项natbib,将在下次运行时输入。

相关内容