给IEEE latex模板添加版权信息
2017-08-31 本文已影响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