如果修改了模板,请提供原始模板的下载链接,和你做的具体修改,否则会大大增加别人的代码阅读量。
从这个链接下载的文件目录结构 V.S. 你的压缩包的目录结构对比如下:
左图这几个目录是什么,令人费解。
在你的elsarticle.cls/elsarticle.cls
的这个文件是哪里来的,是根目录下的elsarticle.dtx
释放出来的吗?看上去版本是不一样的,同样令人费解。
- 你原有路径中的
elsarticle.cls/elsarticle.cls
的版本为2009/09/17
发布的1.20b
- 你根目录中的
elsarticle.dtx
对应的版本为2020/11/20
的v3.3
对于2009年和2020年的版本,在ubuntu下的TL2025编译均一切正常:
\documentclass[preprint,5p,times,twocolumn]{elsarticle}
\journal{Nuclear Physics B}
\begin{document}
\title{Leveraging social media news to predict stock index movement using RNN-boost}
%% main text
\section{Introduction}
Normal Case: I can eat the glass and it doesn't hurt me.
\texttt{textbf} Case: \textbf{I can eat the glass and it doesn't hurt me.}
\texttt{bfseries} Case: {\bfseries I can eat the glass and it doesn't hurt me.}
\end{document}
\endinput
问 \textbf{} 加粗无效的问题