All Projects → sswatson → MultivariableCalculus.tex

sswatson / MultivariableCalculus.tex

Licence: other
A multivariable calculus text with interactive 3D graphics

Programming Languages

TeX
3793 projects
Jupyter Notebook
11667 projects
Asymptote
17 projects
Makefile
30231 projects

MultivariableCalculus.tex

This repository contains source code for a multivariable calculus text used as a part of Interphase, a summer program for entering freshmen at MIT.

To compile, you need LuaLaTeX and Asymptote (both of which are included in standard TeX installations). You also need to install the latex packages and class files at my latex-setup repo.

lualatex --shell-escape MultivariableCalculus.tex
cd asy
asy *-*.asy
cd ../
lualatex --shell-escape MultivariableCalculus.tex
lualatex --shell-escape MultivariableCalculus.tex
lualatex --shell-escape MultivariableCalculus.tex
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].