how to reference other reported works in the form of [-]?
I tried the following trick but didnot work out.
\cite{IEEE:Zhu - IEEE:Nguyen}
I'm using article document class.
|
how to reference other reported works in the form of [-]? I tried the following trick but didnot work out.
I'm using article document class. |
||||
|
Compressing can be achieved with the
If you use
|
|||
|
|
|
Sorting and compression of citations is accomplished also with the cite package:
that works with the standard BibTeX styles and also with a directly written |
|||
|
|
\cite{IEEE:Zhu,IEEE:Nguyen}. The cite package supports grouping of citations. – egreg Sep 12 '11 at 22:20[Sparwasser, 1974 - Brandt, 1970]? this can be achieved with thenatbibpackage. You can freely set brackets and separators:\bibpunct{[}{]}{-}{a}{,}{;}. Read this for more info. – Tom Bombadil Sep 12 '11 at 22:44