This repository contains lecture notes completed for MAE 283 at UC San Diego during Fall quarter 2009 and taught by Prof de Callafon.
You can compile using
pdflatex mae283_lectures.tex
bibtex mae283_lectures.aux
pdflatex mae283_lectures.tex
pdflatex mae283_lectures.tex
After running those commands initially, further changes can be compiled just running a single pdflatex
command.
Statick is used to ensure consistent style and that certain classes of errors do not exist in this repository. To run Statick locally, do the following:
apt install chktex lacheck python3-venv
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
mkdir statick_output
statick . --user-paths statick_config --profile tex-profile.yaml --config tex-config.yaml