비머 데크(메트로폴리스)
제목, 주제, 콘텐츠 및 마무리 슬라이드가 포함된 Metropolis 비머 테마를 사용하는 미니멀하고 현대적인 슬라이드 데크입니다.

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}
앱에서: 새 프로젝트 갤러리를 열고 "템플릿 더 받기"에서 슬라이드 및 포스터 팩을(를) 설치하면 실시간 미리보기와 원클릭 생성이 됩니다. 컴파일은 번들 엔진으로 로컬 실행됩니다.