0.0.3 • Published 8 years ago

gitbook-plugin-bibtex v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Bibtex Citations Gitbook Plugin

This plugins requires gitbook >=2.0.0.

Install

Add this to your book.json, then run gitbook install:

{
    "plugins": [
        "bibtex"
    ],
    "pluginsConfig": {
      "bibtex": {
        "bibliography": "bibliography.bib"
      }
    }
}

Usage

The plugin expects a literature.bib file in your books root folder. You can use the bibtex keys defined within the file to reference the literature.

{{ "some-key" | cite }}

You can also add a table of references in last file through:

{% references %} {% endreferences %}

Only used literature is included in the table of references. They are ordered by the usage within the text.

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago