Hello,
I have a big lyx document (book format) and all my bibliographic references
are in the "unsrt" style. When I compile the document I observe there is a
problem in the order the bibliographic references appear. For example, at
the beginning of the document I have
... bla bla bla [1,2,3] and more bla bla bla [4,5,6] and so on ...
this is ok, but at the middle of the document there is
... so bla bla and bla [3,7,24,5] and more bla bla bla [8,12,3] ....
and I do not like this (as well as my supervisor) because the numbers are
not ordered, I would like this line as
... so bla bla and bla [3,5,7,24] and more bla bla bla [3,8,12] ....
but I do not know an automated way to do this. I have thought about when my
document will be finished, to change by hand every "set" of references so
in the generated .dvi file they are ok, but this procedure is annoying and
tedious, and I think Latex/LyX was created to avoid these things. So, has
somebody succeed in this ?
Thanks.