我在 bibtex 编译后尝试编译 latex 2 次。我的参考资料在 bib 文件中,我正在使用 jabref。
\documentclass[conference]{IEEEtran}
\IEEEoverridecommandlockouts
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{algorithmic}
\usepackage{graphicx}
\usepackage{textcomp}
\usepackage[backend = bibtex, sorting=none]{biblatex}
\usepackage{xcolor}
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
\addbibresource{facial expression recognition.bib}
\begin{document}
\title{}
\cite{Ekman1971}
\maketitle
%\begin{abstract}
%This document is a model and instructions for \LaTeX.
%This and the IEEEtran.cls file define the components of your paper [title, text, heads, etc.]. *CRITICAL: Do Not Use Symbols, Special Characters, Footnotes,
%or Math in Paper Title or Abstract.
%\end{abstract}
%\begin{IEEEkeywords}
%component, formatting, style, styling, insert
%\end{IEEEkeywords}
\section{Introduction}
\printbibliography
\end{document}
答案1
我收到警告,因为我的其他文件中有空格。我删除了空格,现在一切正常。