I'm actually using the CambridgeUS theme for my Beamer using RMarkdown.
output:
beamer_presentation:
theme: "CambridgeUS"
header-includes:
- \usepackage{color}
- \usepackage{amsmath}
- \setbeamertemplate{navigation symbols}{}
I wanna know how to delete the date in the footline and how to change the value taken as the full name (author) to only take last name.
It's possible using only tex as here but I don't succeed using RMarkdown.
Do you already face this issue ?
