Code: Select all
\usepackage[square, numbers, sort&compress]{natbib}
I don't want that, and would like to remove it. However, I don't know where to remove it from (I am using the memoir class in case that makes any difference). Does anyone have any idea of where it comes from, and where I can remove it from?Mary Lynn Ritzenthaler and Diane Vogt-O’Connor. Photographs:archival care and management. Society of American Archivists, Chicago, 2006. [cited at p.9,17]
Thanks!
Ann
This is the preamble I am using:
Code: Select all
\documentclass[12pt, oneside, a4paper]{memoir}
\pagenumbering{arabic}
\input{style.tex}
\begin{document}
\input{chap1/chap1.tex}
\bibliographystyle{unsrtnat}
{\small\bibliography{PhD}}
\end{document}