从textmate中的bibtex文件自动完成pandoc风格的引用

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了从textmate中的bibtex文件自动完成pandoc风格的引用相关的知识,希望对你有一定的参考价值。

This depends on [bibout](http://snipplr.com/view/19515/bibout/). In TextMate, set $TM_LATEX_BIB to point to your bibtex file, and create a Preference file in your markdown (or pandoc) bundle, containing the first line of the snippet. Create another Preference file containing the second line of the snippet. The first enables autocompletion of citations; the second enables autocompletion of bibliographic entries.
  1. { completionCommand = 'bibout --bib $TM_LATEX_BIB --cite $TM_CURRENT_WORD'; }
  2. { completionCommand = 'bibout --bib $TM_LATEX_BIB --bibliography $TM_CURRENT_WORD'; }

以上是关于从textmate中的bibtex文件自动完成pandoc风格的引用的主要内容,如果未能解决你的问题,请参考以下文章

自动检索谷歌图书 Bibtex 引文匹配 ISBN

从数据库记录生成书目文件(BibTeX、RIS 等)

如何使用 Endnote 和 LaTeX/BibTeX 建立论文的参考文献(转)

如何使用 Endnote 和 LaTeX/BibTeX 建立论文的参考文献(转)

从 Django 中的文本字段填充管理表单

打开Apachehttpd.conf文件使用TextMate从终端