Skip to content

Commit

Permalink
Convert to 16:9 aspect ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
jarad committed Nov 6, 2023
1 parent 7ecabe4 commit 4046687
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions courses/stat615/slides/ABC/ABC.Rnw
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\documentclass[handout]{beamer}
\documentclass[handout,aspectratio=169]{beamer}

\input{../frontmatter}
\input{../commands}
Expand All @@ -11,7 +11,7 @@


<<options, results='hide', echo=FALSE, purl=FALSE>>=
opts_chunk$set(fig.width=7,
opts_chunk$set(fig.width=9,
fig.height=5,
out.width='.8\\linewidth',
fig.align='center',
Expand Down Expand Up @@ -621,7 +621,7 @@ $S$ & 301 & 219 & 180 & 150 & 108 & 86 & 61 & 52 & 35 & 29 & 22 \\
}

\frame{\frametitle{}
\setkeys{Gin}{width=\textwidth}
\setkeys{Gin}{width=0.9\textwidth}
With $\epsilon=0$ (i.e. draws from $p(\theta|y)$),

\vspace{0.2in}
Expand Down
4 changes: 2 additions & 2 deletions courses/stat615/slides/ARMS/ARMS.Rnw
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\documentclass[handout]{beamer}
\documentclass[handout,aspectratio=169]{beamer}

\input{../frontmatter}
\input{../commands}
Expand All @@ -11,7 +11,7 @@


<<options, results='hide', echo=FALSE, purl=FALSE>>=
opts_chunk$set(fig.width=7,
opts_chunk$set(fig.width=10,
fig.height=5,
out.width='.8\\linewidth',
fig.align='center',
Expand Down
4 changes: 2 additions & 2 deletions courses/stat615/slides/Slice/slice.Rnw
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\documentclass[handout]{beamer}
\documentclass[handout, aspectratio=169]{beamer}

\input{../frontmatter}
\input{../commands}
Expand All @@ -7,7 +7,7 @@


<<options, results='hide', echo=FALSE, purl=FALSE>>=
opts_chunk$set(fig.width=7,
opts_chunk$set(fig.width=9,
fig.height=5,
out.width='.8\\linewidth',
fig.align='center',
Expand Down

0 comments on commit 4046687

Please sign in to comment.