私のラテックスファイルの基本構造は次のとおりです:-
\documentclass{article}
\usepackage{cite}
\begin{document}
% all the content goes here
\bibliographystyle{plain}
\bibliography{biblio.bib}
\end{document}
biblio.bib は参考文献が保存されているファイルです。biblio.bib ファイルの内容は次のとおりです。
@inproceedings{sase,
title={High-performance complex event processing over streams},
author={Wu, Eugene and Diao, Yanlei and Rizvi, Shariq},
booktitle={Proceedings of the 2006 ACM SIGMOD international conference on Management of data},
pages={407--418},
year={2006},
organization={ACM}
}
@inproceedings{wu2006,
title={High-performance complex event processing over streams},
author={Wu, Eugene and Diao, Yanlei and Rizvi, Shariq},
booktitle={Proceedings of the 2006 ACM SIGMOD international conference on Management of data},
pages={407--418},
year={2006},
organization={ACM}
}
@inproceedings{ishi1995,
title={A synchronization mechanism for continuous media in multimedia communications},
author={Ishibashi, Yutaka and Tasaka, Shuji},
booktitle={INFOCOM'95. Fourteenth Annual Joint Conference of the IEEE Computer and Communications Societies. Bringing Information to People. Proceedings. IEEE},
pages={1010--1019},
year={1995},
organization={IEEE}
}
ただし、参照出力は最初の引用のみが表示され、他の2つは表示されていません。引用が追加された後、ビルドプロセスはこの順序で実行する必要があることをアドバイスするビデオを見たことがあります1.BibTeXを使用して1回ビルドする2. PdfLatex を 2 回使用してビルドします。
この手順に従いましたが、結果が表示されません。助けてください。さらに情報が必要な場合は、お知らせください。