lint_bib {TeXCheckR} | R Documentation |
Tidy bibliography so equals signs align
Description
Tidy bibliography so equals signs align
Usage
lint_bib(bib_file, outfile = bib_file, leading_spaces = 2L)
Arguments
bib_file |
The bib file to tidy. |
outfile |
Optionally, the tidied bib file to write to. |
leading_spaces |
The number of spaces before each field within an entry. |
Details
Aligns the equals signs in bib_file
and ensures all fields have a trailing comma.
[Package TeXCheckR version 0.8.1 Index]