1

本文介绍了在TexStudio中添加BibTex参考文献的方法。首先要在源文件夹准备plain.bst和ref.bib文件,若没有则需下载或创建;接着下载参考文献的BibTex引用并粘贴到ref.bib;然后修改.tex源文件,编译;再添加参考文献,用BibTeX编译器编译;最后重新编译.tex文件查看结果。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

TexStudio添加BibTex参考文献

This article will guide you adding BibTex reference in your Texstudio within 5 minutes.

First, prepare two files in your source folder (where the .tex file located): plain.bst and ref.bib.

The first bst file describes the format of your reference and the second bib file is the place where you put your reference information in it. If you don't have the bst file, download it from this website: bsb file URL (it seems you can only open the plain.bsb file but can not download it. Then, you can create an empty plain.bsb under the source folder and copy the content into it ). You can choose a different format for your reference, but in this tutorial, we use the plain type as the illustration example. If there is no bib file, you also need to create it (Just click right mouse to create a document and name it ref.bib). 

Second, download the BibTex citation for your reference paper, it looks like:


 
  1. @inproceedings{stilman2007task,
  2. title={Task constrained motion planning in robot joint space},
  3. author={Stilman, Mike},
  4. booktitle={2007 IEEE/RSJ International Conference on Intelligent Robots and Systems},
  5. pages={3074--3081},
  6. year={2007},
  7. organization={IEEE}
  8. }

Pasting this citation in the ref.bib file. Here, the 'stilman2007task' is the citation name, you will use it in your .tex file.

Third, revise your .tex source file.  Add these two lines before \end{document}:


 
  1. \bibliographystyle{plain}
  2. \bibliography{ref}

If you change the name of the bsb and bib file, you need to change these 'plain' and 'ref' accordingly. Press F6 to compile your source file (.tex).

Fourth, add your reference paper in your source file. Locating the mouse to the place you want to add a literature, then insert:

\cite{stilman2007task}
 

Using BibTeX compiler to compile the BibTeX file (press F8),then you can get the related bbl file.

Last step, recompile the .tex file, this step can help you see the reference in the pdf file and the related reference list at the end of the file.

 

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值