TemplateTalks & posterstalkslides
Metropolis Slides
A minimal, modern research talk skeleton on the metropolis beamer theme, compiled with xelatex for Fira Sans typography.
CC-BY-SA 4.0 (beamertheme-metropolis, TeX Live)
Loading PDF preview…
This workspace is set up as a metropolis slide deck, a minimal modern beamer theme with Fira Sans, currently a short research-talk skeleton. Tell me what the talk is about, or paste your paper or notes, and I will draft the slides for you.
What’s inside
- Starter files
main.tex2.3 KB
% !TeX program = xelatex \documentclass[11pt]{beamer} \usetheme[progressbar=frametitle]{metropolis} % TeX Live ships the Fira fonts but not under their family names, so load % them by file (this replaces the theme's own Fira Sans lookup). \setsansfont{FiraSans-Light.otf}[ BoldFont = FiraSans-Regular.otf, ItalicFont = FiraSans-LightItalic.otf, BoldItalicFont = FiraSans-Italic.otf] \setmonofont{FiraMono-Regular.otf}[BoldFont = FiraMono-Medium.otf] \usepackage{amsmath} \usepackage{booktabs} \title{A Concise Talk Title} \subtitle{Optional subtitle} \author{Your Name} \institute{Your Institution} \date{\today} \begin{document} \maketitle \begin{frame}{Motivation} \begin{itemize} \item State the problem in one line the audience already cares about. \item Why existing approaches fall short. \item One sentence on what this talk shows. \end{itemize} \vfill \begin{alertblock}{Key question} Can we do X better by doing Y? \end{alertblock} \end{frame} \begin{frame}{Method} We minimize a regularized objective over parameters $\theta$: \begin{equation} \hat{\theta} = \arg\min_{\theta}\; \frac{1}{n}\sum_{i=1}^{n} \ell\bigl(f_\theta(x_i), y_i\bigr) + \lambda \|\theta\|_2^2 . \end{equation} \begin{itemize} \item Step 1: describe the model $f_\theta$. \item Step 2: describe the training or estimation procedure. \item Step 3: note the one trick that makes it work. \end{itemize} \end{frame} \begin{frame}{Results} \begin{table} \centering \begin{tabular}{lcc} \toprule Method & Accuracy & Time (s) \\ \midrule Baseline & 71.2 & 12.4 \\ Prior work & 74.8 & 30.1 \\ \textbf{Ours} & \textbf{78.3} & 14.0 \\ \bottomrule \end{tabular} \caption{Replace with your headline comparison.} \end{table} \begin{itemize} \item One takeaway sentence per result. \end{itemize} \end{frame} \begin{frame}[standout] One-sentence takeaway of the whole talk. \end{frame} \begin{frame}{Conclusion} \begin{itemize} \item Restate the contribution in one line. \item Main limitation and the obvious next step. \item Pointer to paper, code, or contact. \end{itemize} \vfill \centering Ask the agent in the chat to draft slides from your paper or notes. \end{frame} \end{document}- Libraries and docs
main.pdfprebuilt · 23 KBReplaced by the first recompile.
Binary file, seeded as-is.
main.synctex.gzprebuilt · 8.3 KBReplaced by the first recompile.
Binary file, seeded as-is.