Hi
folgender Fehler tritt auf wenn ich das eingebe pdflatex Name.tex
"! Package pgf Error: Undefined image "icon01_2". "
Laut documentation soll eine png Grafik ohne .png angegeben werden. was ich auch gemacht habe. die Datei befindet sich im selben ordner wie das tex dokument... hier der Code (sogar direkt von der Doku übernommen)
LaTeX
\documentclass{beamer}
\mode<presentation>
\title{There Is NoLargest Prime Number}
\author{Euclide of Alexandria \texttt{euclide@alexandria.edu}}
\date{27th International Symposium of Prime Numbers}
\def\qedsymbol{}
\begin{document}
\setbeamertemplate{title page}
{
\pgfuseimage{icon01_2}
\vskip0pt plus 1filll
\begin{centering}
{\usebeamerfont{title}\usebeamercolor[fg]{title}\inserttitle}
\insertdate
\end{centering}
\vskip0pt plus 1filll
\pgfuseimage{icon02_2}
}
\begin{frame}[plain]
\titlepage
\end{frame}
\end{document}
Alles anzeigen
weiß jemand was da net funkt?