最近在写IEEE的论文,就为了参考文献不愿意下载那么大的LaxTex,发现了一个在线的LaTeX editor https://www.sharelatex.com/ , 发现还挺好用的。
在Google Scholar获得的文献引用格式一般是BibTex的,而IEEE Transactions的模板默认用的是BibItem。目前没有什么自动化的BibTeX转BibItem的工具或网站。
使用方法
- 在Google Scholar搜索到的文献结果,点击下面的“Cite”,然后点击“BibTeX”即可得到类似如下的文献信息
@article{b1, // b1为正文引用时的名字
title={Reading behavior in the digital environment: Changes in reading behavior over the past ten years},
author={Liu, Ziming},
journal={Journal of documentation},
volume={61},
number={6},
pages={700--712},
year={2005},
publisher={Emerald Group Publishing Limited}
}
- 将以上信息添加到侧边栏中的references.bib文件中,文件名随意,与.tex文件在同一目录
- 在IEEE Transactions模板中,默认的引用文献是这样写的
\begin{thebibliography}{00}
\bibitem{b1} G. Eason, B. Noble, and I. N. Sneddon, ``On certain integrals of Lipschitz-Hankel type involving products

本文介绍了如何在写IEEE论文时利用Google Scholar获取BibTeX格式的引用,并在在线LaTeX编辑器ShareLaTeX中进行引用管理。通过将BibTeX文献信息添加到references.bib文件,替换IEEE Transactions模板中的BibItem,实现参考文献的正确显示。需要注意,只有在正文中引用文献,编译后才会显示引用条目。

382

被折叠的 条评论
为什么被折叠?



