我试图.tex
引用一篇论文,但在编译时我发现它没有生成参考书目。
我尝试编译.tex
下面的文件,但仍然没有结果
PDFLaTeX
BibTeX
PDFLaTeX
PDFLaTeX
警告
LaTeX 警告:第 1 页上的引用“blei2003”在输入行 5 上未定义。
主文本
\documentclass{article}
\begin{document}
Citing \cite{blei2003}
\bibliographystyle{IEEEtran}
\bibliography{ref}
\end{document}
参考文献
@article{blei2003,
author = {Blei, David M. and Ng, Andrew Y. and Jordan, Michael I.},
title = {Latent Dirichlet Allocation},
journal = {J. Mach. Learn. Res.},
issue_date = {3/1/2003},
volume = {3},
month = mar,
year = {2003},
issn = {1532-4435},
pages = {993--1022},
numpages = {30},
url = {http://dl.acm.org/citation.cfm?id=944919.944937},
acmid = {944937},
publisher = {JMLR.org}
}
我正在Kile 2.9.91
使用Ubuntu 18.04