I would like to create a new float environment with a new counter and a different legend name.
So, typically I would like something like that :
Code: Select all
\begin{figure}[h]
\centering
\includegraphics[width=12cm]{Figure.png}
\caption{My figure}
\end{figure}
While:
Code: Select all
\begin{illustration}[h]
\centering
\includegraphics[width=12cm]{Illustration.png}
\caption{My illustration}
\end{illustration}
I would like the figure and illustration counters independend.
Do you know if it's easy to have something like that ?
Thanks a lot

Donut