Socket
Socket
Sign inDemoInstall

gitbook-plugin-bibtex-citation-michael

Package Overview
Dependencies
2
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gitbook-plugin-bibtex-citation-michael

Bibtex citations for GitBook


Version published
Weekly downloads
3
increased by200%
Maintainers
1
Install size
1.36 MB
Created
Weekly downloads
 

Readme

Source

Bibtex Citations Gitbook Plugin

This plugins requires gitbook >=2.0.0.

Install

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

{
    "plugins": ["bibtex-citation"]
}

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 through:

{% references %} {% endreferences %}

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

Configuration

Limitations

The plugin currently only supports IEEE referencing style. Feel free to submit pull requests to add additional styles.

FAQs

Last updated on 03 May 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc