I have a supervisor who is extremely petty about very minor things. So in my thesis, I have a variety of figures. One of these figures is a map of a certain area. My supervisor says that this figure can not be named 'figure 1' (it happens to be the first one in my thesis), but it must be named 'Map 1'. But it must also be listed in the List of Figures (!??!?!!?!) . Of course I have to listen to my supervisor...
I know how to change the word' Figure' but then it would apply to ALL figures. How do I chance the name of the 'figure' in just ONE figure?
My current workaround is:
Code: Select all
\begin{figure} [p]
\centering
\includegraphics[scale=0.75]{FILENAME}
\caption*{Map 1: Map of the NAME OF REGION}
\label{NAME OF REGION}
\end{figure}
This produces an acceptable result, however caption* wont show up in the list of figures. So how do I get it in there?
Thanks in advance.