Skip to content

SchulzLab/MakeTitlesGreatAgain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

MakeTitlesGreatAgain

Helper file to fix wrong capitalisation in latex references

How often have you compiled your latex document after downloading bibtex entries from different sources and observed errors like this:

  • JAMI: fast computation of conditional mutual information for ceRNA network analysis

becomes:

  • Jami: fast computation of conditional mutual information for cerna network analysis

because the title line in the corresponding bibtex entry looks like this:

title = {JAMI: fast computation of conditional mutual information for ceRNA network analysis}

and not like this

title = {{JAMI: fast computation of conditional mutual information for ceRNA network analysis}}

The simple script here can fix this.

Usage (Python 2.7)

python FixBibTexTitles.py file.bib > newFile.bib

About

Helper file to fix wrong capitalisation in latex references

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors