I am unsing the template for Theses of Sunil Patel provided by LaTeX-Templates.
I am trying to reference to subfigures but I don't get it correctly. I include my figures with
Code: Select all
\begin{figure*}[htbp]
\centering
\begin{subfigure}[c]{0.27\textwidth}
\centering
\includegraphics[width=\textwidth]{Figures/Fig1}
\caption{Fig1}
\label{fig: Fig1}
\end{subfigure}%
~
\begin{subfigure}[c]{0.27\textwidth}
\centering
\includegraphics[width=\textwidth]{Figures/Fig2}
\caption{Fig2}
\label{fig: Fig2}
\end{subfigure}
~
\begin{subfigure}[c]{0.27\textwidth}
\centering
\includegraphics[width=\textwidth]{Figures/Fig3}
\caption{Fig3}
\label{fig: Fig3}
\end{subfigure}
\decoRule
\caption[Caption]{Caption}
\label{fig: Figures}
\end{figure*}
However, if I reference to one of the Subfigures, say to Fig1, via \ref{fig: Fig1} I get the reference 1.1a (for example). But in the subfigures are labeled with uppercase letters (A), (B), etc. So what I would like to get is a reference like 1.1(A).
Can someone help me to fix this problem?
Thanks in advance!
Edit: I forgot to mention that I use Version 2.X with major modifications by vel@latextemplates.com