Skip to main content

An MkDocs plugin that enables managing citations with BibTex

Project description

testing codecov Language grade: Python

mkdocs-bibtex

A MkDocs plugin for citation management using bibtex.

Setup

Install the plugin using pip:

pip install mkdocs-bibtex

If you're having trouble with pandoc, try installing the conda-forge version of pypandoc: conda install -c conda-forge pypandoc which will install a version with built in pandoc binaries

Next, add the following lines to your mkdocs.yml:

plugins:
  - search
  - bibtex:
      bib_file: "refs.bib"
markdown_extensions:
  - footnotes

The footnotes extension is how citations are linked for now.

If you have no plugins entry in your config file yet, you'll likely also want to add the search plugin. MkDocs enables it by default if there is no plugins entry set.

Options

  • bib_file - Name of your bibtex file. Either the absolute path or the path relative to mkdocs.yml
  • bib_dir - Directory for bibtex files to load, same as above for path resolution
  • bib_command - The command for your bibliography, defaults to \bibliography
  • bib_by_default - Automatically appends bib_command to every markdown page, defaults to true
  • full_bib_command - The command for your full bibliography, defaults to \full_bibliography
  • csl_file - Bibtex CSL file to format the citation with, defaults to None, using a built in plain format instead

Usage

In your markdown files:

  1. Add your citations as you would if you used pandoc, IE: [@first_cite;@second_cite]
  2. Add in \bibliography or whatever you set your bib_command to where you want your references (if bib_by_default is set to true this gets added automatically).
  3. Add in \full_bibliography or whatever you set your full_bib_command to where you want the full set of references. Note: This is not work just right since this plugin can't dictate the orer in which files are processed. The best way to ensure the file with the full bibliography gets processed last is to use numbers in front of file/folder names to enforce an order of processing, IE: 01_my_first_file.md
  4. (Optional) Setup csl_file to control the citation text formatting.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mkdocs-bibtex-2.1.0.tar.gz (15.2 kB view details)

Uploaded Source

File details

Details for the file mkdocs-bibtex-2.1.0.tar.gz.

File metadata

  • Download URL: mkdocs-bibtex-2.1.0.tar.gz
  • Upload date:
  • Size: 15.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for mkdocs-bibtex-2.1.0.tar.gz
Algorithm Hash digest
SHA256 2de10b87b8e278f7ea4fed1b34b367724ff633835e689022e5d37fef8e256020
MD5 44a0ecd8dfe4607b3dd25085e79b2a97
BLAKE2b-256 1fa4c0a181b5e2362f4b7441db20f3f63e1c9931f6a15e16071dde2a65d7ef31

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page