Latex elsarticle 作者与单位角标不一致

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Latex elsarticle 作者与单位角标不一致相关的知识,希望对你有一定的参考价值。

为什么按照elsdoc里面的格式作者与单位角标不一致?

参考技术A \frontmatter \mainmatter 能用bookarticlereport都行参考[1]

[1]:

elsarticle模板 去掉Preprint submitted to

参考:http://latex.org/forum/viewtopic.php?t=11123

修改elsarticle.cls文件。

我的CTeX装在c盘中,elsarticle.cls文件路径为:C:\CTEX\MiKTeX\tex\latex\elsarticle

修改elsarticle.cls中如下代码:

\def\[email protected]{%
     \let\@oddhead\@empty
     \let\@evenhead\@empty
     \def\@oddfoot{\footnotesize\itshape
       Preprint submitted to \ifx\@journal\@empty Elsevier
       \else\@journal\fi\hfill\today}%
   \let\@evenfoot\@oddfoot}

改为:

\def\[email protected]{%
     \let\@oddhead\@empty
     \let\@evenhead\@empty
     \def\@oddfoot{\[email protected]\hfil\thepage\hfil}
     \let\@evenfoot\@oddfoot}

即可去掉Preprint submitted to及后面的时间

以上是关于Latex elsarticle 作者与单位角标不一致的主要内容,如果未能解决你的问题,请参考以下文章

elsarticle模板 去掉摘要前后的两条横线

Swift - 设置应用程序图角标

LaTex 作者上标,双单位问题 LaTex 作者单位有两个,怎么实现双上标1,2,求代码

latex里面标题上的角标星号如何显示为五角星?

Latex作者单位的写法—AND 首页脚注

Markdown 添加 Latex 数学公式