幻灯片和海报

投影仪甲板(大都会)

使用 Metropolis 投影仪主题的简约现代幻灯片,包含标题、议程、内容和结束幻灯片。

LaTeXCC0-1.0演讲
在目录中查看
投影仪甲板(大都会) 模板的编译首页
main.tex
\documentclass[aspectratio=169]{beamer}
\usetheme{metropolis}
\usepackage{booktabs}

\title{Talk Title}
\subtitle{A one-line subtitle}
\author{Your Name}
\institute{Example University}
\date{\today}

\begin{document}

\maketitle

\begin{frame}{Agenda}
  \tableofcontents
\end{frame}

\section{Problem}

\begin{frame}{The problem}
  \begin{itemize}
    \item What hurts today
    \item Why existing approaches fall short
  \end{itemize}
\end{frame}

\section{Approach}

\begin{frame}{Our approach}
  One idea per slide. Math renders as usual:
  \[ \hat{y} = f_\theta(x) \]
\end{frame}

\section{Results}

\begin{frame}{Results}
  \begin{table}
    \centering
    \begin{tabular}{lrr}
      \toprule
      Method & Metric A & Metric B \\
      \midrule
      Baseline & 0.71 & 0.64 \\
      Ours & \textbf{0.83} & \textbf{0.79} \\
      \bottomrule
    \end{tabular}
  \end{table}
\end{frame}

\begin{frame}[standout]
  Thank you. Questions?
\end{frame}

\end{document}

应用内:打开新建项目图库,在「获取更多模板」下安装 幻灯片和海报 包,即可带实时预览并一键创建项目。编译在捆绑引擎上本地运行。

全部模板