Tagged Questions
2
votes
1answer
233 views
label in subcaption and customize cell size of an array
Using the following code
\documentclass[11pt]{article}
\usepackage{caption}
\usepackage{subcaption}
\DeclareCaptionSubType*[arabic]{table}
\captionsetup[subtable]{labelformat=simple,labelsep=space}
...