跳到主要内容

Tex Glossary

beamer

\documentclass{beamer}
%Information to be included in the title page:
\title{Sample title}
\author{wener}
\institute{Wener}
\date{2021}

\begin{document}

\frame{\titlepage}

\begin{frame}
\frametitle{Sample frame title}
This is some text in the first frame. This is some text in the first frame. This is some text in the first frame.
\end{frame}

\end{document}