Cäro
04-01-2013, 16:54
ich habe 9 kleine tabellen die alle untereinander stehen sollen. das ganze erstreckt sich dann über 2 seiten. Das problem ist, dass nur 3 tabellen auf der ersten seite sind dann beginnt die neue seite mit 6 tabellen. wenn ich weitere tabellen einfüge, dann sind auf seite 2 mehr tabellen und auf seite 1 immer noch 3 (also halb leer).
hier einmal das gerüst:
\documentclass[12pt,a4paper]{article}
%Seitenränder
\usepackage{geometry}
\usepackage{graphicx}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{mathptmx}
\usepackage[scaled=.90]{helvet}
\usepackage[english]{babel}
\usepackage[onehalfspacing]{setspace}
%Kapiteltiefe
\setcounter{tocdepth}{4}
\setcounter{secnumdepth}{4}
%seitenränder
\geometry{a4paper, top=2.5cm, left=3cm, right=2.5cm, bottom=2.5cm}
%verhindert gleiten der Abbildung aus der aktuellen Section
%\usepackage[section]{placeins}
\begin{document}
\input{titlepage}
\clearpage
%Seitenzahlen vom Inhaltsverzeichnis römisch
\pagenumbering{Roman}
\tableofcontents
%Seitenzahlen vom Rest arabisch
\clearpage
\pagenumbering{arabic}
\include{summary}
\clearpage
\include{MM}
\clearpage
\input{abbreviations}
\include{references}
\input{statement}%ans Ende
\end{document}
und hier einmal das was einfügt wird
\section{Material}
\subsection{Cell lines} \label{sub:cell}
\begin{table}[htb]
\begin{tabular}{lll}
MCF$10$a & \\
\hline\hline
Type: & \\
Species: & \\
Origin: & \\
Culture medium: & \\
Culture conditions:& \\
\end{tabular}
\label{tab:MCF10a}
\end{table}
\begin{table}[htb]
\begin{tabular}{lll}
HCC 1937 & \\
\hline\hline
Type: & \\
Species: & \\
Origin: & \\
Culture medium: & \\
Culture conditions:& \\
\end{tabular}
\label{tab:hcc1937}
\end{table}
\begin{table}[htb]
\begin{tabular}{lll}
MDA-MB $468$ & \\
\hline\hline
Type: & \\
Species: & \\
Origin: & \\
Culture medium: & \\
Culture conditions:& \\
\end{tabular}
\label{tab:468}
\end{table}
\begin{table}[htb]
\begin{tabular}{lll}
BT-$20$ & \\
\hline\hline
Type: & \\
Species: & \\
Origin: & \\
Culture medium: & \\
Culture conditions:& \\
\end{tabular}
\label{tab:bt20}
\end{table}
\begin{table}[htb]
\begin{tabular}{lll}
MDA-MB $453$ & \\
\hline\hline
Type: & \\
Species: & \\
Origin: & \\
Culture medium: & \\
Culture conditions:& \\
\end{tabular}
\label{tab:453}
\end{table}
\begin{table}[htb]
\begin{tabular}{lll}
HCC 1806 & \\
\hline\hline
Type: & \\
Species: & \\
Origin: & \\
Culture medium: & \\
Culture conditions:& \\
\end{tabular}
\label{tab:1806}
\end{table}
\begin{table}[htb]
\begin{tabular}{lll}
MDA-MB 231 & \\
\hline\hline
Type: & \\
Species: & \\
Origin: & \\
Culture medium: & \\
Culture conditions:& \\
\end{tabular}
\label{tab:231}
\end{table}
\begin{table}[htb]
\begin{tabular}{lll}
SKBR-3 & \\
\hline\hline
Type: & \\
Species: & \\
Origin: & \\
Culture medium: & \\
Culture conditions:& \\
\end{tabular}
\label{tab:SKBR}
\end{table}
\begin{table}[htb]
\begin{tabular}{lll}
MCF-7 & \\
\hline\hline
Type: & \\
Species: & \\
Origin: & \\
Culture medium: & \\
Culture conditions:& \\
\end{tabular}
\label{tab:mcf7}
\end{table}
\begin{table}[htb]
\begin{tabular}{lll}
HCC 1937 & \\
\hline\hline
Type: & \\
Species: & \\
Origin: & \\
Culture medium: & \\
Culture conditions:& \\
\end{tabular}
\label{tab:1937}
\end{table}
\clearpage
hier einmal das gerüst:
\documentclass[12pt,a4paper]{article}
%Seitenränder
\usepackage{geometry}
\usepackage{graphicx}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{mathptmx}
\usepackage[scaled=.90]{helvet}
\usepackage[english]{babel}
\usepackage[onehalfspacing]{setspace}
%Kapiteltiefe
\setcounter{tocdepth}{4}
\setcounter{secnumdepth}{4}
%seitenränder
\geometry{a4paper, top=2.5cm, left=3cm, right=2.5cm, bottom=2.5cm}
%verhindert gleiten der Abbildung aus der aktuellen Section
%\usepackage[section]{placeins}
\begin{document}
\input{titlepage}
\clearpage
%Seitenzahlen vom Inhaltsverzeichnis römisch
\pagenumbering{Roman}
\tableofcontents
%Seitenzahlen vom Rest arabisch
\clearpage
\pagenumbering{arabic}
\include{summary}
\clearpage
\include{MM}
\clearpage
\input{abbreviations}
\include{references}
\input{statement}%ans Ende
\end{document}
und hier einmal das was einfügt wird
\section{Material}
\subsection{Cell lines} \label{sub:cell}
\begin{table}[htb]
\begin{tabular}{lll}
MCF$10$a & \\
\hline\hline
Type: & \\
Species: & \\
Origin: & \\
Culture medium: & \\
Culture conditions:& \\
\end{tabular}
\label{tab:MCF10a}
\end{table}
\begin{table}[htb]
\begin{tabular}{lll}
HCC 1937 & \\
\hline\hline
Type: & \\
Species: & \\
Origin: & \\
Culture medium: & \\
Culture conditions:& \\
\end{tabular}
\label{tab:hcc1937}
\end{table}
\begin{table}[htb]
\begin{tabular}{lll}
MDA-MB $468$ & \\
\hline\hline
Type: & \\
Species: & \\
Origin: & \\
Culture medium: & \\
Culture conditions:& \\
\end{tabular}
\label{tab:468}
\end{table}
\begin{table}[htb]
\begin{tabular}{lll}
BT-$20$ & \\
\hline\hline
Type: & \\
Species: & \\
Origin: & \\
Culture medium: & \\
Culture conditions:& \\
\end{tabular}
\label{tab:bt20}
\end{table}
\begin{table}[htb]
\begin{tabular}{lll}
MDA-MB $453$ & \\
\hline\hline
Type: & \\
Species: & \\
Origin: & \\
Culture medium: & \\
Culture conditions:& \\
\end{tabular}
\label{tab:453}
\end{table}
\begin{table}[htb]
\begin{tabular}{lll}
HCC 1806 & \\
\hline\hline
Type: & \\
Species: & \\
Origin: & \\
Culture medium: & \\
Culture conditions:& \\
\end{tabular}
\label{tab:1806}
\end{table}
\begin{table}[htb]
\begin{tabular}{lll}
MDA-MB 231 & \\
\hline\hline
Type: & \\
Species: & \\
Origin: & \\
Culture medium: & \\
Culture conditions:& \\
\end{tabular}
\label{tab:231}
\end{table}
\begin{table}[htb]
\begin{tabular}{lll}
SKBR-3 & \\
\hline\hline
Type: & \\
Species: & \\
Origin: & \\
Culture medium: & \\
Culture conditions:& \\
\end{tabular}
\label{tab:SKBR}
\end{table}
\begin{table}[htb]
\begin{tabular}{lll}
MCF-7 & \\
\hline\hline
Type: & \\
Species: & \\
Origin: & \\
Culture medium: & \\
Culture conditions:& \\
\end{tabular}
\label{tab:mcf7}
\end{table}
\begin{table}[htb]
\begin{tabular}{lll}
HCC 1937 & \\
\hline\hline
Type: & \\
Species: & \\
Origin: & \\
Culture medium: & \\
Culture conditions:& \\
\end{tabular}
\label{tab:1937}
\end{table}
\clearpage