latex运行出错\documentclass{beamer}\usepackage{beamerthemesplit}\title{Example Presentation Created with the Beamer Package}\author{Till Tantau}\date{\today}\begin{document}\frame{\titlepage}\section*{Outline}\frame{\tableofcontents}\section{Intr

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/16 01:39:35
latex运行出错\documentclass{beamer}\usepackage{beamerthemesplit}\title{Example Presentation Created with the Beamer Package}\author{Till Tantau}\date{\today}\begin{document}\frame{\titlepage}\section*{Outline}\frame{\tableofcontents}\section{Intr

latex运行出错\documentclass{beamer}\usepackage{beamerthemesplit}\title{Example Presentation Created with the Beamer Package}\author{Till Tantau}\date{\today}\begin{document}\frame{\titlepage}\section*{Outline}\frame{\tableofcontents}\section{Intr
latex运行出错

\documentclass{beamer}


\usepackage{beamerthemesplit}


\title{Example Presentation Created with the Beamer Package}

\author{Till Tantau}

\date{\today}


\begin{document}

\frame{\titlepage}

\section*{Outline}

\frame{\tableofcontents}


\section{Introduction}

\subsection{Overview of the Beamer Class}

\frame {

\frametitle{Features of the Beamer Class}

\begin{itemize}

\item<1-> Normal LaTeX class.

\item<2-> Easy overlays.

\item<3-> No external programs needed.

\end{itemize}

}

错误是



我用的

编译的


latex运行出错\documentclass{beamer}\usepackage{beamerthemesplit}\title{Example Presentation Created with the Beamer Package}\author{Till Tantau}\date{\today}\begin{document}\frame{\titlepage}\section*{Outline}\frame{\tableofcontents}\section{Intr
很可能是你用 tex 编译的.改成 latex 或 pdflatex 来编译就可以了.