From: Don Armstrong Date: Fri, 11 Aug 2017 15:25:06 +0000 (-0700) Subject: change aspect ratio to 16x9 X-Git-Url: https://git.donarmstrong.com/?p=debbugs-presentations.git;a=commitdiff_plain;h=babea46ad9167cca760f589a13626e60f06bc80a change aspect ratio to 16x9 --- diff --git a/debbugs.Rnw b/debbugs.Rnw index 66c0ce8..774798e 100644 --- a/debbugs.Rnw +++ b/debbugs.Rnw @@ -135,7 +135,7 @@ scientific_10 <- function(x) { \item How you can help \item Answer questions/discussion \end{itemize} - \column{0.5\textwidth} + \column{0.4\textwidth} \includegraphics[width=\textwidth,keepaspectratio]{images/rc_buggy} \end{columns} \end{frame} @@ -197,8 +197,7 @@ print(ggplot(bug.growth[date > as.POSIXct(ISOdatetime(2014,1,1,0,0,0)),], \begin{frame}[fragile]{Is the bug filing rate decreasing?} \tiny <>= -summary(lm(log(`bugs per day`)~date, - bug.growth[date > "2014-01-01 PST",])) +summary(lm(log(`bugs per day`)~date,bug.growth[date > "2014-01-01 PST",])) @ \normalsize Not significantly decreasing. @@ -486,7 +485,7 @@ GROUP by status; \end{itemize} \end{frame} -\begin{frame}[fragile]{Using \texttt{local-debbugs} to run these tasks} +\begin{frame}[fragile]{Using \texttt{local-debbugs} to work on these tasks} \footnotesize \begin{minted}{sh} git clone \ diff --git a/debbugs_presentation.Rnw b/debbugs_presentation.Rnw index 9af7d33..a933315 100644 --- a/debbugs_presentation.Rnw +++ b/debbugs_presentation.Rnw @@ -1,4 +1,4 @@ -\documentclass[ignorenonframetext]{beamer} +\documentclass[ignorenonframetext,aspectratio=169]{beamer} <>=