]> projects.mako.cc - beamer-mako/commitdiff
switch to the 16:9 aspect ratio
authorBenjamin Mako Hill <mako@atdot.cc>
Tue, 21 Jun 2022 19:58:18 +0000 (21:58 +0200)
committerBenjamin Mako Hill <mako@atdot.cc>
Tue, 21 Jun 2022 19:58:18 +0000 (21:58 +0200)
template/example.tex

index 7130c82d78958d923a0c426cc21f47507cc8c5d5..3001f0a9b45373f0c9530184da1a66426dc1f6e6 100644 (file)
@@ -1,4 +1,4 @@
-\documentclass[10pt,xcolor=dvipsnames]{beamer}
+\documentclass[10pt,xcolor=dvipsnames,aspectratio=169]{beamer}
 
 \usetheme{metropolis}
 \usepackage{appendixnumberbeamer}
 
 \usetheme{metropolis}
 \usepackage{appendixnumberbeamer}
@@ -182,7 +182,7 @@ BoldItalicFont  =   *-BoldItalic
   \titlepage
 
   \tikz{\node at (current page.center) [anchor=center, yshift=-0.5in, xshift=1in]
   \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
   }
 
   % include version control stuff

Benjamin Mako Hill || Want to submit a patch?