Templates

JHU SchoolTemplate

Preview

JHU SchoolTemplate

A template for Johns Hopkins Univeresity Whiting School of Engineering Latex assignments including Exam and Homework templates

Category

university

License

Free to use (MIT)

File

Exams/Template/YOUR_NAME_YOUR_CLASS_NUMBER_EXAM.tex

YOUR_NAME_YOUR_CLASS_NUMBER_EXAM.texRead-only preview
% ============================================================
% 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}
Preview
JHU SchoolTemplate preview
JHU SchoolTemplate LaTeX Template | Bibby | Bibby AI