I need help to find a solution for me problem that i have with the table! I try to find a way to center me table and also to set the caption of me table under me table.
I tried with \centering and also \center but nothing will work. I read that if I use \centering I need a paragraph to work


Code: Select all
\begin{table}[H]\centering\begin{tabular}{|c | c| }\textbf{Wichtig} & \textbf{Wichtiger} \\ \hlineProzesse und Tools & Individuen und Interaktion \\ \hlinedetaillierte Dokumentation & funktionierende Software \\ \hlineVertragsverhandlungen & Zusammenarbeit mit dem Kunden \\ \hlineeinem Plan folgen & sich Änderungen anpassen \\ \hline\caption{Die Gewichtung des agilen Manifests}\label{agiles manifest}\end{tabular}\end{table}