homework.cls
: A latex class extending the AMS article for better typeset homework. This class imports the next three packages for symbol shortcuts and code listings.hwcmd.sty
: A collection of shortcuts for environments like figure and tabular.hwlst.sty
: A collection of configurations and additions to the Listings package.hwsymb.sty
: Defines a lot of useful shortcuts for bigger macros, e.g.,\Z
for\mathbb{Z}
.
If you want to use the LaTeX homework class homework.cls
or one of the style packages *.sty
(on your own computer) then you'll need to have one of the distributions of LaTeX installed and a text editor, there are some good ones for editing *.tex
files; I use Emacs with AucTeX. For the LaTeX distribution, I recommend TeXLive.
Copyright (C) 2020 Ahmad Tashfeen
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.