Table to set images on cover page, but text in the cell is not completly centred
First of all, excuse my English. I'm trying to make a cover page, I have made it on Word, but in LateX is much harder to do. Is like this,
Same sized images at rigth and left of the text, textwidth size and centred text.
But this is what I can do on Latex. How can i make the text is centred in the cell?
Here is the LateX Code:
\begin{table}[H]
\centering
\begin{tabular}{| >{\centering\arraybackslash}m{2cm}| > {\centering\arraybackslash}m{10cm}| >{\centering\arraybackslash}m{2cm}| }
\hline
\mbox{}
\includegraphics[width=2cm,height=2cm]{US_ETSI_Logo} &
\textbf{{\large Universidad de Sevilla. Escuela Técnica Superior de Ingenieros}} & \mbox{} \includegraphics[width=2cm,height=2cm]{UniversidadSevilla_Logo}\\
\hline
\end{tabular}
\end{table}
maybe there is an easier solution to achieve what I want.
First of all, excuse my English. I'm trying to make a cover page, I have made it on Word, but in LateX is much harder to do. Is like this,
Same sized images at rigth and left of the text, textwidth size and centred text.
But this is what I can do on Latex. How can i make the text is centred in the cell?
Here is the LateX Code:
\begin{table}[H]
\centering
\begin{tabular}{| >{\centering\arraybackslash}m{2cm}| > {\centering\arraybackslash}m{10cm}| >{\centering\arraybackslash}m{2cm}| }
\hline
\mbox{}
\includegraphics[width=2cm,height=2cm]{US_ETSI_Logo} &
\textbf{{\large Universidad de Sevilla. Escuela Técnica Superior de Ingenieros}} & \mbox{} \includegraphics[width=2cm,height=2cm]{UniversidadSevilla_Logo}\\
\hline
\end{tabular}
\end{table}
maybe there is an easier solution to achieve what I want.
No comments:
Post a Comment