latex利用bibtex引用网址

作者:哈哈小脸 | 创建时间: 2023-05-02
bibtex是latex文档排版中很好用参考文献自动排版功能,可以对各种类型的文献按照指定的格式生成参考文献。下面介绍bibtex引用网址的书写方法。...
latex利用bibtex引用网址

操作方法

在导言去加入url包,及\usepackage{url}

利用misc文献类型来书写网址参考文献,在bib文件中加入 @misc{TP-toolbox-web, author = {Baranyi, Péter}, title = {TP Toolbox}, howpublished = {\url{http://www.tp-ontrol.hu/index.php/TP_Toolbox}} } 其中author是作者,title是题目,howpublished就是要引用的网址。

点击展开全文

更多推荐