当我用电脑运行代码时,它只给我一个页面,上面写着“敏捷的棕色狐狸跳过了懒狗。”尽管我在与脚本相同的文件夹中有一个名为“Bibliography.bib”的文件(我检查了字母的大小写)。我没有收到任何问号,也没有收到任何错误消息,它只是生成一个包含句子的 PDF,没有其他内容。有人知道我应该如何打印参考书目吗?谢谢。
这是我的脚本:
\documentclass[twoside,10pt]{article}
\usepackage[a4paper, left=1in, top=1in, bottom=1in, right=.5in]{geometry} %Defines margins
\begin{document}
The quick brown fox jumps over the lazy dog.
\bibliographystyle{ieeetran}
\renewcommand\refname{Bibliography.}
\bibliography{Bibliography}
\end{document}
这是我的书目文件:
@book{harrington2003introduction,
title={Introduction to Electromagnetic Engineering},
author={Harrington, R.F.},
isbn={9780486432410},
lccn={2003055389},
series={Dover Books on Electrical Engineering Series},
year={2003},
publisher={Dover Publications}
}
@book{boylestad1987introductory,
title={Introductory Circuit Analysis},
author={Boylestad, Robert L},
year={1987},
publisher={Merrill Publishing Company}
}
@book{consoliver1920automotive,
title={Automotive Ignition Systems},
author={Consoliver, L. and Mitchell, G.I. and University of Wisconsin. University Extension Division},
lccn={20022307},
series={Engineering education series},
year={1920},
publisher={McGraw-Hill}
}