这是我找到的模板: https://www.overleaf.com/10676029dhrjkbgszmhh#/40012310/ 我可以将其从第一张幻灯片中移除吗?
答案1
您可以使用覆盖徽标定义
\makeatletter
\renewcommand\fibeamer@includeLogo[1][]{}
\makeatother
\documentclass{beamer}
\usetheme[faculty=ped]{fibeamer}
\usepackage[utf8]{inputenc}
\usepackage[main=english,portuges]{babel}
\title{Presentation Title - template de slides bonito e que parece código}
\subtitle{Presentation Subtitle}
\author{Author's Name}
\makeatletter
\renewcommand\fibeamer@includeLogo[1][]{}
\makeatother
\begin{document}
\begin{frame}
\maketitle
\end{frame}
\begin{frame}
content...
\end{frame}
\end{document}