我正在使用 overleaf,我想从我的参考书目列表中排除 bibliography.bib 中存在的特定参考文献。我以这种方式引用了采访参考文献,但我不想让它们出现在我的参考书目中。例如:
@misc{Interview1,
author={Participant1},
year={2024},
howpublished={personal communication},
}
\usepackage{apacite}
\bibliographystyle{apacite}
\bibliography{bibliography.bib}
我正在使用\usepackage{apacite}
apa 引用包。我尝试使用 biblatex 排除这些采访,这种方法有效,但这并没有显示我所有的参考文献,而且我的引文中缺少括号。有人知道如何在使用 apacite 包时从我的参考书目中排除某些参考文献吗?