码迷,mamicode.com
首页 > 编程语言 > 详细

springer模板中的参考文献引用次序问题

时间:2017-06-27 18:46:08      阅读:1432      评论:0      收藏:0      [点我收藏+]

标签:and   upper   lin   排序   search   tin   strong   with   com   

今天发现springer引用文献默认是按照作者首字母排序,即使在导言区使用\usepackage[numbers]{natbib},那么你文中的参考文献序号顺序不是按行文顺序来的。

 

解决办法:

 

  • Find the file spbasic.bst on your computer. Create a copy of this file and call the copy, say, spbasic_unsort.bst.

  • Open the file spbasic_unsort.bst in a text editor.

  • Find the two lines that start with SORT (note: uppercase is important), and comment out -- or simply delete -- both of these lines.

  • Save the file spbasic_unsort.bst either in the directory that contains your main tex file or in a directory that‘s searched by your tex distribution. If you choose the latter method, be sure to also update the filename database of your TeX distribution.

  • In your main tex file, change the instruction \bibliographystyle{spbasic} to \bibliographystyle{spbasic_unsort}. Then, rerun LaTeX, BibTeX, and LaTeX twice more to fully propagate all changes.

  notion:

  One of the instructions said, "Find the two lines that start with SORT ...". Please look for lines 1572 and 1625

       If removing lines starting with SORT does not work, that‘s probably because you did not remove temporary files created by LaTeX

springer模板中的参考文献引用次序问题

标签:and   upper   lin   排序   search   tin   strong   with   com   

原文地址:http://www.cnblogs.com/qixianyu/p/7086259.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!