-
Notifications
You must be signed in to change notification settings - Fork 239
FAQ
Anish Athalye edited this page Oct 16, 2018
·
4 revisions
FAQ / troubleshooting tips.
If you're having issues with getting figure numbers to appear with subfig
/ subcaption
, try using the following:
\usepackage{subcaption}
\captionsetup[figure]{labelformat=simple, labelsep=colon}
(see here for more information)