When the slideshow contains any image, Blackboard and Notebook backgrounds don't fill the 100% of the slides.
It can be solved using the workaround below (where $background-image$ is the background path, the same problem was fixed in jgm/pandoc-templates#20), but it only works if the \setbeamertemplate[background canvas]{...} line is removed:
\usebackgroundtemplate{%
\includegraphics[width=\paperwidth]{$background-image$}%
}
% In beamer background-image does not work well when other images are used, so this is the workaround
\pgfdeclareimage[width=\paperwidth,height=\paperheight]{background}{$background-image$}
\usebackgroundtemplate{\pgfuseimage{background}}
I hope that this comments help you to get the cleanest solution (probably simply replace the canvas line by these lines).
Regards,
When the slideshow contains any image, Blackboard and Notebook backgrounds don't fill the 100% of the slides.
It can be solved using the workaround below (where
$background-image$is the background path, the same problem was fixed in jgm/pandoc-templates#20), but it only works if the\setbeamertemplate[background canvas]{...}line is removed:I hope that this comments help you to get the cleanest solution (probably simply replace the canvas line by these lines).
Regards,