错误:“我没有找到“X”的数据库条目”

错误:“我没有找到“X”的数据库条目”

我似乎在设置和执行 LaTex 时遇到了新手问题(其他帖子没有帮助)

当我尝试编译时出现错误:在此处输入图片描述

我认为我的代码中所有操作都是正确的:

\documentclass[1pt,english]{article}
\usepackage[T1]{fontenc}
\usepackage{babel}
\usepackage{amsmath,amssymb}
\usepackage[utf8]{inputenc}


\begin{document}
Hello World \cite{de1992methods}. 

\bibliographystyle{plain}
\bibliographystyle{mybib.bib}

\end{document}

同一文件夹中是我的 mybib.bib 文件

@article{de1992methods,
title={Methods to measure properties of slow-scan CCD cameras for electron detection},
author={De Ruijter, WJ and Weiss, JK},
journal={Review of scientific instruments},
volume={63},
number={10},
pages={4314--4321},
year={1992},
publisher={AIP Publishing}
}

对于我做错的事情有什么建议吗?

感谢大家的帮助

相关内容