8 Aprile 2008 alle 12:59
#23483
::
ciao
prova ad usare il pacchetto tabularx
`
\begin{table}[htb]
\selectfont\footnotesize
\centering
\begin{tabularx}{\textwidth}{|c||c|c||X|}
\hline
\multicolumn{4}{|c|}{Reference results}\\
\hline
\hline
$ Mode $ & $frequency [Hz]$ & $damping\mbox{ }ratio [\%]$ & $description$\\
\hline
1& 26.79& 2.69& I sym.bending mode of the wing\\
2& 40.25& 2.88& I asym.torsional – I asym.bending mode of the wing\\
3& 76.49& 2.36& I sym.torsional mode of the wing\\
4& 79.35& 2.88& I bending mode of the vertical stabilizer\\
5& 89.18& 2.02& I asym.bending mode of the horizontal stabilizer\\
\hline
\end{tabularx}
\caption{Airplane model}
\label{tab:Airplane_description}
\end{table}
`
Ciao.