Add code listings.

This commit is contained in:
2020-05-29 00:39:24 -07:00
parent aa6ef080a8
commit e56084a293
3 changed files with 74 additions and 3 deletions

View File

@@ -1,11 +1,14 @@
archive.pdf: intro.pdf requirements.pdf design-doc.pdf \
binary/techreview-ryan.pdf techreview-daniel.pdf binary/techreview-matt.pdf \
binary/blog-ryan.pdf blog-daniel.pdf binary/blog-matt.pdf \
readme.pdf resources.pdf reflection.pdf review.pdf
readme.pdf resources.pdf reflection.pdf listings.pdf review.pdf
pdfjam --no-tidy --outfile archive.pdf -- intro.pdf requirements.pdf design-doc.pdf \
binary/techreview-ryan.pdf techreview-daniel.pdf binary/techreview-matt.pdf \
binary/blog-ryan.pdf blog-daniel.pdf binary/blog-matt.pdf \
readme.pdf resources.pdf reflection.pdf review.pdf
readme.pdf resources.pdf reflection.pdf listings.pdf review.pdf
listings.pdf: listings.tex
pdflatex listings.tex
resources.pdf: resources.tex
pdflatex resources.tex