Possible Duplicate:
Citing a range of papers (using numeric keys)?
When we are writing a article we should [1, 2, 3, 4, 5] change to [1-5] but show the all refer on reference. How can I do this? In addition, I use a MyReferences.bib file and below code
\pagestyle{empty}
{
\onehalfspacing
\bibliographystyle{unsrt-fa}
\bibliography{MyReferences}
}
It is very important that write all refer on reference (at the end of article).
citepackage. – Guido Dec 12 '12 at 20:03