iluminat23
01-02-2013, 13:06
Hallo,
ich versuche gerade eine Präsentation mit LaTeX-Beamer zu machen. Wenn ich versuche lstlisting zu verwenden bekomme ich einen für mich unverständlichen Fehler.
\documentclass{beamer}
\setbeamertemplate{navigation symbols}{}
\usepackage[german]{babel}
\usepackage[latin1]{inputenc}
\usepackage{times}
\usepackage[T1]{fontenc}
\title{Title}
\author{Author}
\institute {Institute}
\date {}
\usepackage{listings}
\subject{Subject}
\begin{document}
\begin{frame}{Frame}
\begin{lstlisting}
asdfasdfasdfasdf
\end{lstlisting}
\end{frame}
\end{document}
hier der Fehler (aus Texmaker):
! Emergency stop.
<*> test.tex
*** (job aborted, no legal \end found)
Here is how much of TeX's memory you used:
16311 strings out of 495061
289741 string characters out of 1182621
353476 words of memory out of 3000000
19105 multiletter control sequences out of 15000+50000
8490 words of font info for 19 fonts, out of 3000000 for 9000
28 hyphenation exceptions out of 8191
49i,4n,53p,433b,1100s stack positions out of 5000i,500n,10000p,200000b,50000s
! ==> Fatal error occurred, no output PDF file produced!
im Anhang die ausgaben von 'pdflatex test.tex'
--iluminat23
ich versuche gerade eine Präsentation mit LaTeX-Beamer zu machen. Wenn ich versuche lstlisting zu verwenden bekomme ich einen für mich unverständlichen Fehler.
\documentclass{beamer}
\setbeamertemplate{navigation symbols}{}
\usepackage[german]{babel}
\usepackage[latin1]{inputenc}
\usepackage{times}
\usepackage[T1]{fontenc}
\title{Title}
\author{Author}
\institute {Institute}
\date {}
\usepackage{listings}
\subject{Subject}
\begin{document}
\begin{frame}{Frame}
\begin{lstlisting}
asdfasdfasdfasdf
\end{lstlisting}
\end{frame}
\end{document}
hier der Fehler (aus Texmaker):
! Emergency stop.
<*> test.tex
*** (job aborted, no legal \end found)
Here is how much of TeX's memory you used:
16311 strings out of 495061
289741 string characters out of 1182621
353476 words of memory out of 3000000
19105 multiletter control sequences out of 15000+50000
8490 words of font info for 19 fonts, out of 3000000 for 9000
28 hyphenation exceptions out of 8191
49i,4n,53p,433b,1100s stack positions out of 5000i,500n,10000p,200000b,50000s
! ==> Fatal error occurred, no output PDF file produced!
im Anhang die ausgaben von 'pdflatex test.tex'
--iluminat23