普通表格
\begin{table
}[h
]
\centering
\begin{spacing
}{1.35
}
\caption{National vulnerability classification
}
\label{table5
}
\resizebox{0.5
\hsize}{!
}{
\begin{tabular
}{|c|c|
}
\hline
\textbf{index
} & \textbf{ Class
} \\ \texbf 表示加粗
\hline
0
& Steady
\\
\hline
1
& Fragile
\\
\hline
2
& Very fragile
\\
\hline
\end{tabular
}
}
\end{spacing
}
\end{table
}
三行线表格
\begin
{center}
\begin
{spacing}{1.1}
\begin
{longtable}{p{.1\textwidth}p
{.7\textwidth}m
{.3\textwidth}}
\caption
{description}
\label
{table1}
\toprule
\multicolumn
{1}{m{1.5cm}}
{\centering Symbol} & \multicolumn
{1}{m{6cm}}
{\centering Definition} & \multicolumn
{1}{m{2cm}}
{ Unit} \\
\midrule
$V$ & index & -- \\
$X$ & The & -- \\
$Y$ & The & -- \\
$Z$ & The & -- \\
\bottomrule
\
end{longtable}
\
end{spacing}
\
end{center}