Good enough templating for homework anyway
This commit is contained in:
@@ -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}
|
||||
3
Homework {{ cookiecutter.number }}/README.md
Normal file
3
Homework {{ cookiecutter.number }}/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Homework {{cookiecutter.number}}
|
||||
|
||||
Find the source for this template [here](https://git.kitsunehosting.net/Kenwood/SNHU-LaTeX).
|
||||
Reference in New Issue
Block a user