UW PMP UWEE Colloquium Template
Autor
Darrell Ross
Last Updated
hace 8 años
License
LaTeX Project Public License 1.3c
Resumen
Template for writing colloquium papers for the University of Washington PMP EE program.
Template for writing colloquium papers for the University of Washington PMP EE program.
\documentclass[12pt,letterpaper]{article}
\usepackage{fullpage}
\usepackage{verbatim}
\usepackage{graphicx}
\usepackage[left=1in, right=1in, top=1in, bottom=1in]{geometry}
% Custom %
\usepackage{color}
\usepackage{caption}
\usepackage{amsmath}
\usepackage{enumitem}
\usepackage{hyperref}
\usepackage{color,soul}
\usepackage{amssymb}
\usepackage[labelfont=bf]{caption}
\usepackage{dcolumn}
% Custom Commands %
\pagenumbering{gobble} % no page numbers
\newcolumntype{d}[1]{D{.}{\cdot}{#1} }
\setlength{\parindent}{0em}
\setlength{\parskip}{0.75ex plus0.25ex minus0.25ex}
\hypersetup{
colorlinks=true,
citecolor=blue,
linkcolor=blue,
urlcolor=blue
}
\DeclareMathOperator{\E}{E}
% DEBUG %
%\usepackage{showframe}
% BIBLIOGRAPHY %
\usepackage{biblatex}
\addbibresource{refs.bib}
% Header %
\usepackage{fancyhdr}
\setlength{\headheight}{35pt}
\setlength{\headsep}{12pt}
\usepackage[english]{babel}
\usepackage{csquotes}
% DOCUMENT INFO %
%%%%%%%%%%%%%%
% EDIT THESE %
% PLACE BIB RERFERENCE IN refs.bib
\nocite{loehr2016} % KEY REF TO BIB FILE
\newcommand{\citecustomkey}{loehr2016} % ALLOWS AUTOMATICALLY SETTING THE PAPER TITLE
\author{Jon Doe}
\newcommand{\term}{Winter 2017}
\newcommand{\class}{EE500}
\newcommand{\university}{University of Washington}
\newcommand{\papernum}{Paper 4}
% END EDIT %
%%%%%%%%%%%%
\newcommand{\titlelinecount}{\text{\textit{\color{white}f}}} % used to line up rhead perfectly with lhead
% PROGRAMMED ENTRIES %
% DO NOT EDIT %
\title{\citetitle{\citecustomkey}}
\date{\today}
\makeatletter
\let\newtitle\@title
\let\newauthor\@author
\let\newdate\@date
\makeatother
% BEGIN DOCUMENT %
\lhead{\parbox{.666\textwidth}{\footnotesize\raggedright\textit{\newauthor, Reviewed \newdate}\\ \textit{Paper: \newtitle}}}
\rhead{\parbox{.333\textwidth}{\footnotesize\raggedleft\textit{\university}\\ \textit{\class, \term}, \textit{\papernum}\\\titlelinecount}}
\begin{document}
\pagestyle{fancy}
% EDIT answers.tex FILE FOR YOUR ANSWERS
\include{answers}
\clearpage
\printbibliography
\end{document}