Graphics, Figures & Tablesdisable subfloat labeling

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
fmang
Posts: 7
Joined: Thu Jan 17, 2008 6:21 pm

disable subfloat labeling

Post by fmang »

ive read from the subfloat package that it's possible to change the labeling format like (a), (b) to 1-1, 1-2, etc... my problem now is, how can i disable labeling in subfloat? thanks.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
sommerfee
Posts: 503
Joined: Mon Apr 09, 2007 4:20 pm

disable subfloat labeling

Post by sommerfee »

Code: Select all

\captionsetup[subfloat]{labelformat=empty}
should do the trick.

HTH,
Axel
fmang
Posts: 7
Joined: Thu Jan 17, 2008 6:21 pm

Re: disable subfloat labeling

Post by fmang »

thanks! :) you're great!
Post Reply