Logo im LateX-Poster nach unten verschieben

Logo im LateX-Poster nach unten verschieben

Ich kann ein Logo auf einem Latex-Poster, das ich gerade erstelle, nicht nach unten verschieben. Es ist ein rundes Logo und ich habe es vergrößert, damit es besser zu sehen ist. Jetzt schneidet es die Oberseite des Logos von der Oberseite der Seite ab.

Hier ist der Code, den ich verwende:

\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

verwandte Informationen