Good enough templating for homework anyway

This commit is contained in:
2025-02-08 14:25:17 -05:00
parent 29cba1e10f
commit 041d85956c
7 changed files with 74 additions and 4 deletions

View File

@@ -0,0 +1,23 @@
\documentclass[12pt]{article}
\usepackage{ {{cookiecutter.professor}} }
% Set title page details
\reporttitle{Homework {{cookiecutter.number}} }
\class{ {{cookiecutter.class}} }
\studentname{ {{cookiecutter.name}} }
\submissiondate{\today}
\universityname{Southern New Hampshire University}
\begin{document}
\maketitle
\exer[Question]{1}
\mpart{a}
Question 1, Part a
\revision{1}
\end{document}

View File

@@ -0,0 +1,3 @@
# Homework {{cookiecutter.number}}
Find the source for this template [here](https://git.kitsunehosting.net/Kenwood/SNHU-LaTeX).