Add poster
This commit is contained in:
parent
3a7d092c13
commit
1975847975
2
Makefile
2
Makefile
|
@ -1,11 +1,13 @@
|
|||
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 \
|
||||
binary/poster.pdf \
|
||||
readme.pdf resources.pdf reflection.pdf listings.pdf images.pdf review.pdf todo.pdf
|
||||
ruby toc.rb
|
||||
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 \
|
||||
binary/poster.pdf \
|
||||
readme.pdf resources.pdf reflection.pdf listings.pdf images.pdf review.pdf todo.pdf
|
||||
|
||||
todo.pdf: todo.tex
|
||||
|
|
BIN
binary/poster.pdf
Normal file
BIN
binary/poster.pdf
Normal file
Binary file not shown.
3
toc.rb
3
toc.rb
|
@ -20,7 +20,8 @@ pdf_structure = [
|
|||
all_pages("Ryan Alder's Blog Posts", "binary/blog-ryan.pdf"),
|
||||
all_pages("Danila Fedorin's Blog Posts", "blog-daniel.pdf"),
|
||||
all_pages("Matthew Sessions' Blog Posts", "binary/blog-matt.pdf"),
|
||||
all_pages("Project Documentation and READMEs", "readme.pdf"),
|
||||
all_pages("Expo Poster", "binary/poster.pdf"),
|
||||
all_pages("Project Documentation", "readme.pdf"),
|
||||
all_pages("Learning Resources", "resources.pdf"),
|
||||
all_pages("Conclusions and Reflections", "reflection.pdf"),
|
||||
all_pages("Appendix 1: Essential Code Listings", "listings.pdf"),
|
||||
|
|
Loading…
Reference in New Issue
Block a user