1. The main thesis citations index started from where the paper citation index ended instead of starting over from one again.
2. Citing multiple authors is not being printed in [1-2] format, it is instead in [1,2] format, which I do not want.
3. The .bib files with the bibliography are unresponsive. Only the \bibitem is working.
I am using the following packages to get started.
Code: Select all
\documentclass[times,12pt,titlepage]{mstogs}
\doublespacing
% ... additions to ptotemplate ...
\usepackage[numbers,square,sort&compress]{natbib} % ... authoryear or numbers ...
%\setlength{\bibhang}{0.5in}
\usepackage{docmute}
\usepackage{siunitx}
\usepackage{graphicx}
\usepackage{url}
\usepackage[nopar]{lipsum}
\usepackage{threeparttable}
\usepackage{psfrag}
%\usepackage{cite}
\usepackage{threeparttable}
\usepackage[noprefix]{nomencl}
\makenomenclature
\usepackage[sectionbib]{chapterbib}
\bibliographystyle{mstogs}