```jekyll-scholar-extras``` provides customized generators and tags for generating a publication bibliography with individual details pages from a [BibTeX](http://www.bibtex.org) file. This resembles other [BibTeX](http://www.bibtex.org) to HTML converters such as [bibtex2web](http://www.cs.washington.edu/homes/mernst/software/#bibtex2web).
These customizations are extensions to [Jekyll](http://jekyllrb.com/) and [Jekyll-Scholar](https://github.com/inukshuk/jekyll-scholar).
Installation
------------
```bash
$ [sudo] gem install jekyll-scholar-extras
```
Usage
-----
To enable ```jekyll-scholar-extras```, add a file in your plugin directory (e.g., to `_plugins/jekyll-scholar-extras.rb`) with the following:
require 'jekyll/scholar/extras'
Features
--------
These extras provide some additional features over the vanilla Jekyll-Scholar. These are described below:
* Disable generation of BibTeX entries marked to not be public.
* Create a PDF download link based on the BibTeX key associated with each entry.
Example
-------
An example setup that uses the customized bibliography and details page generators and tags.