TeXCheckR (version 0.6.0)

lint_bib: 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.