composer global require leonickl/bibtex-formatterformat-bibtex literature.tex [--save|--print|--log|--dump]--printprints the result to the console (default option)--saveoverrides the original file--logprints a step-wise info about each token and the current state of the app--dumpdumps the resulting PHP datastructure to the console
Warning: The original file will be overwritten by this!
This formatter only supports simple entries of the form
@type{reference,
key = {value},
other = 5,
...
}The formatter
- adds trailing commas,
- aligns
=signs above each other, - and sets indentation to 4 spaces.
- ...