Skip to content

Notebook and Blackboard canvas don't fill slides when other images are in the slideshow #4

@Martin1887

Description

@Martin1887

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions