Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 635 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 635 Bytes

JHU CS Notes

These are notes I've written for CS courses and general software development stuff.

Some formatting constructs like tabels, latex math, and images were written using pandoc's enhanved markdown and may not be rendered as intended in Github. You can get a properly formatted PDF of any of these notes by cloning this repo and using pandoc to convert the markdown files to PDFs.

Usage:

$ pandoc -o <filename>.pdf <note-file>.md

Requirements

This requires that you have pandoc and Latexx installed on your system. You can find installation instructions here.