My code follows:
\documentclass{book}
\usepackage{graphicx}
\usepackage{subfig}%
\captionsetup[subfloat]{%
font=normalsize,labelformat=parens,labelsep=space}
\begin{document}
\begin{figure}
\subfloat[\label{fig:eBoxEndowment}]{\includegraphics[width=0.47\columnwidth]{10821_001_fig_001a.pdf}}\hfill
\subfloat[\label{fig:eBoxPrices}]{\includegraphics[width=0.47\columnwidth]{10821_001_fig_001b.pdf}}
\caption{The Edgeworth box. The axes along which the endowment and
}
\end{figure}
\end{document}
I got the output as:
How can I change the sublabel parenthesis into mathmode, i.e., (a) should come as $($a$)$,... Please suggest


(a)and$($a$)$? – samcarter_is_at_topanswers.xyz Jan 16 '18 at 13:52