0

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:

enter image description here

Thank you

marko3d
  • 351
  • 1
  • 2
  • 8
  • See the caption package and its \captionsetup macro. –  Nov 26 '17 at 15:00
  • Seems like this works: https://tex.stackexchange.com/questions/155177/how-to-add-the-word-figure-to-the-list-of-figures – marko3d Nov 26 '17 at 15:18

0 Answers0