我的代码是
\documentclass[oneside,12pt]{Classes/VTU}
\title{TITLE OF THE THESIS}
\author{by \\ \vspace{2mm}NAME OF CANDIDATE \vspace{5mm}}
\collegeordept{Department Name}
\university{College Name}
\renewcommand{\submittedtext}{A Thesis submitted to \\VISVESVARAYA TECHNOLOGICAL UNIVERSITY \\ Belgaum \\for award of degree of }
\degree{Doctor of Philosophy in -------------}
\degreedate{Year / Year}
\hbadness=10000
\hfuzz=50pt
\usepackage{StyleFiles/watermark}
\usepackage{multirow}
\usepackage{ieeetran}
\begin{document}
\renewcommand\baselinestretch{1.2}
\baselineskip=18pt plus1pt
\maketitle
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\begin{romanpages}
\include{Certificate/certificate}
\include{Declaration/declaration}
\include{Acknowledgement/acknowledgement}
\include{Dedication/dedication}
\include{Abstract/abstract}
\printglossary
\tableofcontents
\listoffigures
\listoftables
\end{romanpages}
\include{Introduction/introduction}
\include{Chapter1/chapter1}
\include{Chapter2/chapter2}
\include{Chapter3/chapter3}
\include{Chapter4/chapter4}
\include{Chapter5/chapter5}
\include{Conclusions/conclusions}
\include{Futurework/futurework}
\appendix
\include{Appendix1/appendix1}
\include{Appendix2/appendix2}
\bibliographystyle{plain}
%\bibliographystyle{ieeetr}
\bibliography{References/references}
\addcontentsline{toc}{chapter}{References}
\end{document}
该错误表明无法找到ieeetran.sty
并且无法显示引用。
答案1
答案2
您需要下载 IEEEtran 包。您可以使用 MikTeX 中的包管理器进行下载,该包管理器可能也已安装。