n******n 发帖数: 120 | 1 从endnote里export出refs.txt文件,然后把后缀名改成bib。
然后在thesis.tex里加入
\bibliographystyle{plain}
\bibliography{refs}
运行bibtex,然后pdflatex,但是bibliography总是显示不出来。
什么问题呢?
谢谢! | b*********n 发帖数: 173 | 2 你的code默认thesis.tex和refs.bib在一个文件夹里.如果把在一个文件夹里,用..到上
一级文件夹,用/到下一级文件夹.
Or, if you have have an entry in the refs.bib like the following,
@article{Gettys90,
author = {Gettys,J. and Karlton,P. and McGregor,S.},
you should cite it in your article like \cite{Gettys90}.
If the following does not help, copy and paste your code here. Easy to help
that way. |
|