Skip to content

Bibliography sorting for "surnames" starting with lower case letters #16

Description

@pdhall99

The latest version, mnras.bst, incorrectly sorts the bibliography when one of the authors has a surname beginning with a lower case letter. See the attached pdf for an example with "Angulo et al.", "Zwicky" and "de Kool".

The older version, mn2e.bst, correctly sorts the references.

mnras_bst_test.pdf

mnras_bst_test.tex:

\documentclass[usenatbib]{mnras}

\title[Title]{Title}
\author[Author]{Author}

\begin{document}
\maketitle
\begin{abstract}
\end{abstract}
\begin{keywords}
\end{keywords}

\section{Introduction}
\citet{1999NuPhA.656....3A}, \citet{1992A&A...261..188D}, \citet{1933AcHPh...6..110Z}.

\bibliographystyle{mnras}
\bibliography{mnras_bst_test}

\end{document}

mnras_bst_test.bib:

@ARTICLE{1999NuPhA.656....3A,
   author = {{Angulo}, C. and {Arnould}, M. and {Rayet}, M. and {Descouvemont}, P. and {Baye}, D. and {Leclercq-Willain}, C. and {Coc}, A. and {Barhoumi}, S. and {Aguer}, P. and {Rolfs}, C. and {Kunz}, R. and {Hammer}, J.~W. and {Mayer}, A. and {Paradellis}, T. and {Kossionides}, S. and {Chronidou}, C. and {Spyrou}, K. and {degl'Innocenti}, S. and {Fiorentini}, G. and {Ricci}, B. and {Zavatarelli}, S. and {Providencia}, C. and {Wolters}, H. and {Soares}, J. and {Grama}, C. and {Rahighi}, J. and {Shotter}, A. and {Lamehi Rachti}, M.},
    title = "{A compilation of charged-particle induced thermonuclear reaction rates}",
  journal = {\nphysa},
     year = 1999,
    month = aug,
   volume = 656,
    pages = {3-183},
      doi = {10.1016/S0375-9474(99)00030-5}
}

@ARTICLE{1992A&A...261..188D,
   author = {{de Kool}, M.},
    title = "{Statistics of cataclysmic variable formation}",
  journal = {\aap},
 keywords = {Cataclysmic Variables, Main Sequence Stars, Star Formation, White Dwarf Stars, Monte Carlo Method, Stellar Envelopes, Stellar Mass Accretion, Stellar Models, Stellar Orbits},
     year = 1992,
    month = jul,
   volume = 261,
    pages = {188-202}
}

@ARTICLE{1933AcHPh...6..110Z,
   author = {{Zwicky}, F.},
    title = "{Die Rotverschiebung von extragalaktischen Nebeln}",
  journal = {Helvetica Physica Acta},
     year = 1933,
   volume = 6,
    pages = {110-127}
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions