با سلام
من یک جدول افقی دارم می خواهم در وسط صفحه قرار بگیرد بعد از \begin{table}[!h] دستور \centering را نوشتم ولی درست نشد. راهنمایی کنید ممنون میشم.
\documentclass{book}
\usepackage{amsthm,amsmath,amssymb}
\usepackage{lscape}
\usepackage{xepersian}
\setdigitfont[Scale=1]{XB Zar}
\begin{document}
\begin{landscape}
\begin{table}[!h]
\caption{ماتریس}
\centerline{
\begin{tabular}{cccccccccc}
\hline
$4.20480$ & $0.1768$ & $-0.5436$ & $-0.2077$ & $-0.2488$ & $0.1428$ & $0.0073$ & $0.6495$ & $0.1057$ & $0.3387$\\
$4.20480$ & $0.1768$ & $-0.5436$ & $-0.2077$ & $-0.2488$ & $0.1428$ & $0.0073$ & $0.6495$ & $0.1057$ & $0.3387$\\
$4.20480$ & $0.1768$ & $-0.5436$ & $-0.2077$ & $-0.2488$ & $0.1428$ & $0.0073$ & $0.6495$ & $0.1057$ & $0.3387$\\
\hline
\end{tabular}}
\end{table}
\end{landscape}
\end{document}