ยง Creating PDFs to read code
- Use
vim-bruin
for black and white printing - Use
more *.cpp *.h > consolidated.cpp
to create a single file. ClangFormat
this file. - Open in vim, use
:toHTML
in vim to dump out an HTML. - Open HTML page in firefox, use
save as PDF
to generate a PDF. - Print!