How to create subfigures with no caption numbering?
Here is an example that produces subfigures with no caption numbering or lettering: The same command applies for subtables, tables and figures (just make the appropriate substitution in the captionsetup command). However, for tables and figures, you can also simply use the \\caption* command to produce captions with no numbers.
What is the labelformat of subfigure captions?
The labelformat of the subfigure captions is set to simple, which produces only the caption letter without parentheses. The labelsep is colon for subfigure captions and a newline for the figure.
How is the caption position controlled in subfig?
For subfloats using the subfig package, the caption position is controlled by the \\captionsetup command of the \\caption package. The subfig documentation was a bit confusing about this but \\captionsetup can be used as follows.
How to set caption above or below a subfloat?
For regular floats such as tables and figures, the caption position can be set to above or below the float by simply issuing the caption command above or below the float contents. For subfloats using the subfig package, the caption position is controlled by the captionsetup command of the caption package.
How to change the label of the subfigure?
Note that by using \sepackage [bf] {subfigure} I’m able to change the label of the subfigure to be boldface. However, the label appears with brackets, e.g., ” (a)”. How could I get a subfigure label that would look like “a)” Another issue is the font of the text that follows ” (a)”.
How to disable caption number for figures and tables?
No caption number for figures and tables. You can disable the caption number for figures and tables by using the caption* command: The code will produce this: The caption* command will produce a caption that has no label or number at all, not even in the List of Figures.