LateX 포스터에서 로고를 아래쪽으로 이동

LateX 포스터에서 로고를 아래쪽으로 이동

제가 만들고 있는 라텍스 포스터에서는 로고를 아래쪽으로 이동할 수 없는 것 같습니다. 원형 로고인데 더 쉽게 볼 수 있도록 크기를 늘렸고 이제 페이지 상단에서 로고 상단이 잘립니다.

내가 사용하는 코드는 다음과 같습니다.

\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

관련 정보