Hi
I'm wanting to do a header with three mini pages. But I can not give my kids as the pages attached drawing.
Can anyone help me in this challenge?
Grateful for the help in advance
Thank You
meujovem
Brasil
General ⇒ error in header
error in header
- Attachments
-
- header1.zip
- (83.11 KiB) Downloaded 203 times
-
- cabecalho.jpg (30.95 KiB) Viewed 1974 times
Translated with google translate
.................................
Thank You
meujovem
Brasil
.................................
Thank You
meujovem
Brasil
NEW: TikZ book now 40% off at Amazon.com for a short time.

error in header
As near as I can tell you just need to comment out the paragraph breaks you're putting in between the minipages by putting blank spaces between. You might also consider using \hfill to balance the spacing between them, and shorten the last minipage appropriately.
E.g., the start of your document might look like:
E.g., the start of your document might look like:
Code: Select all
\begin{minipage}[c][1.5cm][c]{3cm}
\includegraphics[height=1.5cm]{logo.jpg}
\end{minipage} \hfill
%
%
% center!!
\begin{minipage}[c][1.5cm][c]{10cm}
\center
{\sc SENAI - Departamento Regional da Bahia}
\textbf{\footnotesize{NEAD - Núcleo de Educação a Distância}}
\smallskip
Unidade Localizada no CETIND
\end{minipage} \hfill
%
% Right!!
\begin{minipage}[c][1.5cm][c]{3.2cm}
Data: 25/05/2011
Semestre: 3
Turma: A
\end{minipage}