我正在使用 MacOSX Sierra,并尝试从.bib
使用创建的文件中导入我的参考文献bibdesk
,当我编译该文件时,即使我使用了\cite{}
正确的文章标签,它也不会显示参考书目。
我在 Linux 上运行该.tex
文件.bib
并且它可以正常工作。
\documentclass{article}
\begin{document}
\newpage
\bibliographystyle{apalike}
\bibliography{Tesis.bib}
\end{document}
我的.bib
文件如下所示:
@article{Yang,
Author = {Jaewong Yang and Jure Leskovec},
Date-Added = {2016-10-05 01:09:03 +0000},
Date-Modified = {2016-10-05 01:11:20 +0000},
Journal = {Proceedings MDS},
Title = {Definin and evaluating network communities based on ground-truth}}
@book{Watts,
Date-Added = {2016-10-05 01:08:22 +0000},
Date-Modified = {2016-10-05 01:09:00 +0000},
Publisher = {Princenton University Press},
Title = {Small world},
Year = {1999}}
我没有使用该natbib
软件包。但是当我尝试使用该软件包时,它不起作用。有什么解决办法吗?