>>>>> "Ramon" == Ramon Flores Seijas <[EMAIL PROTECTED]> writes:

Ramon> Hi, When I make several citation references at the same time
Ramon> they appear separated in the text. Something like:

Ramon> as we can see [1][2][3][6][15][16][17]

Ramon> But I need that they appear joined, like:

Ramon> as wee can see [1-3,6,15-17]

You have two things to do: 

1/ add all your citations in the same inset, separated with
commas. This will give you
  as we can see [1,2,3,6,15,16,17]

2/ get (if you do not already have it) the cite.sty package from 
ftp://ftp.loria.fr/pub/unix/tex/ctan/macros/latex/contrib/supported/cite/
   and add \usepackage{cite} in Layout->LaTeX_Preamble. Then you will
   get the wanted result. Note that cite.sty takes care of sorting the
   keys, too.

Hope this helps.

JMarc

Reply via email to