Skip to content

Commit

Permalink
Updates to Backpack documentation based on recent visit to MSRC.
Browse files Browse the repository at this point in the history
Includes lots of shaping examples, and a shaping algorithm description.

Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
  • Loading branch information
ezyang committed Apr 24, 2015
1 parent 72a9272 commit bbabb71
Show file tree
Hide file tree
Showing 9 changed files with 1,491 additions and 595 deletions.
8 changes: 7 additions & 1 deletion docs/backpack/Makefile
@@ -1,4 +1,4 @@
all: backpack-impl.pdf backpack-manual.pdf ubackpack.pdf
all: backpack-impl.pdf backpack-manual.pdf ubackpack.pdf backpack-shaping.pdf algorithm.pdf

ubackpack.pdf: ubackpack.tex
latexmk -pdf -latexoption=-halt-on-error -latexoption=-file-line-error -latexoption=-synctex=1 ubackpack.tex || ! rm -f $@
Expand All @@ -8,3 +8,9 @@ backpack-impl.pdf: backpack-impl.tex

backpack-manual.pdf: backpack-manual.tex
latexmk -pdf -latexoption=-halt-on-error -latexoption=-file-line-error -latexoption=-synctex=1 backpack-manual.tex || ! rm -f $@

backpack-shaping.pdf: backpack-shaping.tex
latexmk -pdf -latexoption=-halt-on-error -latexoption=-file-line-error -latexoption=-synctex=1 backpack-shaping.tex || ! rm -f $@

algorithm.pdf: algorithm.tex
latexmk -pdf -latexoption=-halt-on-error -latexoption=-file-line-error -latexoption=-synctex=1 algorithm.tex || ! rm -f $@
Binary file added docs/backpack/algorithm.pdf
Binary file not shown.

0 comments on commit bbabb71

Please sign in to comment.