15 Febbraio 2008 alle 11:04
#21714
::
io non ho nessun problema
`
\documentclass{article}
\usepackage{multirow,bigstrut}
\begin{document}
\begin{table}[ht]
\begin{tabular}{|c|c|c|}
\hline
MODEL & Type & near-wall treatment\\
\hline
Spalart-Allmaras & – & -\\
\hline
RSM & low-Reynolds modification & -\\
\hline
\multirow{2}[4]*{model} & standard & – \bigstrut\\\cline{2-2}
& SST & – \bigstrut\\
\hline
\end{tabular}
\caption{Resume table of all of the simulations executed}
\label{tab_resumecases}
\end{table}
\end{document} `
a parte [ht] che va dopo table.
Ciao
Andrea