\bibliographystyle の問題

\bibliographystyle の問題

奇妙な問題が発生しました。このスクリプトを実行すると、

\documentclass{article}
\usepackage{filecontents}
\begin{filecontents*}{\jobname.bib}
@Book{Batty:2007,
author    = {Michael Batty},
title     = {Cities and Complexity},
publisher = {MIT Press},
year      = 2007}
\end{filecontents*}

\begin{document}
This a citation \cite{Batty:2007}

\bibliographystyle{named}
\bibliography{\jobname}
\end{document} 

私のラップトップでは、完璧に動作します。これを mt PC (同じ OS と同じ TexMaker バージョン、同じ構成) で実行すると、次の問題が発生します。

ここに画像の説明を入力してください

参考文献のスタイルを変更すると (例: apalike)、すべてのコンピューターで動作しますが、必要なのは \bibliographystyle{named} です。ありがとうございます!

関連情報