修改页脚和首页

修改页脚和首页

我想修改 Luebeck 主题中的页脚,显示我的机构而不是标题。我还想在第一页显示我演讲的大学名称,而不是我的母机构。

答案1

快速破解:

\documentclass{beamer}

\usetheme{Luebeck}

\title[my institution]{title}
\author{names}
\institute{university where I am presenting}
\date{date}

\begin{document}
    
\begin{frame}
    \titlepage
\end{frame} 
    
\end{document}

在此处输入图片描述

相关内容