My question is: how tell Latex not assign any number to the two Figures in the Overview in Part III?
My failed attempts:
I tried the following based on a tutorial online, but it stopped the compile process.
I put this in my main.tex:
Code: Select all
\usepackage{caption}
Code: Select all
\captionsetup[figure]{labelformat=empty, labelsep=none}
\begin{figure}[h]
\centerline{\includegraphics[width=6in]{images/fig_IIIa.PNG}}
\caption{un-numbered sample figure} \label{IIIa}
\end{figure}