duplicated author name on the title page
I tested the **minimal example** of a Beamer presentation using Gotham with "gotham dividedpic" as template for the title page. the result contain a duplicated author. Is it a bug ? the code : ```tex \documentclass{beamer} \usetheme{gotham} \gothamset{title page=gotham dividedpic,} \title{A minimal example} \date{\today} \author{Romain NOEL} \institute{Centre for Modern Beamer Themes} \begin{document} \maketitle \section{First Section} \begin{frame}{First Frame} Hello, world! \end{frame} \end{document} ``` Result : ![dividedpic1.png](/uploads/9fb3c23aff4cb684fc03b9ca195103f8/dividedpic1.png){width="634" height="484"} Package: beamerthemegotham 2025-02-11 v1.2.1.c
issue