Gere uma lista de citações que podem ser combinadas com segurança

Gere uma lista de citações que podem ser combinadas com segurança

Então, eu tenho alguns sobrescritos de citações realmente feios, o pior sendo "11,20,80,81,83,85,90,91", mas eu estava lendo o achemsomanual e percebi que você pode usar grupos de citações, o que ajudaria limpe alguns deles. No entanto, costumo fazer referência a citações posteriormente em um documento. Existe uma maneira de obter uma lista de citações seguras para agrupar? (Por exemplo, aqueles que são citados apenas uma vez ou são sempre citados juntos?)

Aqui está um exemplo do que acontecerá se eu tentar adicionar citações sem saber quais são seguras para agrupar:

\documentclass{achemso}
\usepackage{mciteplus}

\begin{filecontents}{\jobname.bib}
@misc{Thuery2015,
  author = "P. Thu\'{e}ry",
  year = "2015",
  howpublished = "CCDC 1063730: Experimental Crystal Structure Determination",
  DOI = "10.5517/cc14pwwl"
}
@article{Kerr2011,
author = {Kerr, Andrew T. and Cahill, Christopher L.},
journal = {Cryst. Growth Des.},
number = {12},
pages = {5634--5641},
volume = {11},
year = {2011}
}
@article{Thuery2007,
author = {Thu{\'{e}}ry, Pierre},
journal = {Acta Crystallogr. Sect.~C~Cryst. Struct. Commun.},
month = {feb},
number = {2},
pages = {m54--m56},
volume = {63},
year = {2007}
}
@misc{Ephritikhine2013a,
  author = "G. Siffredi and  J. C. Berthet and P. Thu\'{e}ry and M. Ephritikhine",
  year = "2013",
  howpublished = "CCDC 958352: Experimental Crystal Structure Determination",
  DOI = "10.5517/cc1157l1"
}
\end{filecontents}

\begin{document}
Multiple citations to be combined into a list\cite{Kerr2011} can be given as a single citation.\cite{Thuery2015,*Kerr2011}  
This\cite{Thuery2015} uses the \textsf{mciteplus} package\cite{Thuery2015,*Ephritikhine2013a,*Kerr2011,*Thuery2007}.
Citations other than the first of the list should be indicated with a star. 
Individual references can be referred to using \texttt{\textbackslash mciteSubRef}: 
``ref.~\mciteSubRef{Ephritikhine2013a}''.\mciteSubRef{Ephritikhine2013a}
\end{document}

informação relacionada