我是 Latex 的新手,在引用 apacite 书目样式时遇到了麻烦。它就是不起作用,我不知道为什么...
\usepackage{euscript}
\usepackage{algorithm2e,algorithmic}
\usepackage{bbold}
\usepackage{paralist}
\usepackage{hyperref}
\usepackage{booktabs}
\usepackage{rotating}
\usepackage{lineno}
\usepackage{graphicx} % Including figure files
\usepackage{amsmath} % Advanced maths commands
\usepackage{amssymb} % Extra maths symbols
\usepackage[T1]{fontenc}
\usepackage{physics}
\usepackage{newtxtext,newtxmath}
\usepackage{caption}
\usepackage{graphicx}
\graphicspath{ {./images/} }
\usepackage{float}
\usepackage{apacite}]]
\bibliographystyle{apacite}
\bibliography{bib2}
\end{document}
有人能解释一下为什么它不起作用吗?当我编译它时,每个 \cite 命令都会出错,非常感谢