I have a tabular array of four images and I am not able to center it. My images are pushed towards the right edge of the sheet. The centering looks fine for single images , so I am guessing this issue is of centering starting from the margin. How do I make an visually pleasing centering of my images.
\begin{center}
\begin{table}[h]
\begin{tabular}{cc}
\textbf{blah} & \textbf{text} $m=\pi,n=e$ \\
\includegraphics[height=45mm]{liss0.png} &
\includegraphics[height=45mm]{liss1.png} \\
\includegraphics[height=45mm]{liss2.png} &
\includegraphics[height=45mm]{liss3.png} \\
\textbf{text} & text
\end{tabular}
\end{table}
\end{center}
I would not mind if my image breaks a little off into the left margin.
