Is it possible to edit the visualisation of the notes using the Présentation tool?
By default, in the notes, it shows the date, the title (twice) and the captions of the figures (if any). I would like to have just the notes in the notes section. How can I do that?
I am using the following options
\documentclass[aspectratio=169, handout]{beamer}
\usepackage{pgfpages}
\setbeameroption{show notes on second screen}
Then I use the command \note whenever I need a note
\note{my notes somewhere}
Why is this even happening? Shouldn't it just visualise the notes inside the command \note{}?
From the guide, I can only increase and the decrease the font size of the notes.
