The template looks great and work perfectly. But I have a little problem with using this part
Code: Select all
Code, edit and compile here:
\begin{figure}[htbp]\centering\begin{subfigure}[b]{0.3\textwidth}\centering\includegraphics[scale=0.5]{./Figures/ccd}\caption{Capteur CCD}%\label{fig:ccd}\end{subfigure}%~ ~ ~ ~ %add desired spacing between images, e. g. ~, \quad, \qquad etc.%(or a blank line to force the subfigure onto a new line)\begin{subfigure}[b]{0.3\textwidth}\centering\includegraphics[scale=0.5]{./Figures/cmos}\caption{Capteur CMOS}% \label{fig:cmos}\end{subfigure}\caption{Les principes des capteurs}%\label{fig:cmos}\end{figure}
Code: Select all
Code, edit and compile here:
! Use of \@subfloat doesn’t match its definition.\reserved@c ->\@subfloat {sub\@captype }[\@empty {b}][{b}]l.600 \begin{subfigure}[b]{0.3\textwidth}?
Code: Select all
\usepackage{caption}\usepackage{subcaption}
best
Amed