LaTeX notes for the BA5 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 security and privacy | _____ |
| The software enterprise - from ideas to products | _____ |
| Algebra | _____ |
| Modeles stochastiques pour les communications | _____ |
| Numerical methods for visual computing and ML | _____ |
| Electronique I | _____ |
| Responsible software | _____ |
LaTeX environment setup tutorial for VS code
notes_ba4/
├── _overview/ # Compiled PDFs, one folder per subject
├── _shared/ # Shared LaTeX style files
├── compsec/ # Computer security and privacy course
├── swent/ # The software enterprise - from ideas to products course
├── algebra/ # Algebra course
├── modstoc/ # Modeles stochastiques pour les communications course
├── nummet/ # Numerical methods for visual computing and ML course
├── elec/ # Electronique I course
└── respsoft/ # Responsible software 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.