I am using "natbib" package in my article, but would like to change formatting of references in the text.
With parameters:
Code: Select all
\biboptions{square,sort&compress}
Code: Select all
~\cite{ref1,ref2,ref3,ref4}
[1-4]
But what I would like is this:
[1] - [4]
Is this possible to get with predefining commands? I have tried:
Code: Select all
\setcitestyle{citesep={]-[}}