]> git.donarmstrong.com Git - debbugs-presentations.git/commitdiff
add relevant xkcd
authorDon Armstrong <don@donarmstrong.com>
Thu, 10 Aug 2017 17:33:37 +0000 (10:33 -0700)
committerDon Armstrong <don@donarmstrong.com>
Thu, 10 Aug 2017 17:34:46 +0000 (10:34 -0700)
debbugs.Rnw
images/Makefile

index 07d8f056757cc81c0b48c735d8214025d878fcca..8304e7de5f2c13604ac78a0db59a19600c059da3 100644 (file)
@@ -526,7 +526,9 @@ perl -I. ./bin/local-debbugs --show 614351
 \end{frame}
 
 \begin{frame}{Questions?}
 \end{frame}
 
 \begin{frame}{Questions?}
-
+\begin{center}
+\includegraphics[height=0.8\textheight,keepaspectratio]{images/relevant_xkcd}
+\end{center}
 \end{frame}
 
 \end{document}
 \end{frame}
 
 \end{document}
index 912e84ab2b0b4565a971916d2271907e7212d4bd..82007d460749a881d9f44af7b12a84ab69d02288 100644 (file)
@@ -1,7 +1,8 @@
 #!/usr/bin/make -f
 
 
 #!/usr/bin/make -f
 
 
-all: rc_buggy.jpg not_a_bug.jpg bug.png fixed_bug.jpg telegraph_bug.jpg vw_bug.jpg don_at_burning_man.jpg
+all: rc_buggy.jpg not_a_bug.jpg bug.png fixed_bug.jpg                                  \
+telegraph_bug.jpg vw_bug.jpg don_at_burning_man.jpg relevant_xkcd.png
 
 # from https://www.google.com/search?as_st=y&hl=en&tbs=sur:fmc&tbm=isch&q=rc+buggy+toy+story&spell=1&sa=X&ei=GP34U_DGOoaejALCpoAI&ved=0CBsQvwUoAA&dpr=1&biw=1278&bih=734
 rc_buggy.jpg:
 
 # from https://www.google.com/search?as_st=y&hl=en&tbs=sur:fmc&tbm=isch&q=rc+buggy+toy+story&spell=1&sa=X&ei=GP34U_DGOoaejALCpoAI&ved=0CBsQvwUoAA&dpr=1&biw=1278&bih=734
 rc_buggy.jpg:
@@ -27,3 +28,6 @@ vw_bug.jpg:
 
 don_at_burning_man.jpg:
        wget "http://gallery.donarmstrong.com/2004/09_september/burning_man/parties/.cache/640x480-013_reflections_of_deep_end_in_my_dust_gear_20040902.jpg" -O $@
 
 don_at_burning_man.jpg:
        wget "http://gallery.donarmstrong.com/2004/09_september/burning_man/parties/.cache/640x480-013_reflections_of_deep_end_in_my_dust_gear_20040902.jpg" -O $@
+
+relevant_xkcd.png:
+       wget "https://imgs.xkcd.com/comics/genetic_testing_results_2x.png" -O $@