Centering Text Horizontally and Vertically in LaTeX
- by Paul
I would like to produce the following:
a b
xxxxx xxxxx
1 xxxxx xxxxx
xxxxx xxxxx
xxxxx xxxxx
2 xxxxx xxxxx
xxxxx xxxxx
Where the blocks of 'x's are images, and 'a', 'b', '1' and '2' are text.
Here are my two attempts so far:
\begin{figure}
\begin{center}
\begin{tabular}{ccc}
& a & b \\
1…