Search found 2 matches

by ronandownes
Tue Oct 10, 2017 7:46 pm
Forum: Graphics, Figures & Tables
Topic: Overlay image to fullscreen but want to type on top of slide
Replies: 1
Views: 2790

Overlay image to fullscreen but want to type on top of slide

I omited a line


\setbeamertemplate{navigationsymbols}{}\begin{frame}[plain]
\begin{tikzpicture}[remember picture,overlay]\node[at=(current page.center)]{\includegraphics[width=1\paperwidth]
{snags/252.jpg}};\end{tikzpicture}\end{frame}
by ronandownes
Tue Oct 10, 2017 7:45 pm
Forum: Graphics, Figures & Tables
Topic: Overlay image to fullscreen but want to type on top of slide
Replies: 1
Views: 2790

Overlay image to fullscreen but want to type on top of slide

Overlaying text on full screen beamer image and forcing the header to be seen.

I use

\begin{tikzpicture}[remember picture,overlay]\node[at=(current page.center)]{\includegraphics[width=1\paperwidth]
{snags/252.jpg}};\end{tikzpicture}\end{frame}





to take over the entire frame but I would ...