Esteemed,
I need your help.
From the following code, how do I put this logo at the top of the title?
---
title: "Title_article"
author: "My name"
date: "08/10/2020"
output:
beamer_presentation:
theme: "Madrid"
header-includes:
- \titlegraphic{\centering \includegraphics[width=1.5cm]{logo.png}\\LARGE}
classoption: "aspectratio=169"
---
I appreciate any help.
Instead of using
\titlegraphic
you could add the image to the title page template: