کد زیر را امتحان کنید:
\documentclass[12pt,twoside]{article}
\usepackage{amsthm,amssymb,amsmath,amsfonts}
\usepackage{array}
\makeatletter
\newcommand{\thickhline}{%
\noalign {\ifnum 0=`}\fi \hrule height 1pt
\futurelet \reserved@a \@xhline
}
\newcolumntype{"}{@{\hskip\tabcolsep\vrule width 1pt\hskip\tabcolsep}}
\makeatother
\begin{document}
\[ \]
\begin{table}[]
\centering
\caption{Numerical values when $\alpha=2$ for Eq.(1)}
\begin{tabular}{|cccccccc|}
\hline
1 & \ & x \ & & $u_{VIM}$ \ & & $u_{ADM}$ \ & \\
\thickhline
2 &\ & 0.25 \ & & 0.043400 \ & & 0.0433951 \ & \\
3 &\ & 0.50 \ & & 0.173600 \ & & 0.173580 \ & \\
\hline
\end{tabular}
\end{table}
\end{document}
خط دوم را ضخیم تر می کند
هر خطی را که بخواهید نیز می توانید با تغییر hline به thickline ضخیم کنید.