Releases: jez/latex-homework-class
Releases · jez/latex-homework-class
v2.2.0
What's New
- Adds
largemargins
option, which can be used to make homeworks more readable. This option is now enabled by default in the template.tex
file. Remove it from the options to preserve the old behavior.
Bug Fixes
- Fixes some issues when compiling markdown containing lists or images to LaTeX using a custom template in Pandoc.
v2.1.1
Bug Fixes
- Fixed an issue with spacing when using
\newpage
v2.1.0
What's New
- Added vertical padding between the header rule and the body text.
v2.0.1
What's New
Adds the option newpage
to put questions on their own pages. See the README for more information on how to use it in your document.
v2.0.0
Breaking Changes
This relase adds the question number to all questions, even those created with titles using \question*{...}
.