Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.44 KB

README.md

File metadata and controls

19 lines (11 loc) · 1.44 KB

VE280-Notes

Recitation class lecture notes for VE280

Build

LaTeX package minted is used to highlight the code in this project.

In order to make it work, you should add -shell-escape option to your latex compiler, and install the python package Pygments if you are to build this directly.

Alternatively with the dependencies install simply make and you should find a built copy under build/.

A copy of the built pdf is committed into the repo so people can read without cloning. The content is outdated, and frankly somewhat unpolished with the benefit of the hindsight but I think this should be left in for the sake of maintaining an honest history.

Notice for Other Users:

This repository was created mainly as a place to for me to backup my work. It was never my intention for those slides to be used by anyone other than me, but things have evolved to the place that this work will benefit other people, specifically future TAs for the course.

The contents of this repository from the very begginning is Licensed under GPL 3.0, therefore naturally grants anyone who wishes to utilize the content to use it as they wish. No explicit permissions required. However, I ask that future TAs of the course inform me that they are using it, and if they add to / have comments on any of the chapters, please also contribute your work here. As you already know there are unfished chapters and things tends to get much worse towards the last chapters.