美文网首页
给IEEE latex模板添加版权信息

给IEEE latex模板添加版权信息

作者: 兮嘉 | 来源:发表于2017-08-31 17:22 被阅读71次

1 版权信息在第一页左栏
/begin{document}之前添加

\IEEEoverridecommandlockouts
\IEEEpubid{\makebox[\columnwidth]{978-1-4673-9563-2/15/\$31.00~
\copyright~2015 IEEE \hfill} \hspace{\columnsep}\makebox[\columnwidth]{}} 

2 版权信息在第一页居中
/begin{document}之前添加

\makeatletter
\def\ps@IEEEtitlepagestyle{%
  \def\@oddfoot{\mycopyrightnotice}%
  \def\@evenfoot{}%
}
\def\mycopyrightnotice{%
  {\hfill \footnotesize 978-1-4673-9563-2/15/\$31.00 \copyright 2015 IEEE\hfill}
}
\makeatother

相关文章

网友评论

      本文标题:给IEEE latex模板添加版权信息

      本文链接:https://www.haomeiwen.com/subject/owzqjxtx.html