davidagraf / doi2bib2

350 stars 24 forks source link

Wrong text formating in bibtex #79

Open JohnBioinf opened 2 years ago

JohnBioinf commented 2 years ago

For the doi 10.1128/jb.00324-13 the resulting bib string I got by doi2bib is:

@article{VanOrsdel2013,
  doi = {10.1128/jb.00324-13},
  url = {https://doi.org/10.1128/jb.00324-13},
  year = {2013},
  month = aug,
  publisher = {American Society for Microbiology},
  volume = {195},
  number = {16},
  pages = {3640--3650},
  author = {Caitlin E. VanOrsdel and Shantanu Bhatt and Rondine J. Allen and Evan P. Brenner and Jessica J. Hobson and Aqsa Jamil and Brittany M. Haynes and Allyson M. Genson and Matthew R. Hemm},
  title = {The Escherichia coli {CydX} Protein Is a Member of the {CydAB} Cytochrome
                    $\less$i$\greater$bd$\less$/i$\greater$
                    Oxidase Complex and Is Required for Cytochrome
                    $\less$i$\greater$bd$\less$/i$\greater$
                    Oxidase Activity},
  journal = {Journal of Bacteriology}
}

I think the title should read:

  title = {The {\emph{Escherichia coli}} {CydX} Protein Is a Member of the
    {CydAB} Cytochrome {\emph{bd}} Oxidase Complex and Is Required for
    Cytochrome {\emph{bd}} Oxidase Activity},

It seems like always when there should be an \emph{} command instead a $\less$i$\greater$ is used. There are a couple of other dois I found which have seemingly related problems.