\documentclass[12pt,a4paper,titlepage,oneside]{report} \usepackage{DigitalDesign_prot} \sloppy \begin{document} % create titlepage \maketitle % tables and lists %\tableofcontents %\newpage %\listoffigures %\newpage %\listoftables %\newpage % chapters \input{chapter1} \input{chapter2} \input{chapter3} \input{chapter4} % appendices %\appendix %\input{app1} % bibliography %\bibliographystyle{alpha} %\nocite{*} %\bibliography{DigitalDesign} \end{document}