The LaTeX file that I use as the base for all my homeworks in university.
-
First you'll need LaTeX. Instructions on obtaining it can be found here: http://latex-project.org/ftp.html
-
Compiling from the command line will look like the following:
$ latexmk homework.tex
-
Or you can use TeXShop or a similar native client to typeset the LaTeX file.
This code is distributed under the MIT license. For more info, read the LICENSE file distributed with the source code.