欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  移动技术

2020-10-09 Latex参考文献自动排序 \begin{thebibliography}

程序员文章站 2022-06-16 10:02:50
如果不用bibtex,而使用\begin{thebibliography},一般需要手动排序。\begin{thebibliography}{100}\bibitem{wwp:15} B. Wu, D. Wang, and E. K. Poh, ``High precision satellite attitude tracking control via iterative learning control,'' {\it J. Guid. Control Dyn.}, vol. 38, no. 3...

如果不用bibtex,而使用\begin{thebibliography},一般需要手动排序。

\begin{thebibliography}{100}
	\bibitem{wwp:15} B. Wu, D. Wang, and E. K. Poh, ``High precision satellite attitude tracking control via iterative learning control,'' {\it J. Guid. Control Dyn.}, vol. 38, no. 3, pp. 528--534, Feb. 2015.
	\bibitem{sp:15} P. Sutyasadi and M. Parnichun, ``Trotting control of a quadruped robot using PID-ILC,'' {\it in 41st Annu. Conf. IEEE Industrial Electronics Society}, Yokohama, 2015, pp. 004400--004405.
\end{thebibliography}

工具:自动排序工具
使用方法:

  1. github下载或者CSDN

  2. 解压后双击打开 LaTeXBibitemStyler.exe
    2020-10-09 Latex参考文献自动排序 \begin{thebibliography}

  3. 新建一个文件biblio.tex,把原来的参考文献部分复制到这里,如下形式

\begin{thebibliography}{100}
	\bibitem{wwp:15} B. Wu, D. Wang, and E. K. Poh, ``High precision satellite attitude tracking control via iterative learning control,'' {\it J. Guid. Control Dyn.}, vol. 38, no. 3, pp. 528--534, Feb. 2015.
	\bibitem{sp:15} P. Sutyasadi and M. Parnichun, ``Trotting control of a quadruped robot using PID-ILC,'' {\it in 41st Annu. Conf. IEEE Industrial Electronics Society}, Yokohama, 2015, pp. 004400--004405.
\end{thebibliography}
  1. 界面操作2020-10-09 Latex参考文献自动排序 \begin{thebibliography}
  2. 生成得文件就是按照引用顺序得,替换原来的参考文献部分就可以

本文地址:https://blog.csdn.net/weixin_44382195/article/details/108979246