Thursday, October 23, 2008

Latex: subfigure: how to get rid of 'counter' of subcaption

The subfigure 's tutorial

If you want to get rid of 'counter' in front of your sub-captions, use to redefine the command: \thesubfigure by:

\renewcommand*{\thesubfigure}{}

(originally one in subfigure.sty is

\renewcommand*{\thesubfigure}{(\alph{subfigure})}

)

4 comments:

Unknown said...

Yay! Thanks!

Clem said...

It does eliminate the a and b's indeed, but it leaves the empty ()...

ICS Cyber Security said...

Hi,
I have a signature field already in my document and I want to prompt the user to sign it. For instance, there are 100 pdfs with signature fields... I want to have a script run through VBA that opens all 100 PDDocs and prompts the user for 100 signatures so they dont have to go and open each one.
PDF signature

Dan said...

For anyone who has the same issue as Clem with the empty ()'s, I was able to solve it by removing the label format:

\captionsetup[subfigure]{labelformat=simple}

Locations of visitors to this page