I am using PhDtemplateLATEX to write my thesis and I have a question from bibtex. How to have the citation being sorted? For example, instead of having (1, 2, 3, 7, 8, 9), I want to have (1-3, 7-9). I try to use
\usepackage[sort&compress]{natbib}
,but since the document class is
\documentclass[twoside,11pt]{Latex/Classes/PhDthesisPSnPDF}
, it will just create error.Thank you.