स्लाइड और पोस्टर

बीमर डेक (महानगर)

शीर्षक, एजेंडा, सामग्री और समापन स्लाइड के साथ मेट्रोपोलिस बीमर थीम का उपयोग करते हुए एक न्यूनतम, आधुनिक स्लाइड डेक।

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}

ऐप में: नई प्रोजेक्ट गैलरी खोलें, "अधिक टेम्पलेट प्राप्त करें" के अंतर्गत {पैक} इंस्टॉल करें, और यह टेम्पलेट लाइव पूर्वावलोकन और एक-क्लिक प्रोजेक्ट निर्माण के साथ दिखाई देता है। संकलन बंडल इंजन पर स्थानीय रूप से चलता है।

सभी टेम्पलेट