How to modify the margin in a minipage environment

Asked

Viewed 119 times

1

Guys, I have a problem with my Tex code, I want to make a header with an image on each side, but I want these images to occupy the margin part, that is, leave the margin smaller during this header, but I’m not getting it. Follow the part of the code I want to edit the margin.

\begin{minipage}{1cm}
   \includegraphics[scale=0.08]{./imagens/Brasao_governo_MT.png}
\end{minipage}

\begin{minipage}{10cm}
   \centering
   {\ABNTEXchapterfont\normalsize\normalfont    \imprimirinstituicao}
\end{minipage}

\begin{minipage}{1cm}
   \includegraphics[scale=0.08]{./imagens/Brasao_Unemat.png}
\end{minipage}

If anyone can help me, I’d really appreciate it.

OBS 1: I managed to make it work, but I had to do with gambiarra using the \hspace*{} if they know somehow more "beautiful" I appreciate.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.