LaTex编辑器⽣成参考⽂献的⽅法
LaTex编辑器⽣成参考⽂献的⽅法文明礼貌用语
本⽂在Texlive+TexMaker编辑器环境下完成
所有完成参考⽂献统⼀录⼊的⽅法都依赖于参考⽂献数据库.bib⽂件
bib⽂件创建⽅法:将所使⽤的参考⽂献在⾕歌学术中搜索,并复制其BibTex到ref.bib⽂件中
1.使⽤“\bibliographystyle”
\bibliographystyle{IEEEtran}
\bibliography{ref}英雄联盟皮肤特效
使⽤如上两⾏,完成参考⽂献格式定义(IEEEtran)以及所应⽤的参考⽂献数据库(ref.bib)
\cite{henrikstewenius2005solutions}
在正⽂中使⽤cite+BIbTex中⾸⾏内容。编辑器可以⾃动完成在正⽂中的参考⽂献引⽤标注以及参考⽂献的⽣成
2.使⽤bibitem
这种⽅式是可以在不创建.bib⽂件的情况下就可以完成参考⽂献的(是否可以完成参考⽂献标注不清楚)
格式如下
\begin{thebibliography}{}
\bibitem{henrikstewenius2005solutions}
M.~HenrikStew{‘e}nius, K.~Astr{"o}m, and D.~Nist{‘e}r, ``Solutions to火车硬卧
minimal generalized relative pose problems,’’ 2005.
\end{thebibliography}
⼀般来说,⼿写完成bibitem在引⽤⽂献较多时不可⾏,故解决⽅法为:
先使⽤⽅法1⽣成**.bll**⽂件,随后⽤编辑器打开此⽂件,并将其中⾃动⽣成的bibitem字段复制到主⽂件.tex中去。⽣成.bll⽂件的⽅法如下所⽰
3.由.tex⽣成pdf的步骤
第⼀步是在选项⾥,将当前的.tex⽂件设置成主⽂件(⾮常重要,否则影响后续步骤的完成);
随后,⽤Latex选项,完成对.tex⽂件的编译;
新冠疫苗接种禁忌症和注意事项接着,⽤BibTex选项,完成对.bib⽂件的编译;
回到.tex⽂件,⽤Latex选项完成.tex⽂件的编译;
最后,使⽤快速构建⽣成pdf预览
⽂件样例如下:
婆媳电视剧.tex
\documentclass{article}
\usepackage{cite}
\begin{document}
Hello world!
This is journal into sun!
\cite{henrikstewenius2005solutions}
\bibliographystyle{IEEEtran}
\bibliography{ref}
\begin{thebibliography}{}
\bibitem{henrikstewenius2005solutions}
M.~HenrikStew{‘e}nius, K.~Astr{"o}m, and D.~Nist{‘e}r, ``Solutions to
minimal generalized relative pose problems,’’ 2005.
\end{thebibliography}
\end{document}
.
bib
@inproceedings{pless2003using,
title={Using many cameras as one},
author={Pless, Robert},
萝卜汤的做法booktitle={2003 IEEE Computer Society Conference on Computer Vision and Pattern Recognition, 2003.
Proceedings.},
volume={2},
pages={II–587},
year={2003},
organization={IEEE}
}
@inproceedings{hee2013motion,
title={Motion estimation for self-driving cars with a generalized camera},
author={Hee Lee, Gim and Faundorfer, Friedrich and Pollefeys, Marc},
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
pages={2746–2753},
year={2013}
}
@article{tribou2015multi,
title={Multi-camera parallel tracking and mapping with non-overlapping fields of view},
author={Tribou, Michael J and Harmat, Adam and Wang, David WL and Sharf, Inna and Waslander, Steven L}, journal={The International Journal of Robotics Research},
volume={34},
number={12},
pages={1480–1500},
year={2015},
publisher={SAGE Publications Sage UK: London, England}
}
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论