Skip to main content
All modules

TemplateTalks & posterstalkslides

Beamer Presentation

A clean research talk skeleton on the standard beamer class, Madrid theme with a restrained navy accent.

LPPL 1.3c (beamer, TeX Live)

Loading PDF preview…

This workspace is set up as a beamer slide deck with a clean Madrid theme, currently a short research-talk skeleton (title, motivation, method, results, conclusion). 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.0 KB
    \documentclass[11pt]{beamer}
    
    \usetheme{Madrid}
    \usecolortheme{default}
    \definecolor{accent}{RGB}{25, 71, 116}
    \usecolortheme[named=accent]{structure}
    \beamertemplatenavigationsymbolsempty
    \setbeamertemplate{footline}[frame number]
    
    \usepackage{amsmath}
    \usepackage{booktabs}
    
    \title{A Concise Talk Title}
    \subtitle{Optional subtitle}
    \author{Your Name}
    \institute{Your Institution}
    \date{\today}
    
    \begin{document}
    
    \begin{frame}
      \titlepage
    \end{frame}
    
    \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{block}{Key question}
        Can we do X better by doing Y?
      \end{block}
    \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}{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 · 102 KBReplaced by the first recompile.

    Binary file, seeded as-is.

  • main.synctex.gzprebuilt · 9.6 KBReplaced by the first recompile.

    Binary file, seeded as-is.