Code: Select all
\usepackage[super]{cite}
According to my journal rule, I have to get both the citation for one article:
as well assee Refs. 1–4
Code: Select all
has been used in the paper by GreenHalgh,8 (in superscript)
Code: Select all
see Refs. \cite{F80,Ks,Ma74,Mu99}
Code: Select all
has been used in the paper by GreenHalgh,\cite{GrnH}
How to get solution of this problem.