I’m writing PhD thesis with Lyx 2.0.3 and ClassicThesis-LyX-v4.0 template. The citation format is governed by Natbib numerical style. I wanted to have my references number sort and compressed, it means: [2-5,11] instead of [2, 3, 4, 5, 11], but unfortunately I’m struggling two days to obtain this.
I tried in main classicthesis file(ClassicThesis.lyx) to add in Document/Settings/LaTeX Preamble and then
Code: Select all
\usepackage[sort&compress]{natbib}
I tried to change in classicthesis-config.tex:
Code: Select all
\PassOptionsToPackage{square,numbers}{natbib}
\usepackage{natbib}
Code: Select all
\PassOptionsToPackage{square,numbers,sort&compress}{natbib}
\usepackage{natbib}
So, I tried to Document/Settings/Document Class and in field Class option Custom I entered "sort&compress".under Document Class->Class Settings->Options you enter "sort&compress".
All this is not working. Have Anyone idea how to solve this problem?
I would really appreciate any help!
Thanks!
Michal