Mehrfachintegral über mehrere Zeilen
Verfasst: Do 14. Jan 2010, 18:22
Hallo,
wo ist der Fehler in folgendem Beispiel?:
MfG
wo ist der Fehler in folgendem Beispiel?:
\documentclass[pdftex,a4paper,oneside,bibtotoc,liststotoc,halfparskip,headsepline,12pt]{scrbook}
\usepackage[ngerman]{babel}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{scrpage2}
\pagestyle{scrheadings}
\usepackage{array}
\usepackage{booktabs}
\automark[section]{chapter}
\chead{}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage[babel,german=quotes]{csquotes}
\renewcommand{\arraystretch}{1.5}
\begin{document}
\begin{gather}
\begin{split} \intop_0^{\infty}{\intop_{-\infty}^{\infty}{\intop_{-\infty}^{\infty}{\intop_{-\infty}^{\infty}{\intop_0^1{\ldots \intop_0^1{\intop_0^{\infty}{P\left( \rho,u_1,u_2,u_3,Y_1,\ldots, Y_{N_r-1},T;\vec{x}\right)\\ \,d\rho\, du_1\, du_2\, du_3\, dY_1, \ldots,dY_{N_r-1}\,dT}}}}}}}=1
\label{eq:pdf_normalization}
\end{split}
\end{gather}
\end{document}