BibTeX 参考页面出现在 IEEE 模板的 pdf 开头

BibTeX 参考页面出现在 IEEE 模板的 pdf 开头

使用 IEEE 模板(LaTeX 和 BibTeX)时,参考文献页出现在标题页之前。这是为什么?

LaTeX 文件:

\documentclass[conference]{IEEEtran}

% correct bad hyphenation here
\hyphenation{op-tical net-works semi-conduc-tor}

\begin{document}
%
% paper title
% can use linebreaks \\ within to get better formatting as desired

\bibliographystyle{IEEEtran}
\bibliography{IEEEabrv,bibliography}
\title{Bare Demo of IEEEtran.cls for Conferences}

% author names and affiliations
% use a multiple column layout for up to three different
% affiliations

\maketitle

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

\IEEEpeerreviewmaketitle

\section{Introduction}
% no \IEEEPARstart
This demo file is intended to serve as a ``starter file''
for IEEE conference papers produced under \LaTeX\ using
IEEEtran.cls version 1.7 and later. \cite{dp}
% You must have at least 2 lines in the paragraph with the drop letter
% (should never be an issue)
I wish you the best of success.

\hfill mds

\hfill January 11, 2007

\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...

\end{document}

围兜文件:

@Article{ dp,
  title = {Exact and approximate representations for the sum Dirichlet process},
  author = "Ishwaren, H. and Zarepour, M. ",
  journal = "Can J Stat",
  Volume = 30,
  PAGES = {269–283},
  year = 2002,
}

答案1

\bibliography需要去你真正想要你的参考书目输出的地方(在最后?)

相关内容