logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bibcop - Style Checker and Fixer of BibTeX Files (.bib)

Author

       Yegor Bugayenko (yegor256@gmail.com)

Bugs

       Please log issues on the GitHub homepage: https://github.com/yegor256/bibcop/issues.

Description

       The  bibcop  tool  is  a  Perl  script  for  checking  the quality of BibTeX bibliograph files (.bib) and
       automatically fixing found inconsistencies. It is not only a command line  tool,  but  a  LaTeX  package,
       which can check the quality of a .bib file during the rendering of a LaTeX document. All found issues are
       reported as LaTeX warnings.

Name

       bibcop - Style Checker and Fixer of BibTeX Files (.bib)

Options

       Various options apply:

       --version
              Print the version of the tool

       --help Print the introduction screen

       --fix  Autho-fix all issues and print a new content to the console

       --latex
              Print everything in LaTeX format

       --verbose
              Print debugging information too

See Also

       See bibcop.pdf for more details.

                                                   2025/01/22                                          bibcop(1)

Synopsis

       bibcop [<options>] <.bib file path>

See Also