I use \ref to refer to a subfigure and it shows like this in my text:
This thing (Figure 5(b))
Double parentheses appear! I want this style:
This thing (Figure 5b)
How to make it happen?
|
I use
Double parentheses appear! I want this style:
How to make it happen? |
||||
|
To suppress just the parentheses around the subfigure's (alpha-style) "number", all you have to do is issue the command
preferably in the document's preamble. However, if the resulting look of cross-references to these objects --
to get |
||||
|
|
subfigure,subfig,subcaption, and probably a few others... Knowing exactly which package you use will be important for figuring out the correct method. – Mico Jul 12 '12 at 17:42