在 main.aux 中未找到 \bibdata 和 \bibstyle

在 main.aux 中未找到 \bibdata 和 \bibstyle

我无法编译我的参考书目文件。我该如何解决这个问题?

The top-level auxiliary file: main.aux
I found no \citation commands---while reading file main.aux
I found no \bibdata command---while reading file main.aux
I found no \bibstyle command-

我的操作系统是 Ubuntu 14.04。这是我第一次尝试在 Ubuntu 上使用 texmaker。我在 Windows 7 上没有遇到这个问题。此模板取自其他地方。

    %\documentclass{acm_proc_article-sp}
%\documentclass{sig-alternate}

\documentclass{IEEEtran}


%\usepackage[nocompress]{cite}

\usepackage{biblatex}
\addbibresource{main.bib}


\usepackage{listings}
\usepackage{lscape}
\hyphenation{de-pen-dent}

\newtheorem{definition}{Definition}


% WORKS
%\DeclareFontShape{OT1}{cmtt}{bx}{n}{<5><6><7><8><9><10><10.95><12><14.4><17.28><20.74><24.88>cmttb10}{}

\renewcommand{\ttdefault}{lmtt}

\makeatletter  
\renewcommand{\verbatim@font}{
  \small\ttfamily\bfseries\catcode`\<=\active\catcode`\>=\active
}
\makeatother  


\begin{document}

\title{title here}


\IEEEcompsoctitleabstractindextext{

\begin{abstract}
ABSTRACT HERE
\end{abstract}

\begin{keywords}
[TODO]
\end{keywords}}

\maketitle

\IEEEdisplaynotcompsoctitleabstractindextext

\IEEEpeerreviewmaketitle

%\input{intro}
%\input{background}
%\input{methodology}
%\input{experiments}
%\input{threats}
%\input{related}
%\input{conclusion}


%\section{Acknowledgments} 

\small
%\bibliographystyle{plainnat}


\nocite{*}
\printbibliography

\normalsize

\appendices
%\input{appendices}

\end{document}

你可能认为有很多重复的内容,但相信我,我在 google 和 stackowerflow 上搜索了几个小时。毫无效果。

相关内容