1.原料:texstudio软件;bib文件和bst模板放在同一文件夹内


bibfile.bib里是bibtex格式的参考文献

2.在同一文件夹内新建CanKaoWenXianGeShiZhuanHuan.tex文件,

内容如下
\documentclass{article}
\begin{document}
\nocite{*}
\bibliographystyle{SageH} %.bst模板
\bibliography{bibfile} %.bib文件名字
\end{document}
3.编译,在上述文件夹下会生成所需的CanKaoWenXianGeShiZhuanHuan.bbl文件,用“记事本”或者“notepad”打开,里边就是bibitem格式的参考文献

参考:1.https://blog.youkuaiyun.com/zou_albert/article/details/115168644
2.https://blog.youkuaiyun.com/weixin_43818631/article/details/118386837
3.https://www.bilibili.com/video/BV1k64y1C7M3/?spm_id_from=333.999.0.0&vd_source=aad49227eae51a393a2583ba76f7fc7f
Texstudio软件参考文献格式转换
本文分享了使用Texstudio软件进行参考文献格式转换的经验。将bib文件和bst模板置于同一文件夹,新建.tex文件,编译后可生成.bbl文件,打开该文件就能得到bibitem格式的参考文献,还提供了相关参考链接。
2651

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



