我正在 LyX 中制作自己的投影仪模板。我想在每张幻灯片上放置一个徽标和一条水平线,该水平线位于幻灯片标题上方。此外,我希望该线是黑色的。
在 LaTeX 序言中,我有以下内容:
\usepackage{textpos} % package for the positioning
\addtobeamertemplate{frametitle}{}{%
\begin{textblock*}{500mm}(-0.8cm,-0.8cm)
\includegraphics[height=0.7cm]{Chalmers_black.eps}
\line(1,0){450}
\end{textblock*}}
% For footer
\defbeamertemplate*{footline}{infolines theme}
{
\leavevmode%
\hbox{%
\begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}
\usebeamerfont{author in head/foot}\insertshortauthor
\end{beamercolorbox}
\begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{title in head/foot}
\usebeamerfont{title in head/foot}My footer line 1\vspace{0.05cm} \newline \vspace{0.1cm}My footer line 2
\end{beamercolorbox}}
\vskip0pt
}
这导致以下幻灯片中的标题与徽标重叠并且水平线也放置不正确。
我应该如何编辑序言才能得到所需的输出,即
logo
horizontal line (in black)
title