public final class BibtexClean
extends java.lang.Object
Remove each non-empty line that is not in a BibTeX entry, except retain any line that starts with "%".
Arguments are the names of the original files. Cleaned copies of those files are written in the CURRENT DIRECTORY. Therefore, this should be run in a different directory from where the argument files are, to avoid overwriting them.
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Main method for the BibtexClean program.
|