From fccd63da29e12128cfc234937188c72c8fa99330 Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Tue, 21 Jun 2022 21:58:18 +0200 Subject: [PATCH] switch to the 16:9 aspect ratio --- slides_template/example.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slides_template/example.tex b/slides_template/example.tex index 7130c82..3001f0a 100644 --- a/slides_template/example.tex +++ b/slides_template/example.tex @@ -1,4 +1,4 @@ -\documentclass[10pt,xcolor=dvipsnames]{beamer} +\documentclass[10pt,xcolor=dvipsnames,aspectratio=169]{beamer} \usetheme{metropolis} \usepackage{appendixnumberbeamer} @@ -182,7 +182,7 @@ BoldItalicFont = *-BoldItalic \titlepage \tikz{\node at (current page.center) [anchor=center, yshift=-0.5in, xshift=1in] - {\includegraphics[width=0.35\textwidth]{figures/logo.pdf}}; + {\includegraphics[width=0.25\textwidth]{figures/logo.pdf}}; } % include version control stuff