Homework

LaTeX class and template for typesetting math homework

Category

Math

License

Free to use (MIT)

File

template.tex

template.texRead-only preview
\documentclass{homework}

% This is a slightly-more-than-minimal document that uses the homework class.
% See the README at http://git.io/vZWL0 for complete documentation.

\name{(Your Name)}        % Replace (Your Name) with your name.
\term{(Current Term)}     % Replace (Current Term) with the current term.
\course{(Course Name)}    % Replace (Course Name) with the course name.
\hwnum{(Number)}          % Replace (Number) with the number of the homework.

%\hwname{(Name)}          % Uncomment and replace (Name) with the type of the
                          % homework (e.g, Assignment, Problem Set, etc.) if you
                          % don't want the document to be labeled as "Homework."
%\problemname{(Name)}     % Uncomment and replace (Name) with the desired label
                          % for problems created with the problem environment.
%\solutionname{(Name)}    % Uncomment and replace (Name) with the desired label
                          % for solutions created with the solution environment.

% Load any other packages you need here.

\begin{document}

\begin{problem}
Write the problem statement here.
\end{problem}

\begin{solution}
Write the solution here.
\end{solution}

\end{document}
Preview
Homework preview
Homework LaTeX Template | Bibby | Bibby AI