├── .gitignore ├── LICENSE ├── Makefile ├── README.md ├── example.pdf ├── example.png ├── example.tex ├── homework.cls └── hw-shortcuts.sty /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jstrieb/homework-template/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jstrieb/homework-template/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jstrieb/homework-template/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jstrieb/homework-template/HEAD/README.md -------------------------------------------------------------------------------- /example.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jstrieb/homework-template/HEAD/example.pdf -------------------------------------------------------------------------------- /example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jstrieb/homework-template/HEAD/example.png -------------------------------------------------------------------------------- /example.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jstrieb/homework-template/HEAD/example.tex -------------------------------------------------------------------------------- /homework.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jstrieb/homework-template/HEAD/homework.cls -------------------------------------------------------------------------------- /hw-shortcuts.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jstrieb/homework-template/HEAD/hw-shortcuts.sty --------------------------------------------------------------------------------