我正在尝试将 IEEE 版权纳入我的论文中。我查看了这里让它工作,但没有成功。然后我尝试使用 IEEE latex 模板,但情况相同。这是我现在拥有的。
\documentclass[conference]{IEEEtran}
\usepackage{amsmath}
\usepackage{amssymb}
\ifCLASSINFOpdf
\usepackage[pdftex]{graphicx}
\usepackage{epstopdf}
%}
% declare the path(s) where your graphic files are
% \graphicspath{{../pdf/}{../jpeg/}}
% and their extensions so you won't have to specify these with
% every instance of \includegraphics
% \DeclareGraphicsExtensions{.pdf,.jpeg,.png}
\else
% or other class option (dvipsone, dvipdf, if not using dvips). graphicx
% will default to the driver specified in the system graphics.cfg if no
% driver is specified.
% \usepackage[dvips]{graphicx}
% declare the path(s) where your graphic files are
\graphicspath{{C:\Program Files\MiKTeX 2.9\tex\latex\IEEEtran\IEEEtran\}}
% and their extensions so you won't have to specify these with
% every instance of \includegraphics
% \DeclareGraphicsExtensions{.eps}
\fi
% correct bad hyphenation here
\hyphenation{op-tical net-works semi-conduc-tor}
\begin{document}
\title{How Fast U R??}
% author names and affiliations
% use a multiple column layout for up to three different
% affiliations
\author{\IEEEauthorblockN{Hodge }
\IEEEauthorblockA{Department of Computer Science \\
Mangalore-574199\\
}
\and
\IEEEauthorblockN{Aga}
\IEEEauthorblockA{Department of Computer Science University\\
Mangalore-574199 \\
}}
\IEEEpubid{978-1-4673-9563-2/15/$31.00 ©2015 IEEE}
% make the title area
\maketitle
% abstract goes here
\begin{abstract}
Gene expression data suffer from the curse
\end{abstract}
\begin{IEEEkeywords}
Feature Selection
\end{IEEEkeywords}
\section{Introduction}
% no \IEEEPARstart
Put your introduction here
\section{Related Works}
This section includes a brief description of the work related to feature selection methods.
\section{Methodology}
We propose to study the applications of .........
\section{Performance Evaluation}
I will check how fast your are!!.
\section{Conclusion}
Cong!!. Your are reasonably fast.
% references section
\begin{thebibliography}{20}
\bibitem{10} P. Meesad and K. Hengpraprohm, \emph{Combination of KNN-based feature selection and KNN-based missing-value imputation of microarray data}, 3rd Int. Conf. Innov. Comput. Inf. Control. ICICIC’08, no. 1, pp. 3–6, 2008.
\end{thebibliography}
\end{document}
答案1
直接使用答案这个问题,我建议您将以下内容添加到您的序言中(即之前\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
将其与上面的精确代码一起编译应该可以得到您想要的结果。
答案2
发布对我有用的行。在之前添加以下行/begin{document}
\IEEEoverridecommandlockouts
\IEEEpubid{\makebox[\columnwidth]{978-1-4673-9563-2/15/\$31.00~
\copyright~2015 IEEE \hfill} \hspace{\columnsep}\makebox[\columnwidth]{}}
同时删除了此行。
\IEEEpubid{978-1-4673-9563-2/15/$31.00 ©2015 IEEE}