I want to add a shadow to some figures in my beamer presentation. So far I have found the fancybox package. However, its \shadowbox{} looks quite old-fashioned:
\documentclass{beamer}
\usepackage{fancybox}
\begin{document}
\begin{frame}
\begin{figure}
\shadowbox{\includegraphics[width= 0.8\textheight]{pic/test.jpg}}
\end{figure}
\end{frame}
\end{document}
I am wondering if there is any possibility to create smoother shadows with beamer as they can be created in Powerpoint like this:



tikzyou can do all kind of fancy shadows, see for example http://tex.stackexchange.com/questions/195083/polaroid-photo-effect-in-tikz/195099#195099 – samcarter_is_at_topanswers.xyz Oct 27 '16 at 08:55