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をビルドすると、出力は「こんにちは?」になります。(texmakerでエラー/警告はありません)。それから私はそれが示す「pdflatexテスト」を実行しました
Package natbib Warning: Citation `greenwade93' on page 1 undefined on input lin
e 8.
そして「bibtextest」は
I couldn't open style file plainat.bst
miktexパッケージマネージャーをチェックインしました。natbibパッケージがインストールされています。3つのntabibbstファイルはすべてC:\Program Files (x86)\MiKTeX 2.8\bibtex\bst\natbib
フォルダーにあります。