18.02 is multivariable calculus at MIT.
Originally, this was a repository for DLC's that I wrote when teaching 18.02 recitation. Gradually, it involved into a separate textbook by me, because I was dissatisfied with the textbook provided by the actual course.
The outputted textbook can be downloaded at the following link:
For other historical pieces, see the 18.02 recitation page on evanchen.cc.
See CONTRIBUTING.md if you'd like to help out
The main text is written in Typst 0.13.
It uses the custom package
evan@1.0.0,
which you will have to download and install in a place Typst can find it like
~/.local/share/typst/packages/local/
.
The figures are all in figures/
.
These are Asymptote figures.
Run make all
for most targets.
LaTeX should be compiled separately using e.g. latexmk
.