在我的目录中,\usepackage[sectionbib]{chapterbib}
每个部分都有:
参考......页码
参考文献......页码
参考......页码
它调用了 3 次(2 次使用粗体,1 次使用普通字体)?有什么帮助或建议吗?:)
这是我的代码。
% preamble
\documentclass[phd,tocprelim]{cornell}
\let\ifpdf\relax
\usepackage[sectionbib]{chapterbib}
\usepackage{graphicx,pstricks}
\usepackage{graphics}
\usepackage{moreverb}
\usepackage{subfigure}
\usepackage{epsfig}
\usepackage{subfigure}
\usepackage{hangcaption}
\usepackage{txfonts}
\usepackage{palatino}
\usepackage[hyphens]{url}
\usepackage{longtable}
\usepackage{epstopdf}
%if you're having problems with overfull boxes, you may need to increase
%the tolerance to 9999
\tolerance=9999
\bibliographystyle{plain}
\renewcommand{\caption}[1]{\singlespacing\hangcaption{#1}\normalspacing}
\renewcommand{\topfraction}{0.85}
\renewcommand{\textfraction}{0.1}
\renewcommand{\floatpagefraction}{0.75}
% document
\begin{document}
\contentspage
\tablelistpage
\figurelistpage
\include{Introduction}
\include{Growth}
\include{Particles}
\include{Conclusions}
\include{FutureWork}
\end{document}
在我主文件中包含的每个文件的末尾.tex
,都有以下代码。
\pagebreak
% will print "REFERENCES" instead of "BIBLIOGRAPHY"
\renewcommand\bibname{{REFERENCES}}
\bibliographystyle{plain}
% adds "REFERENCES" to the table of contents
\addcontentsline{toc}{chapter}{REFERENCES}
\bibliography{IntroRef}
答案1
这对我有用:
移至\renewcommand\bibname{{REFERENCES}}
之前\begin{document}
在每个章节文件的末尾都有这个:
\bibliographystyle{plain}
% adds "REFERENCES" to the table of contents
%\addcontentsline{toc}{chapter}{REFERENCES}
\bibliography{reference file}