However, I want to underline the portion to the left of the colon. This would look like:Figure 1: A figure.
Figure 1: A figure.
I've come close to doing this. I can use
Code: Select all
\floatname{ColumnFigure}{\underline{Figure}}
Then, I can also use
Code: Select all
\renewcommand{\theColumnFigure}{\underline{\arabic{ColumnFigure}}}