![產生可以安全組合的引文列表](https://rvso.com/image/335466/%E7%94%A2%E7%94%9F%E5%8F%AF%E4%BB%A5%E5%AE%89%E5%85%A8%E7%B5%84%E5%90%88%E7%9A%84%E5%BC%95%E6%96%87%E5%88%97%E8%A1%A8.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}