summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/bibcop/bibcop.1
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/bibcop/bibcop.1')
-rw-r--r--macros/latex/contrib/bibcop/bibcop.129
1 files changed, 29 insertions, 0 deletions
diff --git a/macros/latex/contrib/bibcop/bibcop.1 b/macros/latex/contrib/bibcop/bibcop.1
new file mode 100644
index 0000000000..8f92e42629
--- /dev/null
+++ b/macros/latex/contrib/bibcop/bibcop.1
@@ -0,0 +1,29 @@
+.TH bibcop 1 "2022-12-13"
+.SH NAME
+bibcop \- Style Checker and Fixer of .bib Files
+.SH SYNOPSIS
+bibcop [<options>] <.bib file path>
+.SH DESCRIPTION
+The bibcop tool is a Perl script for checking the quality of .bib
+files 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.
+.SH OPTIONS
+Various options apply
+.IP --version
+Print the version of the tool
+.IP --help
+Print the introduction screen
+.IP --fix
+Autho-fix all issues and print a new content to the console
+.IP --latex
+Print everything in LaTeX format
+.SH BUGS
+.SH AUTHOR
+Yegor Bugayenko (yegor256@gmail.com)
+.PP
+Please log issues on the GitHub homepage:
+https://github.com/yegor256/bibcop/issues.
+.SH SEE ALSO
+See bibcop.pdf for more details.