Created
May 23, 2016 07:09
-
-
Save thorade/99c71419e4dfbcb8ed06f6594a3deb9a to your computer and use it in GitHub Desktop.
Resource file for bibtool. Just place it in the same directory as the references.bib file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # define input and output files | |
| input references.bib | |
| output.file references.bib | |
| # load additional resource files | |
| resource braces | |
| # pretty printing options in alphabetical order | |
| key.format = short | |
| preserve.keys=on | |
| preserve.key.case=on | |
| print.align=0 | |
| print.align.key=0 | |
| print.align.string=0 | |
| print.indent=2 | |
| print.line.length=999999 | |
| print.use.tab=off | |
| print.wide.equal=on | |
| sort = on | |
| suppress.initial.newline=on | |
| verbose = on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment