You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(1) I was wondering how I can remove the title of my presentation? In lib/Patat/Presentation/Display.hs I found the expression
if null title then mempty else...
But my Haskell is not very good, so I don't know how can I set in the document metadata the title to "null".
(2) Also, when I change the title metadata field in the source for a later slide the rendering shows always the last set title for the whole presentation. Is there any way to change the title in the output for only one slide?