mirror of https://github.com/c3d2/slidenado/
first attempt to make a second pdf 'with notes' for every date
parent
2dceef76ee
commit
337ade5853
@ -1,3 +1,7 @@
|
||||
slides.pdf: slides.tex <%= deck_files.join " " %>
|
||||
pdflatex -draftmode $<
|
||||
pdflatex $<
|
||||
|
||||
slides_with_notes.pdf: slides_with_notes.tex <%= deck_files.join " " %>
|
||||
pdflatex -draftmode $<
|
||||
pdflatex $<
|
||||
|
Loading…
Reference in New Issue