答案1
cite
使用时不要加载该包abntex2cite
。
将下面示例的输出与cite
注释掉和取消注释的行进行比较。
\documentclass{abntex2}
\usepackage[alf,bibjustif]{abntex2cite}
%\usepackage{cite} % don't use this
\begin{filecontents*}{\jobname.bib}
@book{appleby,
author = {Humphrey Appleby},
title = {On the Importance of the Civil Service},
year = {1980},
}
\end{filecontents*}
\begin{document}
Citing \cite{appleby}
\bibliography{\jobname}
\end{document}
请注意,您不需要\bibliographystyle
明确设置,abntex2cite
它可以自动为您完成。
如果你真的想在引用部分加上方括号,你可能需要
\citebrackets{[}{]}