Latex 纳特比纺织厂

Latex 纳特比纺织厂,latex,bibtex,texmaker,Latex,Bibtex,Texmaker,我在texmaker中使用以下测试程序 例如 \documentclass[english]{article} \usepackage[T1]{fontenc} \usepackage[latin9]{inputenc} \usepackage{graphicx} \usepackage{babel} \usepackage{natbib} \begin{document} hello\citet*{greenwade93} \bibliographystyle{plainat} \bibl

我在texmaker中使用以下测试程序

例如

\documentclass[english]{article}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{graphicx}
\usepackage{babel}
\usepackage{natbib}
\begin{document}
  hello\citet*{greenwade93}
\bibliographystyle{plainat}
\bibliography{bibliography}
\end{document}
参考书目中的条目是

@article{greenwade93,
author  = "George D. Greenwade",
title   = "The {C}omprehensive {T}ex {A}rchive {N}etwork ({CTAN})",
year    = "1993",
journal = "TUGBoat",
volume  = "14",
number  = "3",
pages   = "342--351",
year = "2004"
}
当我构建bibtex和pdflatex时,输出只是“hello?”(texmaker中没有错误/警告)。然后我运行了“pdflatex测试”,它显示

然后“bibtex测试”显示


我检查了miktex package manager natbib package是否已安装,所有3个ntabib bst文件都位于
C:\Program files(x86)\miktex 2.8\bibtex\bst\natbib
文件夹中。

.bst
您需要的文件称为
plainnat
。您的缺少一个
n
。尝试:

\bibliographystyle{plainnat}

如果使用\书目样式{plain},是否有效?
I couldn't open style file plainat.bst
\bibliographystyle{plainnat}