LaTeX notes for the BA4 IN semester at EPFL.
Compile all subjects and sync PDFs to _overview/:
python build.pyCompile specific subjects:
python build.py algo
python build.py algo iml sigproc| Subject | Allowed |
|---|---|
| Computer Systems | 4 double-sided A4 sheets, any format |
| Signal Processing | 2 double-sided A4 sheets, handwritten only |
| Algorithms I | 1 double-sided A4 sheet, any format |
LaTeX environment setup tutorial for VS code
notes_ba4/
├── _overview/ # Compiled PDFs, one folder per subject
├── _shared/ # Shared LaTeX style files
├── algo/ # Algorithms I course
├── iml/ # Introduction to machine learning course
├── sigproc/ # Signal processing course
├── compsys/ # Computer systems course
└── isv/ # Intoduction aux sciences du vivant (pour IC) course
Each subject folder contains .tex sources; run build.py to recompile.
The .tex disponible for each course, for each folder may change but are mainly composed of course.tex and cheatsheet.tex.