![안전하게 결합할 수 있는 인용 목록 생성](https://rvso.com/image/335466/%EC%95%88%EC%A0%84%ED%95%98%EA%B2%8C%20%EA%B2%B0%ED%95%A9%ED%95%A0%20%EC%88%98%20%EC%9E%88%EB%8A%94%20%EC%9D%B8%EC%9A%A9%20%EB%AA%A9%EB%A1%9D%20%EC%83%9D%EC%84%B1.png)
그래서 정말 보기 흉한 인용 위 첨자가 몇 개 있습니다. 가장 나쁜 인용은 "11,20,80,81,83,85,90,91"입니다. 하지만 매뉴얼을 읽으 achemso
면서 인용 그룹을 사용할 수 있다는 것을 알았습니다. 이것들 중 일부를 청소하세요. 그러나 나는 종종 문서 뒷부분에서 인용을 참조합니다. 그룹화해도 안전한 인용 목록을 얻을 수 있는 방법이 있나요? (예를 들어 한 번만 인용되는 것, 아니면 항상 함께 인용되는 것?)
다음은 그룹화해도 안전한지 알지 못한 채 인용을 추가하려고 하면 어떤 일이 발생하는지에 대한 예입니다.
\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}