mara.44 <mara...@...> writes:
> > when i put few references together in one place i get something like this: > [101, 102, 103, 104, 105] is there any way to change it (automatically) into > [101-105]? > > and also in my thesis, according to my university standards, bibliography > must be a separate enumerated chapter, so after the basic part of my thesis > i put chapter: 6 Bibliography and then i insert bibliography. The problem is > that in pdf it doesn't look good, as lyx creates something that looks like > this: > > new page > > Chapter 6 > Bibligraphy > > new page > > Bibliography > > [1] bla > [2] bla bla > > is there any way to change it so it would look like this: > > new page > > Chapter 6 > Bibliography > > [1] bla > [2] bla bla This can do the job: in LyX, before the Bibliography environment, add the command \renewcommand{\bibname}{Chapter 6 Bibliography} or, if you want a line break \renewcommand{\bibname}{Chapter 6 \\Bibliography} in TeX code. But this way has a handicap, if a new chapter is added later, the number '6' must be changed manually. Perhaps there is a better way. Regards Ignacio Garcia