1bibcop(1) General Commands Manual bibcop(1)
2
3
4
6 bibcop - Style Checker and Fixer of BibTeX Files (.bib)
7
9 bibcop [<options>] <.bib file path>
10
12 The bibcop tool is a Perl script for checking the quality of BibTeX
13 bibliograph files (.bib) and automatically fixing found inconsistenā
14 cies. It is not only a command line tool, but a LaTeX package, which
15 can check the quality of a .bib file during the rendering of a LaTeX
16 document. All found issues are reported as LaTeX warnings.
17
19 Various options apply:
20
21 --version
22 Print the version of the tool
23
24 --help Print the introduction screen
25
26 --fix Autho-fix all issues and print a new content to the console
27
28 --latex
29 Print everything in LaTeX format
30
31 --verbose
32 Print debugging information too
33
35 Yegor Bugayenko (yegor256@gmail.com)
36
38 Please log issues on the GitHub homepage:
39 https://github.com/yegor256/bibcop/issues.
40
42 See bibcop.pdf for more details.
43
44
45
46 2023-02-13 bibcop(1)