This repository contains lecture notes for various courses in the EngSci Program
Prof. Micah Stickle
Prof. Scoot Ramsay
Prof. Mary Pugh
Prof. James Davis
Prof. Evan Bentz
Prof. [Name]
Prof. [Name]
Prof. [Name]
Prof. [Name]
Prof. [Name]
To compile the LaTeX documents, you will need a LaTeX distribution installed on your system. You can use tools like pdflatex or xelatex to compile the .tex files.
Example command to compile a .tex file:
pdflatex main.tex
```text
## Project Structure
SKULE/ ├── YEAR1/ │ ├── CIV 102 Lecture Notes/ │ ├── ECE159 Lecture Notes/ │ ├── ESC195 Lecture Notes/ │ ├── MAT185 Lecture Notes/ │ ├── MAT185_Assignments/ │ └── MSE160 Lecture Notes/ └── YEAR2/ │ ├── AER210_LectureNotes/ │ ├── CHE260_LectureNotes/ │ ├── ECE253_LectureNotes/ │ ├── MAT292_LectureNotes/ │ └── PHY293_LectureNotes/
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.