\documentclass[a4paper,11pt,titlepage]{article} % Set left margin - The default is 1 inch, so the following % command sets a 1.25-inch left margin. \setlength{\oddsidemargin}{0.25in} % Set width of the text - What is left will be the right margin. % In this case, right margin is 8.5in - 1.25in - 6in = 1.25in. \setlength{\textwidth}{6in} % Set top margin - The default is 1 inch, so the following % command sets a 0.75-inch top margin. \setlength{\topmargin}{-0.25in} % Set height of the text - What is left will be the bottom margin. % In this case, bottom margin is 11in - 0.75in - 9.5in = 0.75in \setlength{\textheight}{8in} \title{\textbf{\textit{{\huge P}rocess {\huge E}mulator for the {\huge E}valuation of {\huge E}mbedded {\huge C}ontrollers}}} \author{Mohammad Alhajri\\ mclions@asu.edu\\ \\ \and Jeff Huynh\\ jehk@hotmail.com\\ \\ \and Imtiaz Nizami\\ nizami@asu.edu\\ \\ \and Prabhat Shrestha\\ prabhat@imap2.asu.edu\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ {\small Project Supervisor:} \\ \\ {\small Konstantinos S. Tsakalis} \\ {\small Arizona State University, GWC 611} \\ {\small Department of Electrical Engineering}\\ \\} \date{April 30, 2001} \begin{document} \maketitle \tableofcontents \listoffigures \listoftables \include{abstract} \include{intro} \include{background} \include{approach} \include{details} \include{summary} \include{references} \end{document}