citeproc-ruby:引用样式语言(CSL)引用处理器

时间:2021-05-17 01:51:11
【文件属性】:
文件名称:citeproc-ruby:引用样式语言(CSL)引用处理器
文件大小:94KB
文件格式:ZIP
更新时间:2021-05-17 01:51:11
Ruby CiteProc-Ruby CiteProc-Ruby是用纯Ruby编写的(CSL)1.0.1引用处理器。 这个Ruby宝石仅包含处理器的渲染引擎。 有关整个cite处理器的更多文档,请参阅 gem的文档。 快速开始 安装CiteProc-Ruby和所有正式的CSL样式(可选)。 $ [sudo] gem install citeproc-ruby $ [sudo] gem install csl-styles 开始使用任何CSL样式呈现您的引用! require 'citeproc' require 'csl/styles' # Create a new processor with the desired style, # format, and locale. cp = CiteProc::Processor.new style: 'apa', format: 'text'
【文件预览】:
citeproc-ruby-master
----.gitignore(99B)
----README.md(6KB)
----.codeclimate.yml(209B)
----.rubocop.yml(37KB)
----citeproc-ruby.gemspec(1KB)
----Gemfile(663B)
----.document(30B)
----AGPL(34KB)
----.yardopts(23B)
----.rspec(52B)
----.simplecov(69B)
----.coveralls.yml(24B)
----features()
--------support()
--------step_definitions()
--------bibliography.feature(1KB)
--------style_immanent_locale_terms.feature(2KB)
--------names.feature(7KB)
--------sort.feature(1KB)
--------renderer.feature(3KB)
--------name_options.feature(1KB)
--------locale_overrides.feature(774B)
----spec()
--------fixtures()
--------citeproc()
--------spec_helper.rb(1KB)
----cucumber.yml(54B)
----BSDL(2KB)
----.travis.yml(616B)
----lib()
--------citeproc()
----Rakefile(1KB)

网友评论