Good morning,
I want to add the source to figures in my beamer document, so I found online people are doing:
\usepackage{caption}
\newcommand{\source}[1]{\caption*{Source: {#1}} }
However, once I include the package in even a minimal beamer scripts, I get an error of undefined control sequence as below:
Does anyone have similar problem before?
Many thanks!!


\usepackage[compatibility=false]{caption}... (Related question) – koleygr Mar 09 '19 at 16:48