我正在准备一张海报,我遇到的问题是徽标保持在标题线的中心,而我想让它尊重顶部边距。有什么想法可以做到这一点吗?
{\includegraphics[scale=0.5]{LOGO1}} %%%Added left logo
{\sf\bf \smaller What I talk about} % Poster title
{\vspace{0.2em} I am the speaker} % Author names
{\includegraphics[scale=0.5]{LOGO2}}
此外,我怎样才能在标题部分添加一个框?
答案1
您可以尝试这样的操作:
{\parbox[top][6em][t]{10em}{\includegraphics[scale=0.5]{LOGO1}}}
{\sf\bf\smaller\fbox{What I talk about}}
{\vspace{0.2em} I am the speaker}
{\parbox[top][6em][t]{10em}{\hfill \includegraphics[scale=0.5]{LOGO2}}}
另请确保eyecatcher=yes
。