https://github.com/venhance/1802
DLC content for Evan's 18.02 recitations
https://github.com/venhance/1802
Last synced: 7 months ago
JSON representation
DLC content for Evan's 18.02 recitations
- Host: GitHub
- URL: https://github.com/venhance/1802
- Owner: vEnhance
- License: mit
- Created: 2024-09-05T11:25:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-01T04:52:37.000Z (over 1 year ago)
- Last Synced: 2025-03-05T22:18:12.539Z (over 1 year ago)
- Language: Typst
- Homepage: https://web.evanchen.cc/1802.html
- Size: 14.8 MB
- Stars: 6
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Evan's 18.02 Materials from Fall 2024
18.02 is multivariable calculus at MIT.
Originally, this was a repository for [DLC](https://w.wiki/B6m3)'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:
> https://web.evanchen.cc/textbooks/lamv.pdf
For other historical pieces,
see the [18.02 recitation page on evanchen.cc](https://web.evanchen.cc/1802.html).
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) if you'd like to help out
## Compiling
### Install Typst and packages
The main text is written in [Typst 0.13](https://typst.app).
It uses the custom package
[evan@1.0.0](https://github.com/vEnhance/dotfiles/blob/main/typst/packages/local/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/`.
### Asymptote
The figures are all in `figures/`.
These are [Asymptote figures](https://web.evanchen.cc/asyguide.html).
### Compiling
Run `make all` for most targets.
LaTeX should be compiled separately using e.g. `latexmk`.