So ich hab eine Problem. Ich hab eine Projektarbeit und eine Tabelle die im Querformat angezeigt wird. Jetzt erzeugt (meiner Meinung nach, kanns nur sie sein) eine leer Seite am Anfang. Wie krieg ich da weg? Danke



\documentclass{scrartcl}
\usepackage[latin1]{inputenc}
\usepackage[ngerman]{babel}
\usepackage{pstricks}
\usepackage{graphicx}
\usepackage{graphics}
\usepackage[activate]{pdfcprot}
\usepackage{fancyhdr}
\usepackage{amsmath,amsfonts,amssymb,amsxtra}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[L]{Aufgaben}
\fancyhead[R]{Team: 1}
\renewcommand{\headrulewidth}{0.4pt}
\usepackage[left=30mm,right=30mm,top=2cm,bottom=2cm]{geometry}


\begin{document}
\section*{Aufgabe 1}
\begin{tabular}{1|1|1|1|1|1|1|1|1|1|1}
\rotatebox{90}{1.1}
&\includegraphics[scale = 0.65]{Bild1}
&\rotatebox{90}{1.2}
& \includegraphics[scale = 0.65]{Bild2}
& \rotatebox{90}{2) Hier ist das Bild dargestellt}
& \rotatebox{90}{1.3}
& \rotatebox{90}{a) Gesamtzeit: xns \quad $y_0_$ = xns \quad $y_0_$ = xns \quad $y_0_$ = xns \quad $y_0_$ = xns \quad $y_0_$ = xns \quad $y_0_$ = xns \quad $y_0_$ = / \quad $y_0_$ =/}
& \includegraphics[scale = 0.65]{Bild3}
& \rotatebox{90}{b) Gesamtzeit: 11ns \quad $y_0_$ = xns \quad $y_0_$ = xns \quad $y_0_$ = xns \quad $y_0_$ = xns \quad $y_0_$ = xns \quad $y_0_$ = xns \quad $y_0_$ = xns \quad $y_0_$ = xns}
& \includegraphics[scale = 0.65]{Bild4}
& \rotatebox{90}{yeah yeah}

\end{tabular}
\end{document}

Ich glaube nicht, dass das ganz einem Minimal-Beispiel entspricht. Aber ich wusste nicht, was ich weglassen soll. Vielleicht ist ja was wichtig, was dann nicht mehr da ist. Ansonsten verzeiht mir, bin noch relativ neu mit dem Programm.

Vogel