I am new to this forum. I didnt find any solution here too. I want to set the width of a table with a condition but I always get a too full boxes warning. See my example below. I already included the array package.
Can anyone help ?
Code: Select all
\begin{table}[ht]
\centering
\caption{Gegenüberstellung der Roboter}\label{Robspez}
\vspace*{-3mm}
\begin{tabular}{c|p{2cm}|c}
hallo & hallo & hallo
\end{tabular}
\vspace*{-3mm}
\end{table}
