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.