\documentclass[onecolumn, draftclsnofoot, 10pt, compsoc]{IEEEtran} \usepackage{graphicx} \graphicspath{{./figures/}} \usepackage{url} \usepackage{setspace} \usepackage{multicol} \usepackage{pdflscape} \usepackage{pdfpages} \usepackage[british]{babel} \usepackage{listings} \usepackage{xcolor} \usepackage{listings} \usepackage{hyperref} \usepackage{subfig} \usepackage{geometry} \geometry{textheight=9.5in, textwidth=7in} % \overfullrule=2in %Personal \newcommands \definecolor{backcolor}{rgb}{0.95,0.95,0.92} \lstset{basicstyle=\ttfamily, backgroundcolor=\color{backcolor}, showstringspaces=false, commentstyle=\color{red}, keywordstyle=\color{blue}, columns=fullflexible, breaklines=true, postbreak=\mbox{\textcolor{red}{$\hookrightarrow$}\space}, } \newcommand{\NameSigPair}[1]{ \par \makebox[2.75in][r]{#1} \hfill \makebox[3.25in]{ \makebox[2.25in]{\hrulefill} \hfill \makebox[.75in]{\hrulefill} } \par\vspace{-12pt} \textit{ \tiny\noindent \makebox[2.75in]{} \hfill \makebox[3.25in]{ \makebox[2.25in][r]{Signature} \hfill \makebox[.75in][r]{Date} } } } % 3. If the document is not to be signed, uncomment the command below \renewcommand{\NameSigPair}[1]{#1} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document} \begin{titlepage} \pagenumbering{gobble} \begin{singlespace} \par\vspace{2in} \centering \scshape{ \huge Operating Systems II Homework 1 \par {\large\today}\par \vspace{.5in} \vfill \vspace{5pt} {\large Prepared by }\par Group 4 \par % 5. comment out the line below this one if you do not wish to name your team \vspace{5pt} {\Large \NameSigPair{Corinna Brown}\par \NameSigPair{Zachary Comito}\par \NameSigPair{Corwin Perren}\par } \vspace{20pt} \begin{abstract} The document is our groups submission for homework one covering the commands our group ran to finish the assignment, descriptions of qemu flags, answers to explicit assignment questions, a version control log, and work log. \end{abstract} } \end{singlespace} \end{titlepage} \newpage \pagenumbering{arabic} \tableofcontents \clearpage \input{commands} \input{flags} \input{questions} \input{versioncontrollog} \input{worklog} \end{document}