Code: Select all
\documentclass[a4paper,twoside,11pt]{report}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amsfonts}
\usepackage[authoryear]{natbib}
\bibpunct{(}{)}{;}{a}{,}{,}
\title{The mystery of X}
\author{LeCzar}
\begin{document}
\maketitle
\input{Abstract}
\input{Preface}
\tableofcontents
\cleardoublepage
\clearpage
\addcontentsline{toc}{chapter}{List of Figures}
\listoffigures
\clearpage
\addcontentsline{toc}{chapter}{List of Tables}
\listoftables
\chapter{Introduction}\label{Introduction}
\pagenumbering{arabic}
\input{Introduction}
\chapter{Materials and Methods}\label{Materials and Methods}
\input{MaterialsandMethods}
\chapter{Results}\label{Results}
\input{Results}
\addtocontents{toc}{\protect\vspace*{\baselineskip}}
\addcontentsline{toc}{chapter}{Bibliography}
\nocite{*}
\bibliographystyle{ecology}
\bibliography{literature}
\end{document}
Code: Select all
\cite{XY}
Code: Select all
\citep{XY}
Code: Select all
\citet{XY}
