forked from vitorsouza/Programs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbibfixer.properties
More file actions
14 lines (10 loc) · 796 Bytes
/
bibfixer.properties
File metadata and controls
14 lines (10 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Path to the file generated by Mendeley when you select some publications and click on File > Export (Ctrl+E).
input-file = mendeley.bib
# Path to the file that will be generated by the Bib Fixer, i.e., the cleaner version of the Mendeley exported BibTeX file.
output-file = mendeley-fix.bib
# Comma-separated list of BibTeX attributes that you are not interested in (they will be ignored and will not be shown in the output file).
blacklist = annote, abstract, doi, file, issn, keywords, mendeley-tags, month, isbn, address
# If you want to put ordinals in overscript (e.g., 1st -> 1$^{st}$), set this to true. Otherwise, set it to false.
do-overscript = true
# Minimum amount of authors required for shortening the author list (from "X, Y, Z, ..." to "X et al.")
collapse-authors-count = 7