I have a Page a Chapter and some Text. Then I add a table after my text.
\begin{table}[]
\centering
\caption{Entwicklungsmöglichkeiten}
\label{Entwicklungsmöglichkeiten}
\begin{tabular}{@{}llll@{}}
\toprule
Text& Text& Text& Text\\ \midrule
\textbf{Text}& - & ++ & ++ \\
\textbf{Text}& + & - & ++ \\
\textbf{Text}& -- & - & ++ \\
\textbf{Text}& ++ & - & ++ \\
\textbf{Text}& + & - & ++ \\
\textbf{Text}& -- & - & ++ \\ \midrule
\end{tabular}
\end{table}
The table jumps above my text chapter!
Questions:
- How can I avoid that?
- How can I make the table as wide as the page?
- How can I put the Caption of the table to the bottom of it?

\begin{table}. Replace\begin{table}[]with\begin{table}[h]. – ddas Oct 06 '16 at 11:10\end{tabular}– ddas Oct 06 '16 at 11:20