A small utility that uses BibTool to extract the references used in a Pandoc Markdown file.
Project description
extract_bib
A small utility that uses BibTool to extract only the works cited in a Pandoc Markdown file from a BibTeX file.
If your workflow involves writing in Markdown and converting that Markdown to TeX with Pandoc, and you keep a large bibliography in a single BibTeX file, this utility will allow you to extract only the works cited in the Markdown file into a separate BibTeX file for distribution/portability.
It is intended as part of a transparent, plain text academic workflow.
It is based on this ruby Gist.
Installation
pip install extract_bib
Usage
To extract the references in great_paper.md
that you keep in your ~/Documents/references.bib
and place them in great_paper.bib
, run:
extract_bib --bibtex-file ~/Documents/references.bib great_paper.md great_paper.bib
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for extract_bib-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a0ffeda9bcc84d030b8bb972446682637102040d6c3ec460a22f788bb4b1163 |
|
MD5 | 922dc390b8afd91caef76f4d034a283c |
|
BLAKE2b-256 | d71c3709edd68b0dc07cf9881ce7f810ead2feeb45bb179c847c14d63bef5a9d |