0

How to make the figure logo centered in the background, its a circle

\documentclass[aspectratio=169,xcolor=table]{beamer}
 \usepackage{tikz}
     \newsavebox\mybox
    \savebox\mybox{% \setstretch{1.0}
        \tikz[opacity=0.1]\node[align=center]{%
        \includegraphics[width=7cm]{logo} \\
       };
}
 \usebackgroundtemplate{
\usebox\mybox}

\begin{document} \begin{frame}

\end{frame}

\end{document}

Diana
  • 1,285
  • 7
  • 12
  • Have a look on this question https://tex.stackexchange.com/questions/7916/how-to-insert-a-background-image-in-a-beamer-frame, it may helps – Syvshc Feb 12 '21 at 09:00
  • I think it's the same question: https://tex.stackexchange.com/a/26459/1952 – Ignasi Feb 12 '21 at 09:11
  • Yes it is the same and I closed the question since its a duplicate – Diana Feb 12 '21 at 11:16

0 Answers0