LaTeX Homework Boilerplate
A LaTeX boilerplate for academic homework and assignments.
Building The Document
Compile to PDF
$ make pdf
This runs [pdflatex, bibtex, pdflatex, pdflatex], a command that is run by default in most graphical LaTex editors.
Clean temporary files
$ make clean
Issues
Issues or new features can be reported via the GitHub issue tracker. Please make sure your issue or feature has not yet been reported by anyone else before submitting a new one.
License
LaTeX Homework Boilerplate is open-sourced software licensed under the MIT license.