when I try \usepackage{subcaption} immediately at the beginning of my document I get an error:
Command \c@subfigure already defined
What can I do?
|
when I try
What can I do? |
|||||
|
|
It seems that two packages define this counter. Ensure that you only load the required packages. Here, with Already loading
To sum up: just load the needed package(s), and remove unnecessary packages. |
|||
|