zoukankan      html  css  js  c++  java
  • JabRef:将bibtex格式的参考文献导入EndNote的转换软件

    我在写小论文的时候,一直用的都是Overleaf在线latex编辑应用:

    https://www.overleaf.com/login

    这个我感觉还是蛮好用的。只需要从期刊或者出版社的官网下载到latex template,导入overleaf,然后编辑就可以了。缺点就是我们学校的校园网好像不太稳定,与overleaf的链接总是会断开。

    然而写大论文的时候,因为学校并没有毕业论文的latex模板,只有word版本的。在插入参考文献的时候我用的是endnote,这就需要将bibtex转换为endnote的版本,然后再通过endnote插入到word中。上网搜到了JabRef这个软件,可以将*.bib转换为endnote.txt,然后导入endnote就可以了。用起来还蛮方便的。下载地址:

    https://www.fosshub.com/JabRef.html

    都说这个安装需要JDK,但是也不知道我是之前装过JDK还是怎样的,反正我直接安装了就能使用。打开之后是这样的:

     点open library,导入*.bib文件,然后再点File-export,选择Endnot(*.txt)就导出了一个对应的文件。

    再把这个文件导入endnote里面,就OK了。注意在endnote中Import Option选择为“EndNote Import”。

     

  • 相关阅读:
    arm-linux-3.4.2移植for2440
    编译内核是出现:arch/arm/mm/tlb-v4wbi.S:64:error: too many positional arguments
    poj3050 Hopscotch
    poj3187 Backward Digit Sums
    poj2718 Smallest Difference
    hihocoder offer收割编程练习赛10 C 区间价值
    poj1862 Stripies
    poj3262 Protecting the Flowers
    poj2229 Sumsets
    poj2385 Apple Catching
  • 原文地址:https://www.cnblogs.com/larissa-0464/p/14166577.html
Copyright © 2011-2022 走看看