Aufgeräumt habe ich. Daran sollte es nicht liegen. Komisch ist, dass das Beispiel ohne Probleme durchläuft:
\documentclass[12pt]{article}
\title{This is the title}
\author{Author One \\ Author Two}
\date{29 February 2004}
\begin{document}
\maketitle
This is the content of this document.
This is the 2nd paragraph.
Here is an inline formula:
$ V = \frac{4 \pi r^3}{3} $.
And appearing immediately below
is a displayed formula:
$$ V = \frac{4 \pi r^3}{3} $$
\end{document}
Das Beispiel, das aus meiner Datei (verkürzt) stammt, läuft nicht:
\documentclass[a4paper,notitlepage,final,11pt]{article}
\usepackage{amsfonts}
\usepackage[english]{babel}
\usepackage{amsmath,amssymb}
\usepackage{graphicx}
\begin{document}
Test
\end{document}Danke und viele Grüße,
Martin

