Mover el logotipo hacia abajo en el póster de LateX

Mover el logotipo hacia abajo en el póster de LateX

Parece que no puedo mover un logo hacia abajo en un cartel de látex que estoy haciendo. Es un logotipo circular y aumenté el tamaño para que se viera más fácilmente y ahora corta la parte superior del logotipo de la parte superior de la página.

Aquí está el código que estoy usando:

\begin{document}

\begin{poster}
{

headerborder=closed, % Adds a border around the header of content boxes

colspacing=1em, % Column spacing

bgColorOne=white, % Background color for the gradient on the left side of the poster

bgColorTwo=white, % Background color for the gradient on the right side of the poster

borderColor=lightblue, % Border color

headerColorOne=black, % Background color for the header in the content boxes (left side)

headerColorTwo=lightblue, % Background color for the header in the content boxes (right side)

headerFontColor=white, % Text color for the header text in the content boxes

boxColorOne=white, % Background color of the content boxes

textborder=roundedleft, % Format of the border around content boxes, can be: none, bars, coils, triangles, rectangle, rounded, roundedsmall, roundedright or faded

eyecatcher=true, % Set to false for ignoring the left logo in the title and move the title left

headerheight=0.1\textheight, % Height of the header

headershape=roundedright, % Specify the rounded corner in the content box headers, can be: rectangle, small-rounded, roundedright, roundedleft or rounded

headerfont=\Large\bf\textsc, % Large, bold and sans serif font in the headers of content boxes

%textfont={\setlength{\parindent}{1.5em}}, % Uncomment for paragraph indentation

linewidth=2pt % Width of the border lines around content boxes
}

{\includegraphics[height=8em]{FAMU.jpg}} % First university/lab logo on the left
{\bf\textsc{Sustainable Micro-housing Unit}\vspace{0.5em}}
{\textsc{\{Edward Major II\} \newline \hspace{12pt} FAMU-FSU Department of Civil Engineering}}
{\includegraphics[height=8em]{FSU.jpg}} % Second university/lab logo on the right

información relacionada