This repository contains notes and resources taken from my classes at RIT. Some of these are intended for the NTID/hard-of-hearing students, for which I am a designated notetaker. These notes are automatically hosted on my personal website.
If you wish to compile this repository yourself, you must have a standard TeX
distribution installed. Your TeX distribution must have the pgfplots
package and its libraries installed.
sudo apt install texlive-full
To compile the notes, you will need node >= 6.0.0
. The notes are
compiled and managed using a gulpfile.
npm install
npm install -g gulp
gulp latex-all