首页脚注(IEEE 会议文件)

首页脚注(IEEE 会议文件)

在此处输入图片描述

我之前发过帖子说我正在用 IEEE 模板为会议写文章。我只想在第一页添加一个脚注。请看图片。

\footnote{Software Engineering 2017, Beijing, China\\Doctoral Symposium Paper}

但是这个脚注是在我的第一个网站之前出现的,并且有一个脚注编号。

我希望我没有让事情变得复杂。

谢谢你的努力。

马克西

以下是 MWE:

\documentclass[conference]{IEEEtran}
\ifCLASSINFOpdf
  \else
 \fi

    \ifCLASSOPTIONcompsoc
      \usepackage[caption=false,font=normalsize,labelfont=sf,textfont=sf]    {subfig}
    \else
  \usepackage[caption=false,font=footnotesize]{subfig}
\fi

\hyphenation{op-tical net-works semi-conduc-tor}


\begin{document}
\footnote{Software Engineering 2017, Beijing, China\\Doctoral Symposium Paper}

\title{Bare Demo of IEEEtran.cls for Conferences}



\author{\IEEEauthorblockN{Michael Shell}
\IEEEauthorblockA{School of Electrical and\\Computer Engineering\\
Georgia Institute of Technology\\
Atlanta, Georgia 30332--0250\\
Email: http://www.michaelshell.org/contact.html}
\and
\IEEEauthorblockN{Homer Simpson}
\IEEEauthorblockA{Twentieth Century Fox\\
Springfield, USA\\
Email: [email protected]}
    \and
\IEEEauthorblockN{James Kirk\\ and Montgomery Scott}
\IEEEauthorblockA{Starfleet Academy\\
San Francisco, California 96678-2391\\
Telephone: (800) 555--1212\\
Fax: (888) 555--1212}}

\maketitle


\begin{abstract}
The abstract goes here.
\end{abstract}


\IEEEpeerreviewmaketitle



\section{Introduction}


\hfill mds

\hfill December 27, 2012

\subsection{Subsection Heading Here}
Subsection text here.


\subsubsection{Subsubsection Heading Here}
Subsubsection text here.


\section{Conclusion}
The conclusion goes here.


\section*{Acknowledgment}


The authors would like to thank...


\begin{thebibliography}{1}

\bibitem{IEEEhowto:kopka}
H.~Kopka and P.~W. Daly, \emph{A Guide to \LaTeX}, 3rd~ed.\hskip 1em plus
  0.5em minus 0.4em\relax Harlow, England: Addison-Wesley, 1999.

\end{thebibliography}

\end{document}

答案1

\IEEEpubid{\begin{minipage}{\textwidth}\ \\[12pt]
 978-1-4799-5500-8/14/\$31.00 \copyright 2014 IEEE\\ 
 Conference Name and venue
\end{minipage}} 

\IEEEpubidadjcol
 \begin{abstract}
 lorem ipsum ...
 \end{abstract}
\IEEEpubidadjcol

这对我来说非常有效。

答案2

IEEE 会议论文通常不使用\IEEEpubid,并且此命令在会议模式下被锁定。如果确实需要,例如确认拨款,请\IEEEoverridecommandlockouts\documentclass

然后写下这段代码:

\IEEEpubid{\begin{minipage}{\textwidth}\ \\[12pt]
 978-1-5386-0869-2/17/\$31.00 \copyright 2017 IEEE \\
 4th International Conference on Advances in Electrical Engineering 28-30 September, 2017, Dhaka, Bangladesh
\end{minipage}}

相关内容