首页 > 其他 > 详细

elsarticle模板 去掉Preprint submitted to

时间:2017-11-13 22:38:32      阅读:1662      评论:0      收藏:0      [点我收藏+]

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

修改elsarticle.cls文件。

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

修改elsarticle.cls中如下代码:

\def\ps@pprintTitle{%
     \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\ps@pprintTitle{%
     \let\@oddhead\@empty
     \let\@evenhead\@empty
     \def\@oddfoot{\reset@font\hfil\thepage\hfil}
     \let\@evenfoot\@oddfoot}

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

elsarticle模板 去掉Preprint submitted to

原文:http://www.cnblogs.com/zeroingToOne/p/7828223.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!