Find most class information in the github org.
This book is GPL v2 licensed, so if you distribute this book, you must make your updates public.
Further, if you make updates to the book, make that clear in the c09_contributors.md
.
This is necessary for two reasons:
- Gabe doesn't want your brilliant changes attributed to him, and
- you should have attribution for your updates!
Please do PRs to fix up the text and add to it! Add yourself to the contributors when you do.
See the table of contents. A lot of the rendering of encapsulated latex is not supported by github, so I'd highly recommend building the pdf.
Build the book:
- Install
pandoc
andlatex
(e.g.apt-get install pandoc texlive texlive-latex-extra
), ./build.sh
If this does not work, try apt-get install texlive-fonts-recommended texlive-fonts-extra
and re-building
This should generate gwu_aos.pdf
. I have no idea if this will work on non-Linux systems.