lint_bib {TeXCheckR} | R Documentation |
Tidy bibliography so equals signs align
lint_bib(bib_file, outfile = bib_file, leading_spaces = 2L)
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. |
Aligns the equals signs in bib_file
and ensures all fields have a trailing comma.