asciidoctor-bibliography 0.0.1.dev
asciidoctor-bibliography adds bibliography support for asciidoc documents by introducing two new macros: `cite:[KEY]` and `bibliography::[]`. Citations are parsed and replaced with formatted inline texts, and reference lists are automatically generated and inserted into where `bibliography::[]` is placed. The references are formatted using styles provided by CSL.
Gemfile:
=
install:
=
Development Dependencies (7):
asciidoctor
>= 0
bibtex-ruby
>= 0
bundler
~> 1.14
byebug
>= 0
citeproc-ruby
>= 0
csl-styles
>= 0
latex-decode
>= 0