I have the following code:
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{caption}
\usepackage{graphicx}
\begin{document}
\listoffigures
\begin{figure}
\caption{Example picture}
\centering
\includegraphics[width=0.5\textwidth]{example-image-b}
\end{figure}
\end{document}
Is it possible to get Figure prefix in list of figures like shown in this image:
Thank you

captionpackage and its\captionsetupmacro. – Nov 26 '17 at 15:00