LaTeX参考文献格式apsrev4-1,增加文献标题:APS的LaTeX参考文献格式apsrev4-1是隐藏标题的,如果想要出现标题,需要更改apsrev4-1.bst文件内容.

将article函数类型的内容替换为:

FUNCTION {article}
{ output.bibitem
  format.authors
  booktitle empty$ {
      "author" output.check
    }{ output } if$
  author format.key output
  new.block.comma
  format.atitle
  "title" output.check
  crossref missing$
    {
      link.open
      journal
      "journal" bibinfo.warn
      "journal" 'bibfield :=
      output
      add.blank
      format.ser.vol.num
      output
      eid.or.pages
      format.date.output.check
      pages empty$ {
      doi output
      } 'skip$ if$
      link.shut
    }{
      format.article.crossref output.nonnull
      format.pages output
    }
  if$
  format.issn.output
  new.block.comma
  new.sentence.comma
  format.note output
  format.eprint output
  format.translation output
  fin.entry
}

以上代码只将原apsrev4-1.bst文件第9-10行内容article.title.produce / output.article.booktitle替换为format.atitle / "title" output.check,其中format.atitle函数是新定义的函数,需要将以下函数FUNCTION {format.atitle}加在文件代码中,可放在FUNCTION {format.title}附近,

FUNCTION {format.atitle}
{
  booktitle duplicate$ empty$ { pop$
      title
  } 'skip$ if$
  "title" bibinfo.check
  duplicate$ empty$ 'skip$
    {
      select.language
    }
  if$
}


原文链接:https://blog.csdn.net/loading1234567/article/details/107428383

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值