在bibtex下引用arXiv的文献格式是什么?

原帖链接:http://www.newsmth.net/nForum/#!article/TeX/283102

发信人: bleach (nevermind), 信区: TeX 
标  题: Re: 请问:在bibtex下引用arXiv的文献格式是什么? 
发信站: 水木社区 (Thu Mar 12 00:22:12 2009), 站内 
  
问题自己解决了,呵呵 
参考 http://arxiv.org/hypertex/bibstyles/ 
自己修改 *.bst 文件 
我现在可以得到 不带指向arXiv的超链接的参考文献条目了,做法是在*.bst文件中: 
  
1)在entry中添加eprint 
  
2)添加函数 
FUNCTION {format.eprint} 
{ eprint empty$ 
     { "" } 
     { eprint } 
   if$ 

  
3)在article函数中添加(其他book等类似) 
FUNCTION {article} 
{ output.bibitem 
   format.authors "author" output.check 
   new.block 
   format.title "title" output.check 
   new.block 
   crossref missing$ 
     { journal emphasize "journal" output.check 
       format.vol.num.pages output 
       format.date "year" output.check 
     } 
     { format.article.crossref output.nonnull 
       format.pages output 
     } 
   if$ 
   format.eprint output    $$ <- This is what added $$  
   new.block 
   note output 
   fin.entry 

  
  
在bib中的条目写为: 
@ARTICLE{ 
   AUTHOR = {}, 
   YEAR   = {}, 
   eprint = {arXiv:\embh{cond-mat}/xxxx.yyyyv1}, 

  
其它的journal ref项可以有也可以没有 
  
  
  
【 在 bleach (nevermind) 的大作中提到: 】 
: 论文,用了natbib和hyperref宏包 
: 最后希望生成的文献格式是 [number]:author(s),arXiv:cond-mat/xxxx.xxx 
: 我现在在bib文件里写的是 
: ................... 
  
-- 
      
          矛盾虚伪贪婪欺骗幻想疑惑简单善变好强无奈孤独脆弱忍让气愤复杂讨厌 
          嫉妒阴险争夺埋怨自私无聊变态冒险好色善良博爱诡辩能说空虚真诚金钱 
          伟大渺小中庸可怜欢乐痛苦战争平安辉煌黯淡得意伤感怀恨报复专横责难 
  
  

※ 来源:·水木社区 newsmth.net·[FROM: 159.226.37.*] 

 

喜欢本文请打赏,一毛两毛也是个意思,么么哒
支F宝账号:[email protected]

 

 

你可能感兴趣的:(在bibtex下引用arXiv的文献格式是什么?)