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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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