当我在参考书目中引用出版物时,我希望获取数字(例如 [5])作为文档中的键。这是我用来打印数据库中所有参考文献的代码:
\documentclass[11pt,a4paper]{article}
\begin{document}
\nocite{*}
\bibliographystyle{plain}
\bibliography{C:/work/papers/database} % References file
\end{document}
这会产生所有作者的姓名作为键。
我正在使用 WinEdt,如果有任何安慰的话。
答案1
由于您使用以下内容,因此获得这些名称似乎很奇怪:
\bibliographystyle{plain}
Apa 参考文献和 mla 是作者姓名或姓氏,普通应该使用数字
请将 bibliographystyle 更改为 ieeetr
\bibliographystyle{ieeetr}
IEEE 在使用 \cite{} 时也会要求输入数字