Skip to content

Lars-B/BibTexLint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bib linter for Latex

The goal of this is to automatically detect preprints in a bib file, then scrape the web to see if they are now published. If they are published update the citation.

Installation

Clone the repository and run pip install . from within the directory.

Alternatively, the package can be build with python -m build and the resulting .whl file can be installed with pip install dist/*.whl.

Usage

The functionality is bundled in a commandline tool called bibble. For more information you can use the help bibble -help.

Example execution on the provided small test bibliography within the data folder looks like this:

bibble -i small_test.bib -o small_out_test.bib

Config file

This is a new feature that is WIP.

Crossref polite pool

Using an email with crossref will let you enter the nice pool. This can be set in the config file or run in the terminal:

bibble --mailto foo@bar.com -i input.bib

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors