table zerstört Layout von tabular
Verfasst: Mi 18. Mär 2015, 10:42
Hallo
Ich habe eine schöne Tabelle mit tabular* erstellt, wenn ich nun die Umgebung von table integriere damit ich eine caption einfügen kann wird die Tabelle unansehnlich verdrückt. Kann man das irgendwie verhindern?
Vielen Dank für euere Hilfe!
Yves
Ich habe eine schöne Tabelle mit tabular* erstellt, wenn ich nun die Umgebung von table integriere damit ich eine caption einfügen kann wird die Tabelle unansehnlich verdrückt. Kann man das irgendwie verhindern?
Vielen Dank für euere Hilfe!
Yves
\begin{table}[!ht] \begin{tabular*}{\textwidth}{@{\extracolsep{\fill} }lllllllllll} \cline{1-3} \textbf{Job \emph{j}} & \textbf{1} & \textbf{2} & \textbf{3} & \textbf{4} & \textbf{5} & \textbf{6} & \textbf{7} & \textbf{8} & \textbf{9} & \textbf{10} \\ \hline process time \emph{$p_{j}$} & 6 & 1 & 9 & 9 & 7 & 6 & 10 & 9 & 2 & 1 \\ due date \emph{$d_{j}$} & 5 & 20 & 15 & 8 & 30 & 55 & 52 & 56 & 39 & 32 \\ \hline \textbf{Job \emph{j}} & \textbf{11} & \textbf{12} & \textbf{13} & \textbf{14} & \textbf{15} & \textbf{16} & \textbf{17} & \textbf{18} & \textbf{19} & \textbf{20}\\ \hline process time \emph{$p_{j}$} & 7 & 5 & 5 & 7 & 2 & 5 & 20 & 15 & 8 & 30 \\ due date \emph{$d_{j}$} & 77 & 79 & 60 & 63 & 85 & 86 & 95 & 109 & 108 & 100 \\ \hline \textbf{Job \emph{j}} & \textbf{21} & \textbf{22} & \textbf{23} & \textbf{24} & \textbf{25} & \textbf{26} & \textbf{27} & \textbf{28} & \textbf{29} & \textbf{30}\\ \hline process time \emph{$p_{j}$} & 55 & 52 & 56 & 39 & 32 & 77 & 79 & 60 & 63 & 85\\ due date \emph{$d_{j}$} & 140 & 121 & 127 & 139 & 135 & 145 & 166 & 158 & 155 & 176 \\ \hline \end{tabular*} \caption{a floating test table.} \label{tab:testtab1} \end{table}