bibtexのやり方
refer.bib
@article{1344416,
author = {Xuanhui Wang and Tao Tao and Jian-Tao Sun and Azadeh Shakery and Chengxiang Zhai},
title = {DirichletRank: Solving the zero-one gap problem of PageRank},
journal = {ACM Trans. Inf. Syst.},
volume = {26},
number = {2},
year = {2008},
issn = {1046-8188},
pages = {1--29},
doi = {http://doi.acm.org/10.1145/1344411.1344416},
publisher = {ACM},
address = {New York, NY, USA},
}
このファイルを参照するには
\cite{1344416}
\bibliographystyle{jplain}
\bibliography{refer}
この後、
platex sample.tex
jbibtex sample
platex sample.tex
platex sample.tex
これらを続けて実行する。
最終更新:2008年10月31日 21:14