csc-propaganda/csc-report-template.tex

31 lines
827 B
TeX

\documentclass[titlepage]{article}
\usepackage{amsmath}
\usepackage{color}
\usepackage{listings}
\usepackage[pdftex]{graphicx}
\graphicspath{{uw-logos/}{csc-logos/}}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
\newcommand{\tab}{\hspace*{2em}}
\begin{document}
\begin{titlepage}
\begin{center}
\includegraphics[width=0.3\textwidth]{uw-cmyk} \tab\tab \includegraphics[width=0.5\textwidth]{csclogo-nowords}
\HRule \\[0.4cm]
{\huge \bfseries University of Waterloo \\Computer Science Club }\\NAME OF DOCUMENT\\[0.4cm]
\HRule \\[1.5cm]
\begin{minipage}{0.4\textwidth}
\begin{flushleft} \large
\emph{Author:}\\
Calum T. Dalek
\end{flushleft}
\end{minipage}
\begin{minipage}{0.4\textwidth}
\begin{flushright} \large
\end{flushright}
\end{minipage}
\vfill
{\large Last Modified: \today}
\end{center}
\end{titlepage}
\end{document}