Artifex
08-12-2006, 17:30
Hi ich habe eine Tabelle gemacht und wollte die genau mittig auf eine DinA4 Seite bekommen, also nicht nur oben mittig sondern komplett mittig von allen Seiten. Habe es so versucht:
\begin{table}[h]
\centering
\begin{tabular}{|l|r|r|}
\hline
\textbf{Investitionen} & \textbf{AT\&T} & \textbf{Bellsouth} \\
& 2003 & 2003 \\
\hline
Accounts receivable & 6,178 & 2,87 \\
\hline
Materials \& Supplies & n.v. & 0,375 \\
\hline
Accounts payable & 10,658 & 1,339 \\
\hline
Accounts payable von CW & 0,5424 & 0,3616 \\
\hline
Other current liabilities & 1,033 & 3,628 \\
\hline
Other current liabilities von CW & 1,3128 & 0,8752 \\
\hline
Liabiliites of discontinued Operations & 1,3128 & 0,8752 \\
\hline
\hline
\textbf{Net Operating Working Capital} & \textbf{-7,3682} & \textbf{-3,3338} \\
\hline
Other current Assets & 1,512 & 1,048 \\
\hline
Other current Assets von CW & 0,1776 & 0,118 \\
\hline
\hline
\textbf{Other Operating Assets} & \textbf{1,6896} & \textbf{1,1664} \\
\hline
Cash Flow from Investments & 5,219 & 2,926 \\
\hline
Cash Flow from Investments von CW & 1,6404 & 1,0936 \\
\hline
\end{tabular}
\caption{Investitionen 2003}
\end{table}
aber die Tabelle ist nur oben mittig also klebt die Tabelle jetzt praktisch oben an der Seite mittig.
Wie bekomm ich die Tabelle komplett in die Mitte der Seite?
danke
\begin{table}[h]
\centering
\begin{tabular}{|l|r|r|}
\hline
\textbf{Investitionen} & \textbf{AT\&T} & \textbf{Bellsouth} \\
& 2003 & 2003 \\
\hline
Accounts receivable & 6,178 & 2,87 \\
\hline
Materials \& Supplies & n.v. & 0,375 \\
\hline
Accounts payable & 10,658 & 1,339 \\
\hline
Accounts payable von CW & 0,5424 & 0,3616 \\
\hline
Other current liabilities & 1,033 & 3,628 \\
\hline
Other current liabilities von CW & 1,3128 & 0,8752 \\
\hline
Liabiliites of discontinued Operations & 1,3128 & 0,8752 \\
\hline
\hline
\textbf{Net Operating Working Capital} & \textbf{-7,3682} & \textbf{-3,3338} \\
\hline
Other current Assets & 1,512 & 1,048 \\
\hline
Other current Assets von CW & 0,1776 & 0,118 \\
\hline
\hline
\textbf{Other Operating Assets} & \textbf{1,6896} & \textbf{1,1664} \\
\hline
Cash Flow from Investments & 5,219 & 2,926 \\
\hline
Cash Flow from Investments von CW & 1,6404 & 1,0936 \\
\hline
\end{tabular}
\caption{Investitionen 2003}
\end{table}
aber die Tabelle ist nur oben mittig also klebt die Tabelle jetzt praktisch oben an der Seite mittig.
Wie bekomm ich die Tabelle komplett in die Mitte der Seite?
danke