\documentclass[a4paper,11pt]{report} \usepackage{color,graphicx,url,wrapfig} %\usepackage[dvips, bookmarks=true, unicode=true, breaklinks=true, pdftitle={Environment execution service}, pdfauthor={Aram Verstegen}, pdfsubject={Technical Computer Science - Bachelor's thesis}, pdfkeywords={grid computing, nikhef, ees, c, security, middleware}]{hyperref} \begin{document} \newcommand{\mytitle}{Environment execution service} \newcommand{\myauthor}{Aram Verstegen} \newcommand{\mycourse}{Technical Computer Science - Bachelor's thesis} \pagenumbering{Roman} \input{title} \newpage %\input{abstract} \tableofcontents \newpage \listoffigures \cleardoublepage \setcounter{page}{1} \pagenumbering{arabic} \input{introduction} \input{grid} \input{nextgen} \bibliographystyle{h-physrev3} \bibliography{thesis} \end{document}