% ============================================================
% Exam template
% ============================================================
% Copy this directory into your class repository, rename this file,
% fill in the fields below, and write your answers under sections/.
%
% Build with: .\build.ps1
% ============================================================
\documentclass[11pt]{article}
\usepackage{jhu}
% ------------------------------------------------------------
% Fill these in
% ------------------------------------------------------------
\renewcommand{\jhuTitle}{YOUR-EXAM-TITLE}
\renewcommand{\jhuDocType}{Exam}
\renewcommand{\jhuAuthor}{YOUR-NAME}
\renewcommand{\jhuCourse}{CLASS-NUMBER: YOUR-CLASS}
\renewcommand{\jhuRunningHead}{CLASS-NUMBER Exam}
\begin{document}
\jhutitlepage
\jhucontents
% ------------------------------------------------------------
% Body
% ------------------------------------------------------------
% One \section here per question, with the answer in its own file
% under sections/. Keeping each answer separate means a long exam
% stays navigable and the files can be reordered without a merge
% conflict in the middle of a paragraph.
%
% If the question is weighted, put the weight in the heading:
% \section{Data Collection (25\%)}\label{data-collection}
\section{Problem 1}\label{problem-1}
\input{sections/01_problem_one.tex}
\end{document}

PDF Preview
Create an account to compile and preview